[ 
https://issues.apache.org/jira/browse/WICKET-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12552220
 ] 

Johan Compagner commented on WICKET-1164:
-----------------------------------------

we will open a can of worms if we try to do this
PageParameters are there for url generation. So only Strings and primitives are 
alowed.
It would be even better if PageParameter class really had only those put and 
get methods...

> Passing Parameters on a Bookmarkable Page Link
> ----------------------------------------------
>
>                 Key: WICKET-1164
>                 URL: https://issues.apache.org/jira/browse/WICKET-1164
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>         Environment: Any
>            Reporter: Flavius
>
> Change the behavior of a bookmarkable page link so that a URL can be 
> explicitly set
> with a redirect to buffer strategy.  This would allow bookmarkable URLs to be 
> created,
> but also allow parameters to be passed to the target.
> An example of where this would be useful would be viewing a summary and detail
> page.  You want to be able to bookmark the detail page URL.  If the user had 
> conducted
> a search and clicked an item in the summary page to view the detail, a 
> reference to the
> summary results could be passed along.  When the user returns to the summary,
> the previous results can be repopulated.  However, if the detail page is 
> bookmarked,
> information on the search results is not put in the URL, but the link to the 
> detail still is.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to