Let me give an example: A user can add search values in a textbox Much like google. Depending on the results of the search with the user values. I wat to show different pages (pagetype 1). If there are no results, the user will get an 'advanced search' page with more explicit search options. If the results is specific topic. The user will get specific page designed for this topic (pagetype 2). Finally there is a default page, which show the search results (pagetype 3).
Hopefully this is more clear for you. Paul Eelco Hillenius (09/13/2005 15:56): >I'm not sure I understand what you want to do. > >Maybe to get this clear: what/ how would you do this if it was a Swing >application? > >Eelco > > >On 13 Sep 2005 15:47:00 +0200, Voors Paul <[EMAIL PROTECTED]> wrote: >> Hello Wicket Users, >> >> After examining the documentation and examples for some time, i am missing >> one aspect in Wicket. That is a 'Central Controller'. Let me explain: >> If a user sends a request -for instance a search request for something- >> the/my application should be able to return different pages based on the >> results. Normally this is done in a controller(servlet). Within Wicket I >> don't now how to this in a proper way. >> The (web)application class seems to be the central point of the application, >> but i don't see how to do the trick in this class. I could use a page >> (class) for it, but a page is not the right class for such control/logic >> (to my opinion). >> Can anyone gife me a suggestion? >> >> Paul Voors >> >> >> >> ------------------------------------------------------- >> SF.Net email is Sponsored by the Better Software Conference & EXPO >> September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >> Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >> Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >> _______________________________________________ >> Wicket-user mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/wicket-user >> > > >------------------------------------------------------- >SF.Net email is Sponsored by the Better Software Conference & EXPO >September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices >Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA >Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf >_______________________________________________ >Wicket-user mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/wicket-user Met vriendelijke groet, Paul Voors function: Java Web Developer department: Webdevelopment Company: ATP - The Advanced Travel Partner Beechavenue 101 | 1119 RB Schiphol-Rijk | The Netherlands P.O. Box 75672 | 1118 ZS Schiphol-Rijk | The Netherlands T +31 20 2011363 | F +31 20 2011362 e-mail: [EMAIL PROTECTED] www: www.atp.nl ------------------------------------------------------- SF.Net email is Sponsored by the Better Software Conference & EXPO September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
