Quoting Hermod Opstvedt <[EMAIL PROTECTED]>:

> Hi
> 
> The bottom of the page might be a clue : 
> 
> id:"null" | type:"javax.faces.component.UIViewRoot"
> 
> Hermod
> 
> 
> -----Opprinnelig melding-----
> Fra: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sendt: 7. mai 2006 01:48
> Til: Struts Users Mailing List
> Emne: RE: Shale's dialog manager is driving me nuts!
> 
> Quoting [EMAIL PROTECTED]:
> 
> > Quoting "David G. Friedman" <[EMAIL PROTECTED]>:
> > 
> > > Sounds like you need (da da daaaaa) Faces Trace:
> > > http://www.jroller.com/page/cagataycivici?entry=rise_of_the_faces_trace
> > > 
> > > Okay, so I've never used it but it sounds like it might
> > > just help you figure out where, when and why your JSF + Shale
> > > application is stuck.
> > > 
> > > Regards,
> > > David
> > > 
> > 
> > 
> > OK.
> > 
> > Applied Faces Trace. Do you see anything suspicious here (see attachment)?
> > 
> > I'm too new to this. The snapshot was made after the "Next" button was
> > clicked.
> > 
> > rgds Sander
> > 
> 
> Heh....just found out that attachments are a big nono. Umm....the result
> page is
> here: http://www.hot.ee/sandervall/editPerson.html
> 
> rgds Sander
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

YES!!!!

I think I figured it out !!!

It was a Tiles issue. In the main layout jsp I have a tag
<div id="contentContainer">
        <f:subview id="content">
                <tiles:insert attribute="body" flush="false"/>
        </f:subview>
</div>

and I also had 
<f:view> envelope around the content jsp (editPerson) body which was rendered as
the tiles "body" attribute.

Seems like you mustn't have it. After I removed the <f:view> tag the dialog
started working!!!

yeehaa :)

rgds Sander

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to