Feature Requests item #472662, was opened at 2001-10-18 22:56
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=472662&group_id=31602

Category: None
Group: None
>Status: Open
Priority: 5
Submitted By: Simon Harris (haruki_zaemon)
Assigned to: Nobody/Anonymous (nobody)
Summary: Support Struts form local forward tags

Initial Comment:
Struts forms allow the definition of local forwards. I 
propose something like:

@struts:form-forward name="" path="" [redirect=""]

in the .java which would generate

<form-bean ....>
    <forward name=""
             path="">
</form-bean>

in the struts-config.xml file

----------------------------------------------------------------------

>Comment By: Simon Harris (haruki_zaemon)
Date: 2001-10-28 02:30

Message:
Logged In: YES 
user_id=146770

I checked it out. However I think the tag could be 
@struts:action-forward as it only applies to actions. I 
made a mistake in my original request. The code I submitted 
does the job as required. Sorry for any confusion.

----------------------------------------------------------------------

Comment By: Dmitri Colebatch (dimc)
Date: 2001-10-28 02:08

Message:
Logged In: YES 
user_id=204154

I've implemented this in CVS.  Not quite what you asked for
(as sf was down at the time, so couldn't see), but the
syntax is:

  @struts:forward name="logged-in" path="/user/index.jsp"


----------------------------------------------------------------------

Comment By: Simon Harris (haruki_zaemon)
Date: 2001-10-27 00:26

Message:
Logged In: YES 
user_id=146770

Update to conform with the latest cvs build

----------------------------------------------------------------------

Comment By: Simon Harris (haruki_zaemon)
Date: 2001-10-18 23:07

Message:
Logged In: YES 
user_id=146770

Let's try that again

----------------------------------------------------------------------

Comment By: Simon Harris (haruki_zaemon)
Date: 2001-10-18 23:06

Message:
Logged In: YES 
user_id=146770

Here is my attempt :-)

----------------------------------------------------------------------

Comment By: Simon Harris (haruki_zaemon)
Date: 2001-10-18 23:02

Message:
Logged In: YES 
user_id=146770

The tag should have been @struts:action-forward and 
generate local forwards in the action tag not the form tag. 
Sorry!

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402707&aid=472662&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to