Attributes default to the prop binding, so there's no need to use expansions:
<t:outputraw value = "currentTime}" />
See the current "loop problem" thread.
Cheers,
Nick.
Angelo Chen wrote:
Hi Erik,
To make things easier, i use this:
public Date getCurrentTime()
{
return new Date();
}
then in my html file I use:
<t:outputraw value = "${CurrentTime}" />
when the page is displayed second time, the time does not change, you have
to restart the program to have the time updated, my impression is, outputraw
will update the template and remain static until re-start, if that's the
case, my question is, how to display html formated data?
Erik Vullings-2 wrote:
Hi Angelo,
And how did you define currentuser? Any annotations?
Cheers, Erik
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]