You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by "hv @ Fashion Content" <in...@fashioncontent.com> on 2005/11/20 03:03:36 UTC

How do I specify constant/literal values in set-object

Anyone know the syntax for specifying a constant string value in a 
<set-object/>

tried <set-object property="statefullExtension" value="topic"/> but it 
doesnt work.

Do I need a prefix or another sort of attribute ?

Cheers 




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


Re: How do I specify constant/literal values in set-object

Posted by Kent Tong <ke...@cpttm.org.mo>.
hv  <at>  Fashion Content <info <at> fashioncontent.com> writes:

> 
> Anyone know the syntax for specifying a constant string value in a 
> <set-object/>
> 
> tried <set-object property="statefullExtension" value="topic"/> but it 
> doesnt work.

Try:

 <set property="statefullExtension" value="topic"/>

--
Author of a book for learning Tapestry (http://www.agileskills2.org/EWDT)


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