You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Pierrick Samary <pi...@gmail.com> on 2005/06/09 10:53:10 UTC

rtexpvalue

I've seen that all the <rtexprvalue> of the TLD are set to "false".
Why aren't they set to "true" by default ? Is there a perf problem
with rtexprvalue or something else ?

Thanks,

Pierrick

Re: rtexpvalue

Posted by Matthias Wessendorf <mw...@gmail.com>.
since JSF trys to avoid you from scripting,

there is no sence to use something like:

<h:commandButton action="<%= bla %>" />

use backing beans (one per page). 
that is a better handling.

HTH,
Matthias

On 6/9/05, Pierrick Samary <pi...@gmail.com> wrote:
> I've seen that all the <rtexprvalue> of the TLD are set to "false".
> Why aren't they set to "true" by default ? Is there a perf problem
> with rtexprvalue or something else ?
> 
> Thanks,
> 
> Pierrick
> 


-- 
Matthias Wessendorf