Thanks Igor I've succesfully implemented the repeater.
However, regarding the confirmation dialog, your hint has lead me to use the "form.setVisible(false)" and then the info(...) to display my confirmation message. Regarding your solution of a panel, however, could you please just provide a bit more details ? In fact I wonder if I understood it well, did you mean : on successful submit : set the form "invisible" set the panel "visible" Is that correct ? Thanks in advance ZedroS On 4/3/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > On 4/3/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote: > > How can I show this page without breaking the menu (with the right > > entry being unable) ? > > make confirmation dialog be a panel rather then a page. so just replace a > part of the page that has your form with the confirmation panel. > > > On another hand, how can I define different sets of links in the > > template page depending on the user profile ? In fact I need a > > "dynamic" links list to be shown but I don't know how to do so. > > there are two ways to do it > 1) add all possible links and toggle their visibility > 2) add only the relevant links into a repeater such as RepeatingView or a > ListView > > -igor > > > > Thanks in advance > > ZedroS > > > > > ------------------------------------------------------------------------- > > 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 > > > > > ------------------------------------------------------------------------- > 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 > > ------------------------------------------------------------------------- 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
