Feature Requests item #1476770, was opened at 2006-04-26 12:09 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=1476770&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.0.0-rc2 Status: Open Priority: 5 Submitted By: AndreasG (agro126) Assigned to: Nobody/Anonymous (nobody) Summary: CookieValuePersister - load () - setModelValue () Initial Comment: First of all I would like to thank you all for your excellent work, Wicket really rocks! Your approach to webapps is the way it should have been right from the beginning (that would have us saved from questionable frameworks like struts). After finishing my first (non trivial) wicket application I would like to share my observations and suggest some enhancements (in this and following requests). Keep on with your great work, best greetings from Berlin, Germany Andreas --------------- CookieValuePersister.load() calls component.setModelValue (value) to set the retrieved value on a component. This will call FormComponent.convertValue(String). CheckBox's overriden convertValue(String) never uses the value retrieved from cookie but uses getInput() to set the value for the component. This doesn't seem reasonable since there is no reqeust parameter value in this situation. The same applies to CheckGroup.convertValue (here inputAsStringArray()) and RadioGroup.convertValue(). ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1476770&group_id=119783 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
