Hi,

I have a class derived from BookmarkablePageLink and after upgrading
to Wicket 1.3.0-rc1 it does not compile because of error:
parameters.getString() - not such method.
In versions prior to 1.3.0-rc1 the definition of this field was:
- protected final PageParameters parameters;
now it is:
- protected MiniMap parameters;
What is the reason of this change and how should I access these
parameters' values now (getPageParameters() is a private method), eg.
like this: (String)parameters.get("somekey");?

Regards,
Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to