sorry, got a bit confused. I want to use the ForwardAction (not the ActionForward) class and
I wonder if there is a way you can do this with xdoclet?
----- Original Message -----
To: xdoclet
Sent: Tuesday, March 11, 2003 10:16 AM
Subject: [Xdoclet-user] Struts Action Forward Usage

Hi all,
 
I want to collect information from several jsps in a row (like with a wizard).
I'm using struts and rather than write an action class for each one that forwards onto
the next jsp, I'd like to use the Struts ActionForward for this (seeing as that's what it's
for). However, when using xdoclet I'm not sure where I should put the
 
@struts.action-forward tag.
 
Seeing as the tag is used only for the struts-config.xml file, I presume I don't put it in
an action class as this would defeat the whole purpose of using the ActionForward.
Do I put it somewhere in my build file? Hope this makes sense.
Cheers,
Brian

Reply via email to