On Thu, 08 Jan 2015 16:54:30 -0200, nhhockeyplayer nashua
<nhhockeypla...@hotmail.com> wrote:
You commented on this in the past for me but I havent gotten it yet as
to whether t-5 is capable of rendering images or not.
Yes it is. :)
<t:Loop id="foreachitem" source="currentObject">
If this Loop is inside a Form and don't have any fields inside it, add
formState="NONE". As Howard mentioned, Loop, when inside a From, by
default stores the iterated collection in order to be able to correctly
set the field values when the form is submitted.
<t:Loop id="foreachitem" source="currentObject" formState="NONE">
By the way:
<t:OutputRaw value="${newTableRow}"/>
Never, never, never use ${} expansions when passing parameters to Tapestry
components. In 100% of the case, it's either wrong or useless.
<t:OutputRaw value="newTableRow"/> is right recommended way.
I'd also suggest you to not use tables for layout, just for tabular data,
and avoiding inline CSS, but that's off-topic. :D
--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org