Problem is using struts 1.2.9 validator

2008-11-25 Thread UITOT
Hello Experts , I am facing one very strange problem in struts 1.2.9 validator. I have used validator in almost all JSPs of my project but it is giving error only for one particular JSP , rest are working fine. As soon as I add an entry for that jsp in validator.xml that form

Re: Problem in using logic:iterate in struts

2008-09-23 Thread UITOT
> *) How are you accessing the page? (i.e. what URL are you typing?) > > *) Are you sure you are calling the action before the JSP is rendered? > What happens if you put a println at the top of execute() > > L. > > UITOT wrote: >> Hello all, >> I have devel

Re: Problem in using logic:iterate in struts

2008-09-23 Thread UITOT
st I am using in logic:iterate.Why to create a bean for topic_list?? please solve my doubt...Thanks in advance. Alexander Baetz wrote: > > UITOT schrieb: >> Hello all, >> I have developed 1 application using struts.I am getting this error in my >> JSP.I have used logic

Problem in using logic:iterate in struts

2008-09-23 Thread UITOT
Hello all, I have developed 1 application using struts.I am getting this error in my JSP.I have used logic:iterate.I have populated an arraylist in action class which I am using in my JSP.I am able to see the data from the arraylist in my JSP but I am getting error when I am clicking on the hyperl