Please check following code. Actually i am calling the page from a Panel
add(new StatelessLink("abstract"){
private static final long serialVersionUID = 1L;
@Override
public void onClick() {
Map<String,String> mapName = new
HashMap<String,String>();
mapName.put("pubmedid",pmid);
mapName.put("src",SearchConstants.DATA_SRC_PUBMED);
PageParameters pageParameters = new
PageParameters(mapName);
setResponsePage(ShowCitationDetails.class,pageParameters);
}
});
Newgro wrote:
>
> Sandyc schrieb:
>> Hi,
>>
>> we are developing a website with apache wicket. I have scenario where i
>> have to go back to the previous page from the current page.i tried using
>> the
>> MixedParamUrlCodingStrategy for passing the parameters from the current
>> page
>> to the previous page but i get a page expired exception.Please help me
>>
> Can you please provide some code. Maybe more readers know the cause of
> your problem.
>
> Thanks
> Per
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
>
--
View this message in context:
http://www.nabble.com/Wicket-Page-Expired-Exception-tp22654936p22656883.html
Sent from the Wicket - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]