Form rendering problem

2001-06-28 Thread Rod Schmidt
uot; 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

Re: Form rendering problem

2001-06-28 Thread Rod Schmidt
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 - From: Rod

Re: Form rendering problem

2001-06-28 Thread Rod Schmidt
Ah, but I do. Everything works great on my local machine with the url http://localmachine/context - Original Message - From: Pham Thanh Quan To: [EMAIL PROTECTED] ; Rod Schmidt Sent: Thursday, June 28, 2001 12:57 AM Subject: Re: Form rendering problem I

Re: Form rendering problem

2001-06-28 Thread Rod Schmidt
if that is what your talking about. In fact if I change the servlet mapping to include my context then the form action get generated with the context repeated twice as in /context/context/action.do Rod - Original Message - From: Michael Mok To: [EMAIL PROTECTED] ; 'Rod Schmidt

Re: Help: Problems deploying to domain name.

2001-06-27 Thread Rod Schmidt
ilable for path /missionvictory/saveRegistrationCtx( /missionvictory ): 400 R( /missionvictory + /missionvictory/saveRegistration.do + null) Invalid path /missionvictory/saveRegistration was requested Rod - Original Message - From: Abraham Kang To: Rod Schmidt Sent:

Help: Problems deploying to domain name.

2001-06-26 Thread Rod Schmidt
not - The html:form tags are rendered with the action = "/mycontext/action". This results in the action not being found. These seem to be my two main culprits so far. Does anybody know what's happening? Thanks, Rod Schmidt

Struts with a domain name

2001-06-25 Thread Rod Schmidt
and actions are trying to go to www.mydomainname.com/mycontext/whatever Any ideas? Thanks, Rod Schmidt

Re: Struts with a domain name

2001-06-25 Thread Rod Schmidt
] Sent: Monday, June 25, 2001 11:43 AM Subject: Re: Struts with a domain name Hello Rod, When you are working with html:link tag you can use its page attribute instead of href to specify context-relative URI. Best of luck, Yuriy Zubarev --- Rod Schmidt [EMAIL PROTECTED] wrote: What do

Re: Struts with a domain name

2001-06-25 Thread Rod Schmidt
I'm doing all that. Nowhere to I refer to my context name. The webserver is inserting it into the URLs when it sends the generated page back to the browser. - Original Message - From: Yuriy Zubarev [EMAIL PROTECTED] To: [EMAIL PROTECTED]; Rod Schmidt [EMAIL PROTECTED] Sent: Monday, June

Re: html:checkbox

2001-06-16 Thread Rod Schmidt
Does this mean you can't default a checkbox to true? If you can, how do you do it? Thanks, Rod Schmidt - Original Message - From: Ted Husted [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 15, 2001 5:45 PM Subject: Re: html:checkbox They are actually cached in the request