| Author |
Issue while using the trinidad dialog in xhtml page
|
Bhoopal Reddy
Greenhorn
Joined: Feb 19, 2010
Posts: 1
|
|
Hi,
I am facing the problem with trinidad dialogs in xhtml. I am doing following things.
1) In text.xhtml i have written the following code
<tr:commandLink text="Show More Information"
partialSubmit="true"
useWindow="true"
action="dialog:showDetail"/>
2) following navigation rule wrote inside the faces-config.xml
<navigation-rule>
<from-view-id>/*</from-view-id>
<navigation-case>
<from-outcome>dialog:showDetail</from-outcome>
<to-view-id>/showDetail.xhtml</to-view-id>
</navigation-case>
</navigation-rule>
3) following code wrote in showDetail.xhtml
<tr: outputText value="Hi from showDetail.xhtml"/>
These are the changes we made but unable to get the dialog window.
I followed this reference link http://myfaces.apache.org/trinidad/devguide/dialogs.html
I tried same scenario with jspx instead of xhtml. It is working fine . Please guide me how to resolve the same problem with the xhtml
Thanks in advance
Regards,
Bhoopal
|
 |
 |
|
|
subject: Issue while using the trinidad dialog in xhtml page
|
|
|