RE: Recursive pages

2004-08-18 Thread terry Highfield
to include the *results* of the use of your page. Of course I could be entirely wrong about all of this :-) Paul > -Original Message- > From: terry Highfield [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 18, 2004 12:26 AM > To: [EMAIL PROTECTED] > Subject: Recursive pa

Recursive pages

2004-08-17 Thread terry Highfield
Hi all, Does anyone know how to make recursive jsp pages? I believe this can be done using <%@ include file="recursive.jsp" %> I have done this as :- <%@ include file="recursive.jsp" %> The above code is actually in recursive.jsp The bean behind this has a structure : class Message im

RE: How to Find Index Value

2004-06-10 Thread terry Highfield
Hi Srinivas, The way I solve this is to use the following code in the Action - but true I have only used indexed with buttons, the principle should be the same though. for (int i=0; i } Hope this helps, Terry From: Srinivas Rao <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL P

Refresh problem

2004-06-01 Thread terry Highfield
HI, I have a list of related items on my JSP page and each item in the list has a delete button. This tells the action to remove the item from the ArrayList, thank fully this works nicely. The trouble is; after deleting an item I click "refresh" on the browser, this will then delete the next it