RE: newbie question: results display on same page?

2003-10-14 Thread jagadeesh kumar movva
Hi, Though I am also a newbie, when I faced a similar problem, I used . I am not very sure whether it will work for you. I tried a few other options before finally getting the result, as none answered my question on struts user list... I only can hope it helps...not sure anhow.. good luck jag

RE: newbie question: results display on same page?

2003-10-13 Thread mobile q
thankyou for your reply. I did put results bean into request. The problem is: it even does not display search form now if I put results display block after since user has not pressed "get" button. Here is my display code: .. I only use bean:write tag to output individual table d

RE: newbie question: results display on same page?

2003-10-13 Thread Nicholson, Robb
The logic:iterate tag does not have to live within a form. Chances are your error is because the Collection you are trying to iterate over is not in the request (or whatever session you happen to be using). What we normally do for a situation like this is to create a JSP with the search form, and