I'm going to reply to my own message as I've just come to the conclusion that I'm miles off track. What I was doing was an action forward, which is nothing to do with what you were talking about (o: sorry... will put that in now (o:
cheers dim On Sun, 28 Oct 2001, Dmitri Colebatch wrote: > I'm assuming you're on xdoclet-dev... so will have a quick conv here. > > I'm not clear why the tag should be form-forward. You dont really forward > to a form do you? action-forward seems to make sense to me as its > specific to the action, and its a forward. I'm not seeing where form > comes into it, as the forwarding as I understand it has nothing to do with > forms...? Correct me if I'm wrong. > > I'm more than happy to change it, just not sure why form-forward would be > appropriate. > > cheesr > dim > > On Sun, 28 Oct 2001 [EMAIL PROTECTED] wrote: > > > 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: Dmitri Colebatch (dimc) > > Date: 2001-10-28 02:36 > > > > Message: > > Logged In: YES > > user_id=204154 > > > > Changed again, in response to valid suggestion that > > @struts:action-forward is more appropriate. Syntax is now: > > > > @struts:action-forward name="forward-name" > > path="/forward-path.jsp" > > > > ---------------------------------------------------------------------- > > > > 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 > _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
