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

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Plugins for xdoclet-2 are released. check it out at:
http://www.sourceforge.net/projects/xdoclet-plugins/
----[ http://www.pribluda.de ]------------------------

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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