You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Oscar Picasso <os...@yahoo.com> on 2005/03/16 18:27:05 UTC

DirectLink and stateful flag

Hi,

I have trouble to make the DirectLink stateful flag work.

I have the following link in a Test page:

<a href="#" jwcid="@DirectLink" listener="ognl:listeners.listen"
stateful="ognl:true">Return to Home page</a>

No matter what I do, I get the following query parameter on the resulting link:

?service=direct/0/Test/$DirectLink

Since I set stateful to true I expected:

?service=direct/1/Test/$DirectLink

Is there something more to be done?

Oscar


Thanks



	
		
__________________________________ 
Do you Yahoo!? 
Yahoo! Mail - You care about security. So do we. 
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: DirectLink and stateful flag

Posted by Kent Tong <ke...@cpttm.org.mo>.
Oscar Picasso <oscgoogle <at> yahoo.com> writes:

> No matter what I do, I get the following query parameter on the resulting link:
> 
> ?service=direct/0/Test/$DirectLink
> 
> Since I set stateful to true I expected:
> 
> ?service=direct/1/Test/$DirectLink

There needs to be a session when the link is generated, otherwise
it will also use "0".



---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org