On 3/29/07, Carlos Pita <[EMAIL PROTECTED]> wrote: > > You forget the redirect after post, or even when nothing is submitted. > > First render of the page.... refresh... > Will wicket always work in this mode? Is this configurable?
Read: http://cwiki.apache.org/WICKET/render-strategies.html > Another thing that I asked before in this thread and of which I'm still not > sure is about page creation. When will pages be created? A page is created when: - you do new MyPage() - someone requests a bookmarkable url (a link, the homepage, refresh of such a page) All subsequent requests will retrieve that page (and version) from the page store (can be the session, filesystem, database), and work on that instance. Martijn -- Learn Wicket at ApacheCon Europe: http://apachecon.com Join the wicket community at irc.freenode.net: ##wicket Wicket 1.2.5 will keep your server alive. Download Wicket now! http://wicketframework.org ------------------------------------------------------------------------- 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
