You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Robert <rv...@xs4all.nl> on 2005/06/09 15:10:40 UTC

Binding question

Hi,

If I set an int parameter direction to 'in' and use 
getBinding("param").getInt() will I get even when it is not rendering? 
And will it work for optional parameters too?

Robert.


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


Re: Binding question

Posted by Robert Zeigler <ro...@scazdl.org>.
If you're going to use the binding, set the direction to custom instead
of in.

Robert Zeigler


Robert wrote:
> Hi,
> 
> If I set an int parameter direction to 'in' and use
> getBinding("param").getInt() will I get even when it is not rendering?
> And will it work for optional parameters too?
> 
> Robert.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


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