Hi,
when using a drop down as follows, always the whole page is reloaded on drop
down change.
How is it possible to update only a specific component via ajax?
Thanks,
Chris
DropDownChoice tag = new DropDownChoiceString(tags, new
PropertyModelString(this, selectedCategory),
Hi,
see
http://ci.apache.org/projects/wicket/apidocs/6.0.x/org/apache/wicket/ajax/AjaxEventBehavior.html
use change event.
kind regards
Tobias
Am 18.05.2015 um 00:03 schrieb Chris chris...@gmx.at:
Hi,
when using a drop down as follows, always the whole page is reloaded on drop
down
Hi,
On Mon, May 18, 2015 at 12:03 AM, Chris chris...@gmx.at wrote:
Hi,
when using a drop down as follows, always the whole page is reloaded on
drop down change.
How is it possible to update only a specific component via ajax?
Thanks,
Chris
DropDownChoice tag = new
Marcel, Sven,
thanks a lot for your answers!
Chris
Am 12.05.2015 um 15:24 schrieb Marcel Barbosa Pinto marcel.po...@gmail.com:
Another way is to provide a value on your .properties file.
For instance:
nullValid=Please choose
myFieldId.nullValid=Please choose a value for ${label}
Hi,
you have to override #getNullValidDisplayValue(),
#getNullKeyDisplayValue() is for cases where null is *not* valid.
Regards
Sven
On 12.05.2015 12:44, Chris wrote:
Hi all,
I have a Drop down choice field and would like to override the default select
value.
I have made following
Another way is to provide a value on your .properties file.
For instance:
nullValid=Please choose
myFieldId.nullValid=Please choose a value for ${label}
On Tue, May 12, 2015 at 8:26 AM, Sven Meier s...@meiers.net wrote:
Hi,
you have to override #getNullValidDisplayValue(),
Hi.. If you want only the selected value, you could create a hidden field
to mirror the dropdown's value.
Em 10/05/2015 14:48, Sebastien seb...@gmail.com escreveu:
Hi Chris,
AFAIK no. I don't know if such request feature has already been
discussed...
Otherwise, I think this could be
Hi Chris,
AFAIK no. I don't know if such request feature has already been discussed...
Otherwise, I think this could be integrated in wicket-kendo-ui
http://demos.telerik.com/kendo-ui/dropdownlist/index
If you are interested with, please open a ticket here:
typing T would select Two, but typing Th would select Three. Is
this possible in Wicket?
This is the way well-behaved modern browsers already work :)
- Tor I.
-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For
theres this one (though not dropdown)
http://www.wicket-library.com/wicket-examples/ajax/autocompletehttp://www.wicket-library.com/wicket-examples/ajax/autocomplete;jsessionid=FE414790D6B5E7ACECC809CB9E9C9CEB?0
Or this one if you want a drop down:
http://wicket.visural.net/examples/app/dropdown
Hi!
1. Invisible mode is always possible.
2. Maybe autocompletetextfield will be ok?
3. You can integrate pretty easily a jquery skin.
**
Martin
2011/3/18 Shelli Orton shelli.or...@sjrb.ca:
Hi,
I've been looking for a Wicket drop down widget where one can choose an
item from the list by
Hi,
The wicket.visural.net first example looks like exactly what I need.
Thanks!
Shelli
-Original Message-
From: nino martinez wael [mailto:nino.martinez.w...@gmail.com]
Sent: 18 March 2011 11:05 AM
To: users@wicket.apache.org
Subject: Re: Drop Down Choice
theres this one (though
12 matches
Mail list logo