Posted By:
Asm_Asud
Posted On:
Monday, April 4, 2005 02:25 AM
Hi,
I have a query related to passing arrays to javabeans.
I have an HTML page which accepts data from user.This data is then passed to a jsp page.From this page I use the
tag.I am not able to pass the array which is accepted in the html page, to the beans.
Can anyone help please?