Hear us Roar
Article:
 |
|
JSP 2.0: The New Deal, Part 1
|
| Subject: |
|
JSTL |
| Date: |
|
2006-08-20 20:48:35 |
| From: |
|
cruzer_mini
|
|
|
|
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...
|
|
| |