WEB-INF contains lib, classes, web.xml, webservices.xml and wsdl folder. wsdl folder inturn contains the bookquote.wsdl
WEB-INF
classes
lib
web.xml
webservices.xml
wsdl
bookquote.wsdl
I am using Reflection (java 1.4.2) to read an object and display its instance variables and the values they hold. I am facing a problem with reading instance variables of type array.
i know that we can store the variable as request variable or session variable. but i dont want to store the variable in them. i just want to make a variable, and use it in jsp using a loop. is this possible?