I have bean which has one getter method whcih accepts object of say ABC .Can i use setProperty of <jsp:usebean to set this property .It seems that it only take string object. Thanks
Originally posted by Satou kurinosuke: No, you are not limited to Strings. Refer to JSP.1.14.2.1 Conversions from String values of the JSP specification to check the conversion rules.
can you please give a example how to pass session object to bean. Thanks