Unable to work with trinidad dialogs. Using <tr:commandLink useWindow="true"/>, 
able to get the dialog but not getting any content inside the dialog.
-----------------------------------------------------------------------------------------------------------------------------------------------------

                 Key: TRINIDAD-1730
                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1730
             Project: MyFaces Trinidad
          Issue Type: Bug
          Components: Components
         Environment: Windows XP,Java 1.5.0_12, JSF 1.2, Trinidad 1.2.12, 
Websphere Application Server 7.0
            Reporter: Bhoopal Reddy
            Priority: Blocker


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. Please guide 
me.

I followed this reference link 
http://myfaces.apache.org/trinidad/devguide/dialogs.html


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to