EL Syntax Error with JSTL Fn MyEclipse IDE > Java EE Development (EJB, JSP, Struts, XDoclet, etc.) This topic has 2 replies, 1 voice, and was last updated 19 years, 2 months ago by szafir. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts May 24, 2006 at 2:40 pm #252509 Reply szafirMember The following EL code is legal but marked as an error by the Validation engine: ${fn:replace(mappingForm.selectedSource.label, ' ', ' ')} May 24, 2006 at 2:41 pm #252510 szafirMember Sorry the previous was (due to lack of html escaping i guess): ${fn:replace(mappingForm.selectedSource.label, ' ', ' ')} May 24, 2006 at 2:47 pm #252511 szafirMember Same for: ${requestScope['javax.servlet.error.request_uri']} Author Posts Viewing 3 posts - 1 through 3 (of 3 total) Reply To: EL Syntax Error with JSTL Fn You must be logged in to post in the forum log in