dev@jsftemplating.java.net

questions about $attribute{attr2}

From: Rebecca Searls <Rebecca.Searls_at_Sun.COM>
Date: Mon, 28 Jul 2008 15:38:59 -0400

I'm trying to understand what $attribute is. Is this a JSP thing, an EL thing?
What is its special handling of the return value from jsft.echo?

<!afterEncode
jsft.echo(in='goodbye', out=>$attribute{attr2});
println(value= '$attribute{attr2}');
/>