Hey all,

I'm ripping an old project apart and making xdoc
generate everything I used to do by hand (just for fun
:).

My problem is that in my webwork actions, instead of
returning "SUCCESS","ERROR", etc... I returned strings
like "scheduler.success", or "scheduler.list".

What I'm trying to do is use the webwork tags like
below ...

/**
 * @webwork.action
 *      name="builder"
 *      success="overviews.jsp"
 *      "scheduler.list"="someview.vm"
 */
                                                      
                         
I know the last line there isn't correct, but that's
pretty much what I'm aiming for.

But how do I tell it to return something other than
the parameters SUCCESS, ERROR, LOGIN, etc... listed. I
have a feeling it's something to do w/ VIEWS, but I'm
not sure how to use that.

I was using webwork 1.2, but I certainly don't mind
changing it out for webwork 2, but is ww2 supported by
xdoclet? 

Any help much appreciated.



__________________________________________________
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: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to