Hello everybody,

The question isn't really simple :)
So, the official documentation says (
http://wicket.apache.org/apidocs/1.4/org/apache/wicket/RequestCycle.html):

1) A page that does not yet exist in a user Session may be encoded as a URL
that references the not-yet-created page by class name.

/[Application]?bookmarkablePage=[classname]&[param]=[value] [...]

2) Stateful pages (that have already been requested by a user) will be
present in the user's Session and can be referenced securely with a
session-relative number:

/[Application]?wicket:interface=[pageMapName]:[pageId]:

...

Does it actually mean, that in the second situation the page isn't
bookmarkable?

But my question is: where is the state of the page stored? In the Session?
In the pageMap? Where is the pageMap stored and when is it created?

I hope somebody could help me :)

Thanks!

Reply via email to