Hello everybody. I have a small problem that maybe someone has already had in the past.

In a jsp page I try to retrive request parameters thus ( STRUTS + Jakarta TAGLIBS ) :

<req:parameters id="loop">
Name: <bean:write  name="loop" property="name"/>
Value: <bean:write name="loop" property="value"/>
</req:parameters>

and this works fine...

When I try JSTL

<c:out value="${requestScope.source}"/>
<c:out value="${requestScope.animalId}"/>
<c:out value="${requestScope.injId}"/>

doesn't work...

The names of the the request parameters that should be there are correct...

Is there any masking between JSTL vars and STRUTS vars that someone is aware of?

Todor


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to