You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Bhoopal Reddy (JIRA)" <de...@myfaces.apache.org> on 2010/02/17 16:41:28 UTC

[jira] Created: (TRINIDAD-1730) Unable to work with trinidad dialogs. Using , able to get the dialog but not getting any content inside the dialog.

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.