RE: html-el:form action=${param.type}

2003-10-23 Thread Chen, Gin
What's the exact error that it gives you? -Tim -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:45 PM To: Struts Users Mailing List Subject: html-el:form action=${param.type} Hi, In my example type=ViewResults and the following

Re: html-el:form action=${param.type}

2003-10-23 Thread Barry Volpe
?? Barry - Original Message - From: Chen, Gin [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:47 AM Subject: RE: html-el:form action=${param.type} What's the exact error that it gives you? -Tim -Original Message- From

RE: html-el:form action=${param.type}

2003-10-23 Thread Karr, David
?? Barry - Original Message - From: Chen, Gin [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:47 AM Subject: RE: html-el:form action=${param.type} What's the exact error that it gives you? -Tim -Original Message

Re: html-el:form action=${param.type}

2003-10-23 Thread Barry Volpe
Tomcat Barry - Original Message - From: Karr, David [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 1:03 PM Subject: RE: html-el:form action=${param.type} What web container are you using? Whenever I see fishy behavior from the EL

RE: html-el:form action=${param.type}

2003-10-23 Thread Greg Dunn
Try html-el:form action=${'/View' + param.type} Greg -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 2:48 PM To: Struts Users Mailing List Subject: Re: html-el:form action=${param.type} The error I get is cannot retrieve mapping

Re: html-el:form action=${param.type}

2003-10-23 Thread Barry Volpe
)' - Original Message - From: Greg Dunn [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 1:17 PM Subject: RE: html-el:form action=${param.type} Try html-el:form action=${'/View' + param.type} Greg -Original Message- From: Barry Volpe

RE: html-el:form action=${param.type}

2003-10-23 Thread Karr, David
Tomcat 4 or 5? -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 23, 2003 1:06 PM To: Struts Users Mailing List Subject: Re: html-el:form action=${param.type} Tomcat Barry - Original Message - From: Karr, David [EMAIL PROTECTED

Re: html-el:form action=${param.type}

2003-10-23 Thread Barry Volpe
Tomcat 4. Thanks, Barry - Original Message - From: Karr, David [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 1:32 PM Subject: RE: html-el:form action=${param.type} Tomcat 4 or 5? -Original Message- From: Barry Volpe

RE: html-el:form action=${param.type}

2003-10-23 Thread Karr, David
?? Barry - Original Message - From: Chen, Gin [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Thursday, October 23, 2003 11:47 AM Subject: RE: html-el:form action=${param.type} What's the exact error that it gives you? -Tim -Original Message

Re: html-el:form action=${param.type}

2003-10-23 Thread Barry Volpe
PROTECTED] Sent: Thursday, October 23, 2003 1:39 PM Subject: RE: html-el:form action=${param.type} Do you only have one form tag on the page? Have you walked through the ELFormTag execution in your debugger? -Original Message- From: Barry Volpe [mailto:[EMAIL PROTECTED] Sent

Re: html-el:form action=${param.type}

2003-10-23 Thread Barry Volpe
: Thursday, October 23, 2003 1:48 PM Subject: Re: html-el:form action=${param.type} Yes I only have one form tag.I could try use the debugger. I could also try and go back to the html:form tags In the interim the ${param.type} works by itself. Thanks for your help, Barry - Original