Konstantin Priblouda wrote:

--- "S. Radojcin" <[EMAIL PROTECTED]> wrote:



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 ?



best way would be to raise JIRA issue and attach patch to it ( see diff instructions on JIRA start page
)



- unfortunately, I havenot worked with CVS yet, and don't know how to make patch.diff :-( , what tool I should to use.
Even more, before made changes, I decompile NavigationTagsHandler.java wiht JAD decompiler.
Beside this, I changed faces_config_xml.xdt also.


So, if someone wants to see this, I will send these files , if not, please simply disregard this message ;-)




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