Re: Attaching stuff to pages

2008-04-10 Thread David Leangen
I'm using MixedParamUrlCodingStrategy. Beautiful stuff! Just one prob on line 154: String value = (String)parameters.get(parameterName); This throws a ClassCastException, since parameters.get() returns String[] and not String. Doesn't this have to do with an api change in javax.servlet? S

Re: Attaching stuff to pages

2008-04-10 Thread David Leangen
Cool! Thank you for the ultra-rapido reply. :-) On Thu, 2008-04-10 at 19:44 -0700, Igor Vaynberg wrote: > mount a page using indexed url coding strategy then in the page check > if there is a parameter. if there is one add the details panel, if not > add the list panel > > -igor > > > >

Re: Attaching stuff to pages

2008-04-10 Thread Igor Vaynberg
mount a page using indexed url coding strategy then in the page check if there is a parameter. if there is one add the details panel, if not add the list panel -igor On Thu, Apr 10, 2008 at 7:39 PM, David Leangen <[EMAIL PROTECTED]> wrote: > > I know this type of question has been asked befor

Attaching stuff to pages

2008-04-10 Thread David Leangen
I know this type of question has been asked before, so if somebody can point me to a previous thread or some doc, that would be cool. I have a page like "books" mounted on /books. When the user sees the page mounted at /books, she gets a list of all available books. Each available book should be