i have a bean that has this gettter method ...
public String getValueNum(String param){
....
}
...
using struts tag i can call it like:
<bean:write name="bean" value="valueNum(test)"/>
and it will works.
now i can't seem to figure out how can i do that using jstl.
i need your expert advice on this very simple problem that i can't seem to hack.
thanks

