Ah, but I do. Everything works great on my local machine with the url http://localmachine/context
----- Original Message -----
Sent: Thursday, June 28, 2001 12:57 AM
Subject: Re: Form rendering problem

I think you don't have a form action class that is correlative with this form, so you can't use <html:form>. You should use <form> instead
Quan
----- Original Message -----
Sent: Thursday, June 28, 2001 1:38 PM
Subject: Re: Form rendering problem

I tried replacing the html:form tags with normal form tags (i.e. not using the struts form tags) and and just used /action.do for the action and everything works. I would really prefer to use the struts tags. Any ideas?
 
Thanks,
Rod Schmidt
----- Original Message -----
Sent: Thursday, June 28, 2001 12:27 AM
Subject: Form rendering problem

I'm using www.webappcabaret.com as a hosting service to host my domain name. They map the domain name to my context somehow. Unfortunately their documentation says the following:
 
-However if your context has a domain alias other than the main
server name then you may not include your context name in URLs
sent to the browser.
 
I believe this is causing me problems when my forms get submitted. None of them work because they always get rendered with my context in the url such as:
 
<form action="/mycontext/action">
 
when I think it should be
 
<form action="action">
 
Any suggestion as to what I can do or how to fix it? Or do I just have to avoid using the html:form tags?
 
Thanks,
 
Rod Schmidt

Reply via email to