Hi.

The major problem is (amongst other problems) that you have page from 
another host in modal window. Generally, this is going to cause some 
trouble, because it's cross site scripting. The browsers are trying to 
prevent that.

Another thing is that I don't understand how you can submit wicket form 
to another host. Because to submit form in wicket (unless the form is 
stateless, which is possibility only 1.x or 2.0) you need first to 
create page instance, and then use the instance number in the post url, 
as well as the FormSubmitListener listener and form component path.

-Matej

Carfield Yim wrote:
>> you'd need to use some distributed session mechanism. Just a guess...
>>
> Might be, Can I just include the sessionid as hidden field / url to
> fix that? I probably cannot have too complicate distributed session
> mechanism
> 
> -------------------------------------------------------------------------
> 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