See
declare a key:
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/request/cycle/PageRequestHandlerTracker.java#L40
set a value:
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/request/cycle/PageRequestHandlerTracker.java#L97
get a value:
https://github.com/apache/wicket/blob/master/wicket-core/src/main/java/org/apache/wicket/request/cycle/PageRequestHandlerTracker.java#L120

Martin Grigorov
Wicket Training and Consulting


On Wed, Jun 4, 2014 at 8:47 PM, Entropy <blmulholl...@gmail.com> wrote:

> The meta data facility looks intriguing but is a bit confusing.  How is
> this
> supposed to work?  I was expecting something like a map, but the key has to
> be this abstract object that takes an arrya of entry objects?  And each
> entry object demands reference back to it's key?  This is a confusing
> object, and the examples I see online haven't been very illuminating.  How
> would I store and retrieve the exception from this collection by a simple
> string constant?
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Error-page-stack-trace-tp4666119p4666127.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>

Reply via email to