struts tags and thread safety

2001-07-11 Thread jdware
Hi all, I'm wondering if the struts tags are thread safe? I have a view which has two frames, each with a jsp page using the logic:iterate referencing the same collection. When I request the page which defines the frames and thus loads both jsp pages at the same time I get exceptions

Options tag

2001-06-18 Thread jdware
Hi, I want to populate a html:options tag inside a html:select from a collection that is a member of my FormBean. I've seen lots of examples in the list where the collection is an attribute of the session. This is not what I have. My form bean, 'timeForm', has an ArrayList, named

Re: Generating frameset with PDF

2001-06-12 Thread jdware
Hi, I just implemented a reports page in my struts app which generates PDF on the fly using FOP from Apache. http://xml.apache.org/fop/index.html It's uses XML and XSLT. It works very nicely. peace john ware "Alan C. Yackel" wrote: For a library to make PDFs look here:

forward back to view after deleting item in collection confuses logic:iterate

2001-06-12 Thread jdware
Hi, I have a form named TimeRecordForm which contains a collection named activities full of Activity objects. One is able to select a row ( check the checkbox ) and click the Delete button to remove the appropriate Activity object from activities. This is accomplished in

Re: Nested logic:iterate tags

2001-06-06 Thread jdware
Marc, Here's a sample of nested iterate tags IterateForm.java and TimeNavDblIter.jsp. Thanks to Craig et al it's a piece of cake. john ware / TimeNavDblIter.jsp !doctype html public -//w3c//dtd html 4.0 transitional//en %@ page language=java import =

[Fwd: FW: REPOST: How to code and use the html:image tag?]

2001-04-13 Thread jdware
Ted, I tried this with no success. I put two html:image tags into my login.jsp trtd/tdtdhtml:image page="/images/lanikai.jpg" property = "login" value="lanikai" /td/tr trtd/tdtdhtml:image page="/images/larry.jpg" property = "login" value="larry" /td/tr In the perform method of