hi all..

    Well i have method in my bean some thing like getValue(String columnName). This 
returns the value of the particular column. so how i can i access this method in my 
jsp using <bean:write> or <bean:define>. 

i tried some thing like this <bean:write name="resultBean" 
property="value[USER_NAME]"/>. But this does not work me. I know we can pass index, 
but is there a way to access that method which has parameters or is this a bug in 
Struts? 

Any ideas or Suggestions are appreciated.

Thanks and Regards
-Abhi

Reply via email to