done,
https://issues.apache.org/jira/browse/WICKET-2139
thanks igor
--
View this message in context:
http://www.nabble.com/RequestLogger-change---include-Page-Parameters-for-BookmarkablePages-tp22295982p22305001.html
Sent from the Wicket - Dev mailing list archive at Nabble.com.
create a jira issue please
-igor
On Mon, Mar 2, 2009 at 12:23 PM, Alex Parvulescu
wrote:
> Hello,
>
> Can you please add page parameters to the IRequestTarget logging ?
>
> Its a simple addition to
> org.apache.wicket.protocol.http.RequestLogger#getRequestTargetString(IRequestTarget
> target) :
Hello,
Can you please add page parameters to the IRequestTarget logging ?
Its a simple addition to
org.apache.wicket.protocol.http.RequestLogger#getRequestTargetString(IRequestTarget
target) :
so this
else if (target instanceof IBookmarkablePageRequestTarget)
{
IBook