help.
how can i pass a parameter to a getter method using
JSTL of Struts-EL?
example
in a java i can get values from my bean using
ArrayList values = mybean.getSampleValues("id01");
now how can i do that in struts/jsp.
using logic-el:iterate or for each.
"Id01" is dynamic it will come
help.
how can i pass a parameter to a getter method using
JSTL of Struts-EL?
example
in a java i can get values from my bean using
ArrayList values = mybean.getSampleValues("id01");
now how can i do that in struts/jsp.
using logic-el:iterate or for each.
"Id01" is dynamic it will come
2 matches
Mail list logo