Feature Requests item #1376821, was opened at 2005-12-09 10:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1376821&group_id=119783
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: core
Group: 1.2
Status: Open
Priority: 5
Submitted By: Ingram Chen (ingramchen)
Assigned to: Nobody/Anonymous (nobody)
Summary: All IOnChangeListener components support preserve form state
Initial Comment:
In current CVS 1.2, there are 3 core components which
implement IOnChangeListener: DropDownChoice,
RadioChoice, and CheckBox. DropDownChoice already
supports preserving form state while
onSelectionChange() called. But the other two do not
support yet. Please add support for all
IOnChangeListener components.
side note:
Current implementation of DropDownChoice use
javascript:
"document.getElmenetById('fooForm').submit();" to
submit the fooForm while selection changed. This is
usually ok but if fooForm contain a submit button with
name="submit" like:
<input type="submit" name="submit" />. The javascript
no longer works. This is not Wicket's fault, but I
think that document this issue in javadoc will help
developers to avoid such problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1376821&group_id=119783
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop