Hi

Tapestry property expressions do not support arithmetic operations. See

http://tapestry.apache.org/property-expressions.html

for complete list of operations supported


On Fri, Sep 16, 2011 at 7:30 AM, Ken in Nashua <kcola...@live.com> wrote:
>
> Hi All,
>
> I have this expression in a component definition...
>
> <t:label for = "tableColumnsSelect">    ${cursor} + 1    </t:label>
>
> For my case cursor is initially 0
>
> After render... I view page source and I see the following...
>
> 0 + 1
>
> when what I actually wanted to see is... the sum of the expression and the 
> value rendered...
>
> 1
>
> Any tips on how i can do this ? Is there an arithmetic or expression operator 
> that I can prefix before my "${cursor} + 1" ?
>
> Thanks
>



-- 
Regards

Taha Hafeez Siddiqi (tawus)
http://tawus.wordpress.com

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

Reply via email to