I'm surprised to see this evaluate correctly:
   ftSearchResult.resultCount > -1

'>' generally needs to be escaped.

Try using "ftSearchResult.resultCount lt -1"


On 9/19/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote:
Hi guys!

I have a component in a first page that is only rendered when an conditional
EL expression is satiesfied:

<h:outputText value="Save Topic" onclick="showPanel(this, 'newTopicPanel');"
styleClass="txtpq hand" rendered="#{ ftSearchResult.resultCount > -1}"/>

But when i do the first request on this page in my webapp the component is
still rendered.

Any ideas? I'm using MyFaces 1.1.1 in  this app.

--
Yours truly (Atenciosamente),

Rogério (_rogerio_)
http://faces.eti.br

Reply via email to