Re: Form rendering problem

2001-06-28 Thread Rod Schmidt
fig.xml 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] ;

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-27 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

Form rendering problem

2001-06-27 Thread Rod Schmidt
just have to avoid using the html:form tags?   Thanks,   Rod Schmidt

Re: Help: Problems deploying to domain name.

2001-06-27 Thread Rod Schmidt
victory/saveRegistrationpath="/missionvictory" :action:  No mapping available for path /missionvictory/saveRegistrationCtx( /missionvictory ): 400 R( /missionvictory + /missionvictory/saveRegistration.do + null) Invalid path /missionvictory/saveRegistration was requested Rod - O

Help: Problems deploying to domain name.

2001-06-26 Thread Rod Schmidt
- 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

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 S

Re: Struts with a domain name

2001-06-25 Thread Rod Schmidt
MAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 25, 2001 11:43 AM Subject: Re: Struts with a domain name > Hello Rod, > > When you are working with tag you can use > its "page" attribute instead of "href" to specify > context-relative URI. >

Struts with a domain name

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

Re:

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: > They are ac