Re: Problem in using logic:iterate in struts

2008-09-24 Thread Laurie Harper
If the action isn't being called, that would explain why the data the action pushes into request scope can't be found... Sounds like the link is pointing to the JSP instead of the action, then. How are you rendering the links? What are they rendering as? (i.e. what is the generated HTML?) L.

Re: Problem in using logic:iterate in struts

2008-09-23 Thread UITOT
Hello Laurie, Thanx a lot for replying.Let me tell you the exact scenario.I am developing a discussion forum for my Project.There is one JSP called "View_topic.jsp".This will display the list of all topics in the Discussion Forum.Before this JSP one action class say "view_topics_Ac

Re: Problem in using logic:iterate in struts

2008-09-23 Thread Laurie Harper
Unfortunately your struts-config.xml and JSP code didn't make it through to the list properly. Make sure you're sending your message as plain text. A couple of questions: *) How are you accessing the page? (i.e. what URL are you typing?) *) Are you sure you are calling the action before the JS

Re: Problem in using logic:iterate in struts

2008-09-23 Thread UITOT
Hello Alexander, First of all thanx for replying.My code looks very much unclear here.You can refer this link http://forums.sun.com/thread.jspa?threadID=5333420.Again topic_list is my arraylist.I have created it in action class & I have set it in request scope.Same arraylist I

Re: Problem in using logic:iterate in struts

2008-09-23 Thread Alexander Baetz
UITOT schrieb: 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 clicki

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