Re: Create button instead of html:link to JSP page

2001-10-28 Thread David M. Karr
martin == martin cooper [EMAIL PROTECTED] writes: martin In that case, do you really need to use the html:form tag? Wouldn't the martin regular HTML form tag meet your needs instead? I thought that html:form transparently handles URL rewriting (or something related to that). Is that

Create button instead of html:link to JSP page

2001-10-27 Thread David M. Karr
(I tried sending this on Thursday, but I haven't seen it yet, even after I started to see real flow again in the list.) I have a working html:link element, which links to a JSP page. It doesn't need any request parameters or action, it just links directly to it. I'm trying to figure out the

Re: Create button instead of html:link to JSP page

2001-10-27 Thread martin . cooper
The reason you are getting this error is that your action mapping does not specify a form bean. -- Martin Cooper - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 27, 2001 8:29 PM Subject: Create button instead of html:link to JSP page (I

Re: Create button instead of html:link to JSP page

2001-10-27 Thread David M. Karr
martin == martin cooper [EMAIL PROTECTED] writes: martin The reason you are getting this error is that your action mapping does not martin specify a form bean. Yes, I figured this out, but this is sort of annoying, as I don't NEED a form bean for this page. I ended up defining a

Re: Create button instead of html:link to JSP page

2001-10-27 Thread martin . cooper
In that case, do you really need to use the html:form tag? Wouldn't the regular HTML form tag meet your needs instead? -- Martin Cooper - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, October 27, 2001 10:28 PM Subject: Re: Create button instead