On Thu, 25 Sep 2008, Benny Weingarten wrote: > I want to have a functionality that if a user types something in field2, the > checkbox becomes disabled. currently I use an onChangeAjaxBehavior on the > textfield, and that is AJAX, making a call to the server. I don't really > want that sort of communication. Would I need to write my own javascript?
I think so, yes. > is there some sort of wicket component with this sort of behavior? Most of the Javascript that comes with Wicket has more to do with the communication with serverside (submits, Ajax). That is because it's a serverside framework anyway. Having more handy Javascript bundled in would be more to maintain, and there are a plenty of Javascript libraries available nowadays. Maybe it would be handy to have more by default however. One interesting idea that has been tossed around is making it possible to somehow use GWT code to have more client-side functionality on Wicket components. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
