Thank you guys :) This is a very valuable knowledge and it's great to
know alternatives.
As a feedback, the jumpstart is a wonderful tool to get started
quickly, but it would be even better if it incorporated some more
scenarios, such as this one. All I could find was several examples
with literal
Assuming foo is a property you could also do
t:context="[foo,'true']" or t:context="[foo,true]"
https://tapestry.apache.org/property-expressions.html
On 18 Sep 2016 11:13 a.m., "Bob Harner" wrote:
> Yes, that's the correct way to do it. I think you could also do
> t:context="foo,bar" if both f
Yes, that's the correct way to do it. I think you could also do
t:context="foo,bar" if both foo and bar are properties (e.g. a getter for
each).
On Sep 17, 2016 3:24 PM, "Adam X" wrote:
> I'm not sure if I did this right but I introduced a getter in my page
> class returning object array like thi