RE: Struts v1.1b3 download?

2003-01-02 Thread Carl Schwarcz
I get the same message. You've got the correct url, just the site seems broken. -Original Message- From: ajTreece [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 02, 2003 2:19 PM To: Struts Users Mailing List Subject: Struts v1.1b3 download? I went to the apache site - milestone bu

interaction between jstl and struts

2003-01-01 Thread Carl Schwarcz
I'm trying to conver some existing jsp's to Struts but confused about the interaction between JTSL looping constructs and Struts tags. I''ve got a session attribute containing a list of subjects which get output as the options in a select. The Struts version complains that that the attribute subj

Action method equivalent to Servlet's init?

2002-12-31 Thread Carl Schwarcz
As a newcomer to Struts, I'm trying to redesign a jsp/servlet/ejb application to use Struts. One issue I wonder about is that the current servlets make heavy use of the init() method to setup resources, logging, resolve ejb home objects, etc. I haven't come across an equivalent method in Actio