yes but you also can mount 1 package is 1 go.
But are all pages that you make accessible directly from the outside world?
So they should really all be bookmarkable?

On Fri, May 2, 2008 at 3:44 PM, David Chang <[EMAIL PROTECTED]> wrote:

> Johan,
>
> Thank you for your information.
>
> If I want an entire site to have nice URLs, I have to
> MANUALL add the line such as this
>
> application.mount("/login", LoginPage.class)
>
> for each WebPage component of this application?
>
> Regards,
>
> David
>
>
> >you can mount a (bookmarkable) page on an url of your
> choice like:
>
> >application.mount("/login", LoginPage.class)
>
> >then the login page will be shown when somebody does
> http://host/login
>
>
> --- Johan Compagner <[EMAIL PROTECTED]> wrote:
>
> > > Matt's says
> > >
> > > 1. regarding Bookmarking and URLs, "Wicket allows
> > > pages/URLs to be mounted". What does this
> > "mounted"
> > > mean? Can somebody provide an example?
> >
> >
> > you can mount a (bookmarkable) page on an url of
> > your choice like:
> >
> > application.mount("/login", LoginPage.class)
> >
> > then the login page will be shown when somebody does
> > http://host/login
> >
> >
> > >
> > > 2. regarding Post and Redirect, Wicket has "flash"
> > > support. What is "flash" support?
> >
> >
> > If you have error or info messages that these are
> > shown over multiply
> > requests
> > So if you do a redirect you dont loose those
> > messages.
> >
> > Wicket just cleans the messages when they are
> > rendered once (when ever that
> > happens)
> >
> >
> > >
> > > 3. regarding Page Decoration, SiteMesh is not
> > > supported or recommended for use with Wicket. This
> > > worries me since I am Sitemesh fan. Can Sitemesh
> > be
> > > FULLY integrated with Wicket? Any Wicket user did
> > > this?
> > >
> >
> > I dont think sitemesh will be a great match for
> > wicket at an time
> > It is really build for different  frameworks.
> > Wicket has for that build in support with Markup
> > Inheritance and Panels
> >
> > I guess if you are in mixed world (wicket and a jsp
> > x framework) you could
> > try to mix that with sitemesh
> >
> > johan
> >
>
>
>
>
>  
> ____________________________________________________________________________________
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile.  Try it now.
> http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to