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:

(Important to notice that all child components also need to be stateless!)

Change History (1)

comment:1 Changed 9 years ago by Twan Goosen

Owner: changed from Twan Goosen to Willem Elbers
Status: newassigned

I guess Willem should be the (default) owner of VCR tickets these days :)

Note: See TracTickets for help on using tickets.