Re: [moved] HTML labels and Struts

2005-08-02 Thread Frank W. Zammetti
The situation is actually even a little more complicated... I would have sworn before that you could include a query string when you called ActionMapping.findForward(), but you cannot... after the fact I remembered that you have to play some games with adding it to the path on the returned for

Re: [moved] HTML labels and Struts

2005-08-02 Thread Frank W. Zammetti
Laurie Harper wrote: The only thing that occurs to me is: are anchors guaranteed to be at the end of the URL? I.e. is this valid: http://.../myAction.do#anchor?query=... That's a good point, I don't know the answer off the top of my head... have to do some looking around... Come to think of

Re: [moved] HTML labels and Struts

2005-08-02 Thread Laurie Harper
The only thing that occurs to me is: are anchors guaranteed to be at the end of the URL? I.e. is this valid: http://.../myAction.do#anchor?query=... Come to think of it, it may not make any difference; is the 'name' argument to findForward pre-processed to strip request parameters? L. Frank

RE: [moved] HTML labels and Struts

2005-08-02 Thread Frank W. Zammetti
Moved to the dev list, I think it's more appropriate there now... Hmm... interesting... seems like there might be more than one related issue here. Trying to tackle just the issue of being able to do in an Action: mapping.findForward("myForward#myAnchor"); I can't seem to check out from SVN fro