Isn't the variable defined in page scope?
A single ${srtcld} EL expression should suffice.Gabriel 2012/1/13 Eric Reed <[email protected]>: > 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. > > I am not a front-end developer, and for most cases we do this for var's on a > jsp page: > > <bean:define id="srtcId" name="roles" property="srtcId" /> > > .. later in the jsp srtcId is referenced like : value="<%=srtcId%>" > > 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: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

