Hi,

I have a search form which contains multiple search fields(as TextFields)
and also there is dropdown from which user can select the search criteria.
The search results are displayed in the same page at bottom.
I want to clear the search Form with help of "Reset" button in the form.
Question :
1. If I refresh the form(by wrapping it in WebMarkupContainer) it removes
the "Choose One" field. The solution to that I found was to set
setNullValid(true). But, the problem with that is it just displays the empty
value..but I really want "Choose One" or "Select One" in dropdown. Even by
putting "null=Select One" in properties file, it does not show "Select One"
option in drop-down if I have setNullValid(true) . So, How Can I have both?
i.e When I set "setNullValid(true)" how can I get "Select One" to show up in
DropDown.

2. Also, when I update the webmarkupcontainer, to clear the search the
dropdown still shows the pervious search criteria. It does not update the
model for dropdown to first value or "Choose One".

Can someone please give me pointers?

Thanks,
~R 
-- 
View this message in context: 
http://www.nabble.com/Updating-model-for-DropDownChoice-tp19628281p19628281.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to