Re: Re-render JSF page components

2006-09-22 Thread Jeff Bischoff
e component is rendered it stays cached when I refresh the page ---Original Message--- From: Mike Kienenberger <[EMAIL PROTECTED]> Subject: Re: Re-render JSF page components Sent: 22 Sep '06 05:28 Navigation must be more than request-scoped for rendered to work. A qui

Re: Re-render JSF page components

2006-09-22 Thread K. Johnson
ayed, and vice-versa? It seems like once the component is rendered it stays cached when I refresh the page > ---Original Message--- > From: Mike Kienenberger <[EMAIL PROTECTED]> > Subject: Re: Re-render JSF page components > Sent: 22 Sep '06 05:28 > >

Re: Re-render JSF page components

2006-09-21 Thread Mike Kienenberger
mponents don't update: Thanks! > ---Original Message--- > From: Gert Vanthienen <[EMAIL PROTECTED]> > Subject: Re: Re-render JSF page components > Sent: 21 Sep '06 18:58 >

Re: Re-render JSF page components

2006-09-21 Thread K. Johnson
pdate: Thanks! > ---Original Message--- > From: Gert Vanthienen <[EMAIL PROTECTED]> > Subject: Re: Re-render JSF page components > Sent: 21 Sep '06 18:58 > > L.S., > > I have never encounte

Re: Re-render JSF page components

2006-09-21 Thread Gert Vanthienen
L.S., I have never encountered any problems when using the rendered attribute for implementing this kind of behavior. Could you post a snippet of the JSP page code you're using? Regards, Gert Vanthienen [EMAIL PROTECTED] K. Johnson wrote: I have some components on my JSF page that need t

Re-render JSF page components

2006-09-21 Thread K. Johnson
I have some components on my JSF page that need to display or hide based on a bean boolean property. I have tried using the rendered attribute as well as jstl c:if and c:choose. My page displays properly the first time based on the condition, but if i go through a JSF lifecycle and return to