Make it possible to define viewId with EL in the dialog-config.xml
------------------------------------------------------------------

                 Key: SHALE-438
                 URL: https://issues.apache.org/struts/browse/SHALE-438
             Project: Shale
          Issue Type: Improvement
          Components: Dialog
            Reporter: Joost Schouten


I think it is a good idea to have the viewId evaluated for EL expressions, and 
if found, resolved. So the folowing would be possible:

<dialog name="go_home" start="exit">
        <end name="exit" viewId="#{some.variable}" redirect="true"/>
  </dialog> 

I believe this feature would be great for both the Dialog as well as the 
<to-view-id> in the JSF navigation-rule's have this option. I understand that 
the later should be discussed with the myfaces developers, but maybe they are 
the same?

-- 
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