Hi

It is a client side issue, so tapestry can't help

What you can do is 

1) take the credentials and do it using an HTTP POST from server side. 
(Obviously this is something a user won't like)

2) Another way is do what Facebook does, host a javascript on app project which 
creates an iframe  and uses that to submit the login form directly and then 
tell the main page using event handlers about the success or failure. Include 
this javascript in the passport project page for authentication 

regards
Taha

On Nov 21, 2011, at 8:03 PM, hongdengdao wrote:

> Hi,all:
>    i have a app project and a passport project ,and i want to do ajax login 
> from passport project in app project ,the natual way is update a zone in app 
> project, but zone content is come from passport project.
>    i tried it ,but passport project failed, throw a blockimpl exception.
> 
>    i find out it's a cross domain ajax problem ,any ideas how to ? does 
> tapestry5 support it ?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 


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

Reply via email to