Re: Passing Parameters to Bookmarkable Page

2007-09-25 Thread Eelco Hillenius
> If the page is bookmarked, I don't care about retaining the filter. > I just want the id for the item they want to view. But if they > clicked the link from the list page (that has a list based on the filter), > then when they return to the list page (save, cancel), I want > to pass the filter b

Re: Passing Parameters to Bookmarkable Page

2007-09-20 Thread Flavius
>> >> http://localhost/pages/MyDetailPage/item/20/filter/com.foo.bar.Filter%401ae6456/ >> >> >> >> If the page is bookmarked, the Filter obj doesn't matter anyway. >> >> I understand why it's there, I'm just trying to figure out a prett

Re: Passing Parameters to Bookmarkable Page

2007-09-20 Thread Evan Chooly
t; >> > >> If the page is bookmarked, the Filter obj doesn't matter anyway. > >> I understand why it's there, I'm just trying to figure out a prettier > >> URL, > >> like > >> when I pass a parameter on the requestCycle, setting the resp

Re: Passing Parameters to Bookmarkable Page

2007-09-20 Thread Flavius
it's there, I'm just trying to figure out a prettier >> URL, >> like >> when I pass a parameter on the requestCycle, setting the response page >> and passing the parameters obj in there. >> >> I've thought of overriding the onClick event for

Re: Passing Parameters to Bookmarkable Page

2007-09-20 Thread Evan Chooly
ageLink, but > it's final. Another option was to pass it on the request or the session. > That > would be the last option. > > Any insight would be appreciated. > > > -- > View this message in context: > http://www.nabble.com/Passing-Parameters-to-Bookmarkable-Page-tf447859

Re: Passing Parameters to Bookmarkable Page

2007-09-19 Thread chickabee
n the request or the session. > That > would be the last option. > > Any insight would be appreciated. > > > -- View this message in context: http://www.nabble.com/Passing-Parameters-to-Bookmarkable-Page-tf4478593.html#a12780685 Sent from the Wicket - User mailing list a

Passing Parameters to Bookmarkable Page

2007-09-18 Thread Flavius
ught of overriding the onClick event for BookmarkablePageLink, but it's final. Another option was to pass it on the request or the session. That would be the last option. Any insight would be appreciated. -- View this message in context: http://www.nabble.com/Passing-Parameters-to-Bookmarkabl