I am trying to compare a value in my bean with a value from the request, using
the following

<strutslogic:equal name="optionWorkProfile"
property="workSchedule$WorkScheduleEid"
value="<%=request.getParameter("wsId")%>">

However, I am getting the following error:

2001-09-19 03:31:07 - error-the file
'\WEB-INF\pages\resourceWorkProfileManage.jsp' generated the following parse
exception: org.apache.jasper.compiler.ParseException:
D:\iPlanet\iPM6ias\APPS\timetracker\timetracker\WEB-INF\pages\resourceWorkProfileManage.jsp(248,131)
Attribute wsId has no value


I have tried putting <%=request.getParameter("wsId")%> outside of the equal
tags and the value is there - and it is the one I've expected.

Thanks,

Matt


__________________________________________________
Terrorist Attacks on U.S. - How can you help?
Donate cash, emergency relief information
http://dailynews.yahoo.com/fc/US/Emergency_Information/

Reply via email to