You are a darling. Thanks.
1) I do not know all features of JSF
2) In the internet a lot of examples with JSTL

I will follow Your advice.

>-- Original-Nachricht --
>Reply-To: "MyFaces Discussion" <[email protected]>
>Date: Thu, 01 Jun 2006 17:55:06 +0200
>From: Mario Ivankovits <[EMAIL PROTECTED]>
>To: MyFaces Discussion <[email protected]>
>Subject: Re: if test
>
>
>Hi!
>
>Still, why do you not use the rendered attribute?
>
>So you might end in:
>
>       <managed-bean>
>               <managed-bean-name>LoginBean</managed-bean-name>                
>   <managed-bean-class>org.onlinestore.web.LoginBean</managed-bean-class>
>               <managed-bean-scope>session</managed-bean-scope>
>       </managed-bean>
>
>
><h:panelGroup rendered="#{!LoginBean.loggedIn}" >
></h:panelGroup>
>
>I'd recommend to avoid anything else then JSF tags within your view -
>even in JSP pages.
>
>Ciao,
>Mario
>

Reply via email to