Thanks Tahe,

that post/trick have solved my problem.

I created a dynamic JavaScript 

void setupRender() {
                StringBuffer sb = new StringBuffer();   
                sb.append("window.location =\""+getRedirect()+"\" ;");  
                javaScriptSupport.addScript(sb.toString());     
        }

and it works without any problems.


Regards
Martin





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Missing-cookie-when-calling-URL-outside-browser-tp4833233p4841338.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to