On 3/26/07, Chris Colman <[EMAIL PROTECTED]> wrote: > I'm just curious how much of the AJAX dance we have to do ourselves if > we wanted to do Web 2.0 things like partial updates, modal dialog boxes > etc., with wicket/AJAX instead of Echo2.
For non-effects stuff you can update any component using ajax, and not have to write a single line of javascript. The only thing that you need to be aware of are: - setOutputMarkupId() - wrapping things in webmarkupcontainers to modify visibility > But wait, there's more: Does Wicket use Dojo or does it implement its > own component library? Using (ajax) behaviors any wicket component can be an Ajax component. But we don't have many rich client side components in our core/extensions distributions, such as Dojo provides. For that you should really take a look at wicket-contrib-dojo, which is actively maintained in the wicket-stuff project (http://wicketstuff.org/confluence/display/STUFFWIKI/wicket-contrib-dojo) Martijn -- Learn Wicket at ApacheCon Europe: http://apachecon.com Join the wicket community at irc.freenode.net: ##wicket Wicket 1.2.5 will keep your server alive. Download Wicket now! http://wicketframework.org ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
