Return-Path: X-Original-To: apmail-struts-user-archive@www.apache.org Delivered-To: apmail-struts-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B9E79030 for ; Fri, 13 Jan 2012 18:59:48 +0000 (UTC) Received: (qmail 79165 invoked by uid 500); 13 Jan 2012 18:59:46 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 79019 invoked by uid 500); 13 Jan 2012 18:59:45 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 79003 invoked by uid 99); 13 Jan 2012 18:59:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 18:59:44 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of EREED2@mail.nysed.gov designates 149.10.176.86 as permitted sender) Received: from [149.10.176.86] (HELO mail.nysed.gov) (149.10.176.86) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jan 2012 18:59:37 +0000 Received: from DOMAIN1-MTA by mail.nysed.gov with Novell_GroupWise; Fri, 13 Jan 2012 13:59:16 -0500 Message-Id: <4F1038A4.19A2.0022.1@MAIL.NYSED.GOV> X-Mailer: Novell GroupWise Internet Agent 8.0.2 Date: Fri, 13 Jan 2012 13:59:00 -0500 From: "Eric Reed" To: "Struts Users Mailing List" Subject: JSP help References: In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org Everyone, I know this has nothing to do with Struts but maybe someone one this = mailing list has encountered this problem before. We have a massive project that I am upgrading from 10g to 11G. Going from = OAS to weblogic. This project was developed in '04 using '99 - 2001 = technologies (Struts 1.1, jstl 1.0... etc) over 35 developers were on the = project for 4 years... I'm the only one left. I have successfully updated our 1000+ ejb's and session beans but the = JSP's are killing me.=20 I am not a front-end developer, and for most cases we do this for var's on = a jsp page: .. later in the jsp srtcId is referenced like : value=3D"<%=3DsrtcId%>" JDeveloper 11g hates this and will not compile any of the JSP's. I tried = several different approaches to try and get these to compile without = success so any help would be great. Also the post parameter being returned to the action class is just a = string of what is in the value field. Thank you in advance. Eric --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org