|
HI ALL...
Can someone help me know how to call a form bean method which takes a string argument with JSTL
Like for eg.,
public Service getService(String serviceName)
{
}
how can i call this function by passing a string argument with JSTL..
I am trying to do like this but not successfull...
<c:when test="${SESSIONOBJ.service["MAIL"]}">
do something
</c:when>
kindly help me with this problem....
Thanks...
|