And since a few days in 1.3/ long time in 2.0, you could use it with
stateless forms. Investigate a bit to see how this works.

Eelco


On 11/17/06, Korbinian Bachl <[EMAIL PROTECTED]> wrote:
>
>
> if you trap them like that ?param1=value1&param2=value2 ... you can get them
> by using PageParameter in your constructor
>
> e.g:
> class foo{
>
> foo(PageParameters param){
>
> String value1 = param.getString("param1");
> ....
>
> }
>
> }
>
> regards
>
>
>
>  ________________________________
>  Von: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Im
> Auftrag von Ayodeji Aladejebi
> Gesendet: Freitag, 17. November 2006 21:22
> An: wicket-user@lists.sourceforge.net
> Betreff: [Wicket-user] Posting Data from a Non wicket Form to Wicket
>
>
>
>
> What will be the nicest way to do this in wicket if youhave to recieve from
> an external form
>
> Well i tried using the a mounted Wicket Link as form target but am still
> misplacd as to how to trap parameters in the form
> param1=value1&param2=value2
>
> Any tip
>
> -------------------------------------------------------------------------
> 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
> Wicket-user@lists.sourceforge.net
> 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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to