I don't think that dialog: links are supposed to work outside trinidad tags (tr:commandLink and tr:commandButton) Use tr: tags every time you open dialogs (at least you want to have the useWindow attribute, which is trinidad-only)
Regards, Cedric 2010/5/25 Venkat Ramanan Viswanathan <[email protected]>: > HI All > > I did finally manage to checkout the latest code base from trinidad trunk. > However the dialog framework seems to be broken. h:link and h:button > navigations work fine. However any dialog: page does not open the dialogs at > all . can some one help me out with a solution / work around for this. I > would really appreciate any help on this. > > Thanks > Venkat > > > ---------- Forwarded message ---------- > From: Venkat Ramanan Viswanathan <[email protected]> > Date: Tue, May 25, 2010 at 8:21 AM > Subject: Query on latest trinidad code base > To: MyFaces Discussion <[email protected]> > > > Hi > > I am currently using Trinidad 2.0.0 alpha 2. In that the navigation handler > is broken , as the trinidad navigation handler does not extend the new > Navigation Handler class which is part of JSF 2.0. As a result h:link and > h:button are not working. I want to try by checking out the latest code > from svn. Also can some one tell me if this issue has been fixed. > > Can some one tell me whether i should check out trunk and do a build or > check out one of the branches for 2.0.0 build ? > > can i do svn co http://svn.apache.org/viewvc/myfaces/trinidad/trunk/ ? > > Thanks for all the help > Venkat >

