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 from a logic-el:iterate.

any dea how?

thanks a lot

Reply via email to