Hi,
I just added couple things to Xdoclet 1.2.2, regarding to @jsf.navigation tag.
Namely, for now, you can omit 'from' parameter (<from-view-id>), and
you have ability to generate missing <from-action> and <redirect/> tag, for
example:


* @jsf.navigation
*                 fromAction="#{reportHandler.yyy}"
*                 result="xxx"
*                 to="/yyy.jsp"
*                 redirect="true"

will result in:

  <navigation-rule>
     <navigation-case>
        <from-action>#{reportHandler.yyy}</from-action>
        <from-outcome>xxx</from-outcome>
        <to-view-id>/yyy.jsp</to-view-id>
        <redirect/>
     </navigation-case>
  </navigation-rule>

The question is, what I should to do with my changes, where I can to post him ?



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to