Hi all,
we can set attributes in servlet and we can get those values in jsp by accessing get attribute.
Like that do we have anything to access values in jsp. For Example, DynaActionForm home = (DynaActionForm) form; String age = (String)home.get("age"); I want to access this age in jsp.
Please help me to solve this. Thanks