RE: hidden fields and extension tag errors with weblogic

2003-06-19 Thread Craig R. McClanahan
On Wed, 18 Jun 2003, Clauson, Kelly wrote: Date: Wed, 18 Jun 2003 19:18:45 - From: Clauson, Kelly [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: hidden fields and extension tag errors with weblogic

RE: hidden fields and extension tag errors with weblogic

2003-06-18 Thread Richard J. Duncan
Hi. WebLogic uses a different page complier than Tomcat. That may be part of the reason why you're picking up the error. My guess is that the problem is that you have a scriptlet inside the struts tag. Try re-writing it like this: html:select property=week value=%=

RE: hidden fields and extension tag errors with weblogic

2003-06-18 Thread Clauson, Kelly
To: [EMAIL PROTECTED] Subject: RE: hidden fields and extension tag errors with weblogic Hi. WebLogic uses a different page complier than Tomcat. That may be part of the reason why you're picking up the error. My guess is that the problem is that you have a scriptlet inside the struts tag

RE: hidden fields and extension tag errors with weblogic

2003-06-18 Thread Richard J. Duncan
To: 'Struts Users Mailing List' Subject: RE: hidden fields and extension tag errors with weblogic Thanks for the response Rich. This did not work, but it did get me started on the right path. This code in the jsp: html:select property=week value=%= request.getParameter('Week') % results