Anyone on this?
Is it a bug or am I using it incorrect?
Thank you,
Alin.
Container managed. FORM basd authentication.
If I use it like this
<h:outputLabel for="freport:outputtype" value="value"
rendered="#{securityContext.ifGranted['admin']}"/>
it works.
But in this case
<h:panelGroup rendered="#{securityContext.ifGranted['admin']}">
it doesn't work.
Alin.
Hi,
What kind of security management are you using? Container managed or
something like Acegi or etc?
Regards,
Cagatay
On 7/3/07, Alin Dosoniu <[EMAIL PROTECTED]> wrote:
Hi,
I think securityContext does not work in rendered attribute of a
h:panelGroup.
I am using myfaces 1.1.5.
Can someone confirm this?
Thank you,
Alin.