Anyone else have this problem

2003-04-03 Thread Matt Cox
When using the tag in conjuction with on the same page, the second method of submitting a form does not work. Remove the and the latter method works fine. The html outputted by the is . This causes a naming conflict in JavaScript where it gets confused between the submit field and the sub

mapping in request attributes

2003-04-03 Thread Matt Cox
Hi, When forwarding a request from an action to a jsp does is the mapping automatically placed in the request or response? If so under what key will I find this? What I'm trying to do is get the form object out of the request so I was thinking I could do something like request.getAttribute(ma

html:link

2003-04-01 Thread Matt Cox
Does html:link automatically encode any parameters in the generated url? Is there a way to turn this off? I believe the answer to the first question is yes. I have a problem where I need to pass as a parameter to a action a link to another document including any anchor reference in that docum