Thanks for the info :)

On 4/14/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> this is how mounted page parameters are put onto the url :)
>
> /param1/value1/param2/value2
>
> also see
> IndexedParamUrlCodingStrategy
>
> that does
>
> /value1/value2
>
> and QueryStringUrlCodingStrategy
>
> that does...you guessed it...
> ?param1=value&param2=value2
>
> you can roll your own, see how the above two are implemented
>
> -igor
>
>
>
> On 4/13/07, ZedroS Schwart <[EMAIL PROTECTED]> wrote:
> >
> > BTW, is there a way to do some URL rewriting in Wicket ? For example
> > passing the parameters in the URL with / between them ? Or change the
> > way the pages names are made (for example to have ../myPageClass.html
> > instead of the current ../myPageClass ?
> >
> > 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
> > 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
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to