Menu

#2 c:if not proper working

open
nobody
None
5
2007-04-18
2007-04-18
FreakyFlow
No

Hi!

I'm using jsf-security in my facelets application.

After i start up with jsf-security.jar the following is no longer working:

[CODE]
<c:if test="#{empty exportForm.exports}">
test
</c:if>
[/CODE]

I found out, that exportForm.sidExports is not proper evaluated in the test condition.

When i set a breakpoint to getExports() i see that the method is never called.

Thanks!

Discussion


Log in to post a comment.