I use Wicket 1.5.8.
Following scenario:
- I have 10 paths to be mounted
- each pathname makes it possible to map it to a specific Enumeration-Value
- the PageParameters provide additional information
- based on Enum-Value and PageParameters I can decide which page should be
rendered

So I can not use mountPage("/path1", Page1.class), because I do not know
statically the page to be instantiated

I want to provide a page instance based on the pageparams and the
enum-value...

How can this be achieved?



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Mount-a-path-to-a-PageProvider-tp4661799.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to