Opened 9 years ago
Last modified 9 years ago
#871 assigned enhancement
Record page could be stateless
Reported by: | Twan Goosen | Owned by: | Willem Elbers |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | VCRegistry | Version: | |
Keywords: | Cc: |
Description
If you open a record page, for example via a handle (e.g. hdl:11372/VC-1002), you will notice that the page url gets a Wicket 'page state' index suffix (e.g. details/1002.1).
Since the record pages are essentially stateless, Wicket could be instructed to not keep state for the page, which should remove the state index number in the URL, which is a bit nicer, especially when people share or bookmark the page.
Some links that explain stateless pages in Wicket:
- https://ci.apache.org/projects/wicket/guide/6.x/guide/single.html#versioningCaching_3
- http://martin-g.github.io/wicket-reference-guide/stateless.html
(Important to notice that all child components also need to be stateless!)
Change History (1)
comment:1 Changed 9 years ago by
Owner: | changed from Twan Goosen to Willem Elbers |
---|---|
Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.
I guess Willem should be the (default) owner of VCR tickets these days :)