I am working on creating an "inline login link" that when clicked uses javascript to present a previously hidden login form (if javascript is disabled it will go to a login page). There will be several login links on a single page so I would like to render the login form once and have each link refer to the same form by id.
What is a good strategy for only rendering the login form panel once but allow links that live at many places in the render hierarchy to refer to it? It seems like the main issue to solve is that at construction time the hierarchy is not known so the link components can not refer to its page and obtain a reference to the login panel. Is there a clean way to design this? Thanks! Ryan ------------------------------------------------------------------------- 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&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
