On 19/10/06, Dipu <[EMAIL PROTECTED]> wrote:

> If i have a page with the following constructor
> public NonBookmarkablePage(OrderInfo orfderInfo, final PartyInfo partyInfo)
>
> How will i make the url look nice for the page ?

How difficult would it be to make it bookmarkable, i.e. give it a
PageParameters constructor and use the Application.mount call on it?

> can you please give me some tips on implementing the
> IRequestTargetURLCodingStrategy  and using it.

Take a look at the sources, read the javadocs & see how the supplied
strategies are implementing it.

/Gwyn

> ----- Original Message -----
> From: "Korbinian Bachl" <[EMAIL PROTECTED]>
> To: <wicket-user@lists.sourceforge.net>
> Sent: Thursday, October 19, 2006 2:25 PM
> Subject: Re: [Wicket-user] Nice Url
>
> > Hi,
> >
> > yes it is possible, look here for detailed:
> > http://www.javalobby.org/java/forums/t68753.html
> >
> > you can then provide parameters via the PageParameter param - if this
> doesnt
> > satisfy you (e.g: some special needs for URL) then you may also use a own
> > implementation of IRequestTargetURLCodingStrategy  - a
> good beginnning there
> > is examining the WOOGLE project and look at its URL Strategy
> > (/q/queryword/page) -
> >
> > best Regards,
> >
> > Korbinian
> >
> >
> >
> > ________________________________
> >
> > Von: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Im
> Auftrag von Dipu
> > Gesendet: Donnerstag, 19. Oktober 2006 14:37
> > An: wicket-user@lists.sourceforge.net
> > Betreff: [Wicket-user] Nice Url
> >
> >
> > HI all,
> >
> > Is there anyway to make the non bookmarkable page urls look nicer.
> > I am using the wicket version 1.2.1
> >
> > I need to display the urls like
> >
> > /xxxxx
> > /xxxxx/searching
> > /xxxxx/searchresults
> > /xxxxx/payment
> > /xxxxx/confirmation
> >
> > Kind Regards
> > Dipu
> >
> >
> >
> >
> -------------------------------------------------------------------------
> > 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
> > Wicket-user@lists.sourceforge.net
> > 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
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>
>


-- 
Download Wicket 1.2.2 now! - http://wicketframework.org

-------------------------------------------------------------------------
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
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to