007/6/3, Vincent Demay <[EMAIL PROTECTED]>:

Matthieu Casanova a écrit :
> Hi, I want to hide a component, and sometimes making it visible using
> javascript.
> Is there something like that in wicket api or should I do it myself
> with some javascript ?
Hi,

If you want to make your component visible/invisble using ajax, you can
use
    setOutputMarkupPlaceholderTag(true) and setVisible(false/true) on
your component. Read setOutputMarkupPlaceholderTag javadoc to get more
information.


Oh cool it seems exactly what I need, but I didn't found it because it is
not in 1.2.6.
Is the 1.3 beta stable enough to work with or is it only for testing ?

Matthieu
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to