[EMAIL PROTECTED] wrote on 02/10/2006 04:54:15 PM:

> [EMAIL PROTECTED] wrote on 02/10/2006 03:58:11 PM:
> 
> > 
> > I would clarify this "recommended method" to have one backing bean per
> > *Tile* not just for the whole page.  That sounds pretty much like what 

> you
> > did below.
> > 
> 
> Ah, I didn't know that! Ok, so my app certainly doesn't follow this 
rule, 
> but somehow I guess it is somehow bumbling along.. I will have to go 
back 
> and fix that, but first..
> 
> > 
> > On the outer JSP page, did you include each Tile inside an 
<s:subview>?
> 
> No, I didn't have this, so i added it, but according to the tld I have 
to 
> add an id to this tag.  What should I use? I googled and the 
> recommendation was to use the same name as the tile attribute. I don't 
> think this is right since I get the foll. warning:
> [WARN] Subview - No managed bean for subview menu
> 

Never mind; I renamed the managed bean name in faces-config to "menu" and 
the subview id in layout.jsp to "menu" and now the prerender is indeed 
being called in both outer and inner backing beans..:) Thank you very much 
for the pointer, Craig - this is certainly a nice solution..:)

Geeta

Reply via email to