But if you are thinking about client side markup changes, then that is possible, without the server knowing it.
But the server will not know when you have disabled a textfield for instance, and will still try to parse the value: thus setting it to null or firing a required validator when you have set required = true. Martijn On 5/29/06, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
no, you have to communicate with the server in some way. You can use different ajax packages instead of wicket-ajax, such as wicket-contrib-dojo or wicket-contrib-scriptaculous, or do a full page refresh. Think about it, how would the server know that a property has to change without getting notified? Wicket is pretty cool technology, but not *that* advanced ;-). Martijn On 5/29/06, Ayodeji Aladejebi <[EMAIL PROTECTED]> wrote: > Please, > is there any way to change an attribute of a component in wicket without > doing any server round trip via Ajax packages? > > -- Download Wicket 1.2 now! Write Ajax applications without touching JavaScript! -- http://wicketframework.org
-- Download Wicket 1.2 now! Write Ajax applications without touching JavaScript! -- http://wicketframework.org ------------------------------------------------------- All the advantages of Linux Managed Hosting--Without the Cost and Risk! Fully trained technicians. The highest number of Red Hat certifications in the hosting industry. Fanatical Support. Click to learn more http://sel.as-us.falkag.net/sel?cmd=lnk&kid7521&bid$8729&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
