Hi Eelco, Do you mean that I should create a "panel" with a link to my own servlet that shows the dynamic content?
Thanks Rivka -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eelco Hillenius Sent: Thursday, May 04, 2006 10:21 AM To: [email protected] Subject: Re: [Wicket-user] dynamic html controls You can do what is outlined here: http://wicket-wiki.org.uk/wiki/index.php/Create_dynamic_markup_hierarchi es_using_panels Or - like the article says, add all visible components and use the isVisible property (or override the method) for turning them on or off. Or use Fragments, which work like panels, but have their markup definded in the same markup (HTML) file. Eelco On 5/4/06, Rivka Shisman <[EMAIL PROTECTED]> wrote: > > > > Hi > > > > I have no experience with Wicket, but from what I read about it I don't > understand where does the dynamic content part come in? > > If I have a pair of html file and a java file - how do I conditionally > show/hide html form controls like I do in JSP? > > > > For example, I have a JSP page that constructs my form text fields (and > labels) from a result of a select from the database? > > Is that possible to achieve with Wicket? > > > > Thanks > > Rivka > > > > ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
