Not really but you could make it. Wicket doesn't work with listeners (what the Action is)
but in wicket you just subclass the component and implement the "action" method.
So instead of subclassing Action and add the action to a component you do it directly on the component.
This is fine except if you have some kind of reuseable action you have to implement this a bit different in wicket.

johan


On 7/25/06, Rice Yeh <[EMAIL PROTECTED]> wrote:
Hi,
  Is there function like Actions in swing in the wicket?

Regards,
Rice

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user



-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to