Bennet Xavier wrote:Hi ,
String arr[ ];
request.setParameter("InvalidMeetingDates", arr);
do this in servlet and get the attribute in jsp for iterating by
String[] str = (String[])request.getAttribute("InvalidMeetingDates");
thanks and regards,
Bennet
Hi,
Thanks for your reply,
Mean now i can pass the array elements from servlet to jsp,
but actually i am using java class, in it i am having array.
Now again the question will arise that how i will pass this array from java class to servlet.
If this problem will be solved then my whole problem will get solved.
Please reply.
Thank you once again...