That's the same issue, and as Howard says it has been fixed.
To use the fix you have to build T5 or wait for a snapshot.

Cheers,
Nick.


Marcelo Lotif wrote:
Righ Howard, but some people wrote this on a recent thread regarding a
Loop+expansions problem:

On 9/17/07, Michael Gottschalk <[EMAIL PROTECTED]> wrote:
On Monday 17 September 2007 08:42:46 Davor Hrg wrote:
I had no problem using expansions in a loop, (T5.0.5)

    <t:loop source="arr" value="value">
      ${value},
    </t:loop>
Expansions in a loop are only a problem if they are given as parameters
to components. E.g. your example will work, but the following will not:

<t:loop source="arr" value="value">
      <t:output value="${value}">,
</t:loop>


Cheers,
Michael

"Michael has it right: in 5.0.5 the second will fail.

I logged a JIRA earlier, but as Martin kindly points out
this was fixed back in July!

There doesn't seem to be a 5.0.6-SNAPSHOT available though.

Cheers,
Nick."

2007/9/18, Howard Lewis Ship < [EMAIL PROTECTED] >:
This is a known bug, and fixed. When using the ${...} syntax, Tapestry was
being over-agressive about caching the result.

https://issues.apache.org/jira/browse/TAPESTRY-1667


On 9/15/07, Angelo Chen < [EMAIL PROTECTED] > wrote:

Hi,
I use following code to output a html text, but it works first time,
when
I
switch to other users, the page will never be updated, remain the
contents
from the first user, any hint? thanks.

<div id="profile_right">
            <t:outputraw value = "${CurrentUser.about}" />  </div>

A.c.
--
View this message in context:
http://www.nabble.com/T5%3A-outputRaw-tf4449911.html#a12696194
Sent from the Tapestry - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



--
Howard M. Lewis Ship
Partner and Senior Architect at Feature50

Creator Apache Tapestry and Apache HiveMind





---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to