This is generated url of the ajax link. you said you open a page in an 
iframe, so I asked, what URL do you display in the iframe (<iframe 
src="??"/>

How do you create the iframe?

-Matej

Nili Adoram wrote:
> 1. The generated URL is:
> javascript:var 
> wcall=wicketAjaxGet('/page;jsessionid=66D2B1310B47081B62EE203A648CDAE8?wicket:interface=:0:statusForm:data:nodeGroups:0:deprovision::IBehaviorListener&wicket:behaviorId=0',
>  
> function() { }, function() { });
> 2. Can you please explain what is th purpose of PageMap in this case?
> Thanks
> -Nili
> 
> Matej Knopp wrote:
>> What URL do you exactly display in the iframe? I think the behavior is 
>> caused by PageMap in 1.2 which behaves as stack. So to get over this you 
>> have to put the page that is shown in the iframe to separate pagemap.
>>
>> You can change the pagemap in which wicket is created by either 
>> specifying it in Page constructor or as URL parameter of 
>> bookmarkablePages (wicket:pageMapName=myModalPageMap)
>>
>> -Matej
>>
>> Nili Adoram wrote:
>>   
>>> Hi all,
>>> I have an AjaxLink that opens a modal dialog (which is implemented as an 
>>> iframe that displays the URL of that link).
>>> The link is embedded inside a ListView that refreshes itself every 30 
>>> seconds via ajax.
>>> The URL of that link is generated of course by Ajax and include session 
>>> mapping parameters so it is not bookmarkable.
>>> Whenever I click the link just before the table is refreshed, the target 
>>> of that link page is expired from session.
>>> Is it possible to generate a bookmarkable ajax link ?
>>> Thanks
>>> Nili
>>>
>>>
>>> -------------------------------------------------------------------------
>>> Using Tomcat but need to do more? Need to support web services, security?
>>> Get stuff done quickly with pre-integrated technology to make your job 
>>> easier
>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>>> _______________________________________________
>>> Wicket-user mailing list
>>> Wicket-user@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>>
>>>     
>>
>>
>> -------------------------------------------------------------------------
>> Using Tomcat but need to do more? Need to support web services, security?
>> Get stuff done quickly with pre-integrated technology to make your job easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> _______________________________________________
>> Wicket-user mailing list
>> Wicket-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/wicket-user
>>
>>   
> 
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
> 



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to