Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
is click active? By: Sasipriya Sakamuri hi, Sorry to ask this question again, but I did not get a response
from anyone saying that click is actively being developed.. Can anyone
confirm this for me please, if click is being actively developed, or
it is in maintainence? Thanks,…
|
4 | May 1 2012 11:45 |
May 2 2012 10:16 |
|
|
new release? By: Sasipriya Sakamuri hi, Is there any release for click in the roadmap now ? I would like
to use click for development as a new project but seeing the lack of
activity in the project is concerning me and everyone else on the
project. The last release was on march 27th…
|
9 | Apr 30 2012 13:20 |
May 2 2012 06:07 |
|
|
Next Release!! By: Joshua Kamau Hi Click Team; Any timeplan on the next release? Especially with
support for ajax with Multiple Results ? Kind regards. Josh
|
6 | Apr 2 2012 03:19 |
Apr 3 2012 11:44 |
|
|
Bootstrap, from Twitter By: Gilberto Hi all! Hope all is well! Has anyone used the "Bootstrap, from
Twitter" tool[1]? If so, would you mind to share your experience using
it with us? For the Apache Click team: shouldn't it be a good
style|theme additions to the click framework? …
|
2 | Mar 27 2012 15:14 |
Mar 27 2012 18:18 |
|
|
Empty Table generates "java.lang.IllegalArgumentException: Null source parameter" instead By: Scott Gurney This is a multipart message in MIME format. Hi, all. I'm playing
around with the Click Framework and have run into a problem that I
can't seem to solve, even though I'm sure it is entirely my fault. In
a nutshell, I have a page with a form…
|
1 | Mar 27 2012 13:54 |
Mar 27 2012 15:48 |
|
|
Re: Table.addRowAttributes() By: Bob Schellink Hi, Sounds like your CSS is not overriding the default values. You
can check in your browser tools (ie Firebug) which CSS is applied to
your table row. Most likely you will have to specify a more precise
CSS selector: #table table.tr.disabled {…
|
1 | Mar 27 2012 05:14 |
Mar 27 2012 12:16 |
|
|
Table.addRowAttributes() By: Carlos Lobato Hi, I'm trying to implement this method this way: table = new
ExportTable("table") { @Override public void
addRowAttributes(Map attributes, Object row, int rowIndex) {
Prospect p = (Prospect) row; …
|
0 | Mar 26 2012 21:42 |
Mar 26 2012 21:42 |
|
|
Javascript is executed before the Filter? Cross site scripting... By: foxesout Hello, I have a Click application and to safeguard the app from Cross
Site Scripting we are stripping off all of the < and > request
tags in our Filter. It works when the user enters something with
these greater than or less than tags into…
|
4 | Mar 21 2012 10:54 |
Mar 23 2012 07:57 |
|
|
Pick values from a table By: Alexander Untch Hello everybody, I created a click page with a table. The table has
5 columns and x rows. The table is filled by using
table.setRowList(resultList); Up to this point everything works fine.
But now I need some help. On the rendered page with the…
|
4 | Mar 11 2012 07:23 |
Mar 16 2012 15:54 |
|
|
tick Tree nodes from a list of ids By: Carlos Lobato Hi, I'm currently fiddling a lot with Tree and CheckboxTree and I
was wondering if there is a way to tick -not select- certain nodes of
the tree with a list of ids. This is what I've tried so far:
CheckboxTree tree; tree = buildTree(); …
|
0 | Mar 16 2012 15:41 |
Mar 16 2012 15:41 |
|
|
Retain Checkbox status in paginated FormTable By: Carlos Lobato Hi folks, I was wondering if there is a way to retain a checkbox
status (checked/unchecked) through a paginated FormTable. My purpose
is to load a FormTable with all its elements checked by default, and
then have the user uncheck undesired records…
|
0 | Mar 12 2012 18:25 |
Mar 12 2012 18:25 |
|
|
ExportTable and ActionLink By: Carlos Lobato Hi, I'm creating an ExportTable with a Edit PageLink and a Delete
ActionLink. So far no problems with the PageLink however the
ExportTable does not seem to like ActionLinks. When I click it, it
does delete the record but it crashes, the relevant…
|
5 | Mar 8 2012 10:08 |
Mar 12 2012 18:19 |
|
|
Re: Running click behind an Apache proxy By: Fredrik Jonson Brad### @csiro.au wrote: > I have just started using Click -
excellent framework. I have an > application up and running but I
have run into an issue running the > application behind a proxy.
I have used Click in environments where…
|
1 | Mar 8 2012 14:35 |
Mar 8 2012 16:29 |
|
|
Another suggestion for inclusion in 2.3.1 By: Joshua Kamau Hi Click Team; I would like to request that you include ability to
put form validation error messages inline with the form. I would like
to be able to do something like form.setValidationErrorsInline(true) .
Regards
|
0 | Mar 4 2012 04:53 |
Mar 4 2012 04:53 |
|
|
How to not bind variables when the form is invalid? By: foxesout Hello all.. I must have missed something fundamental in click...
sorry if this question is really silly. I have a simple form with a
couple of dates, i don't use any custom validation, only what click
provides. When the date is invalid, i get an…
|
6 | Feb 22 2012 11:07 |
Feb 24 2012 08:32 |
|
|
File Download with Click? By: foxesout Hello everyone What is the best way to download files from a click
application? I would like to download to a text file, probably using
the background thread. I need the user to click a link and see a popup
where they can choose to Save, Open or…
|
11 | Jan 11 2012 15:56 |
Feb 16 2012 14:07 |
|
|
Adding MultiActionResult support By: Joshua Kamau Hi there ; I have not seen the official roadmap for the click
anywhere (i mean features to be added on future releases past 2.3.0) .
I would like to propose that the MultiActionResult support as
implemented on Ajax4Click library to be added to…
|
5 | Feb 9 2012 02:19 |
Feb 14 2012 10:39 |
|
|
Table footer location with inline page navigator By: Dennis Lee This is a multi-part message in MIME format. Hello, I have used page
footer with inline page navigator like this and the table footer
comes after page navigator.
table.setPaginatorAttachment(Table.PAGINATOR_INLINE); With normal
page…
|
0 | Feb 9 2012 08:46 |
Feb 9 2012 08:46 |
|
|
Re: Fwd: future of the framework By: Bob Schellink Hi Pablo, I'm not sure if ClickClick is still maintained a this
stage, so chances of it being upgraded is probably slim, unless
someone wants to upgrade the library. It shouldn't be very hard to do.
Kind regards Bob On 2012/01/23 20:13 PM,…
|
1 | Jan 28 2012 00:09 |
Jan 28 2012 11:22 |
|
|
Re: Dynamic Menu from Mysql Database By: gilbertoca Hi, cyang! I recommend that you subscribe to the maillist through
this: http://click.apache.org/docs/click-online.html#mailing-lists
I've forwarded you question for all community. About you question:
you can build the menu[1] programmatically …
|
0 | Jan 27 2012 17:15 |
Jan 27 2012 17:15 |