But then I would not have the Form.process() method called with all its benefits (form validation etc). Is it valid to invoke it from page constructor?
Frank Bille wrote: > Bookmarkable pages has a PageParameters constructor. From these > parameters can you get the form values. You would now that it would be > a submit because the pageparameters contains the expected values. > > - Frank > > > On 8/22/06, *Nili Adoram* <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > But how would the bookmarkable page would know it is supposed to > submit > its form instead of rendering ? > > Johan Compagner wrote: > > i would submit to a bookmarkable page yes. > > That would be the easiest thing to do. > > > > johan > > > > > > On 3/29/06, *Sven Meier* < [EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]> <mailto:[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>>> > > wrote: > > > > How would you handle a submit of a form that originates from > > outside of > > Wicket? > > > > Let me explain: > > > > In many web applications some forms (e.g. 'search a > product') are > > replicated on other pages of the same application or even on > other > > sites > > of business partners or advertisers. > > For our actionframework-brethren this poses no problem, > because an > > action (e.g. a Struts action) can usally be initated with a > form post. > > But I don't have a clue how to do something similar in > wicket. AFAIK a > > form has to be rendered first, before being able to accept > > incoming data > > on the next request. > > > > Does somebody have a suggestion for this, something like > 'open a page > > with a bookmarkable link and immediately submit its > contained form > > with > > the transmitted parameters'? > > > > Thanks > > > > Sven > > > > > > ------------------------------------------------------- > > This SF.Net email is sponsored by xPML, a groundbreaking > scripting > > language > > that extends applications into web and mobile media. Attend the > > live webcast > > and join the prime developer group breaking into this new coding > > territory! > > > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642> > > < > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642>> > > _______________________________________________ > > Wicket-user mailing list > > [email protected] > <mailto:[email protected]> > > <mailto:[email protected] > <mailto:[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&kid=120709&bid=263057&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642> > _______________________________________________ > Wicket-user mailing list > [email protected] > <mailto:[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&kid=120709&bid=263057&dat=121642 > ------------------------------------------------------------------------ > > _______________________________________________ > 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&kid=120709&bid=263057&dat=121642 _______________________________________________ Wicket-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-user
