Re: [OT] Which Object Relational mapping tool?

2003-02-05 Thread C. Struts
Craig, Is RowSetDynaClass going to be functional in the final 1.1 release? This is a great time saver, specially for cases where a lot of resultSets are needed by the app. Thanks, -c - Original Message - From: "Craig R. McClanahan" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[

Re: Approaches to security

2003-02-05 Thread C. Struts
David, Lately I've encountered that situation as well. My apps are directed to from other servers where the user has been authenticated. We're using application managed security by enabling a non-persistent cookie at the entry servers for the *.domain.com domain. Since that token can be read by

Re: Streaming PDF file problem

2003-02-03 Thread C. Struts
Sheldon, I had a similar problem with Excel sheets, below is what finally worked. * //set response header, content type and content length response.setHeader("Content-Disposition","inline;filename=Report_" + reportName.re

Re: struts concerns

2002-11-13 Thread C. Struts
there are three important reasons to move to struts: M, V & C -- read up on Model 2 at http://java.sun.com/blueprints/guidelines/designing_enterprise_applications_2e/web-tier/web-tier5.html - Original Message - From: Shalu Goel To: Struts Users Mailing List Sent: Thursday, Nov

Re: test mail - please ignore

2002-11-13 Thread C. Struts
ha! - Original Message - From: "James Mitchell" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, November 14, 2002 12:45 AM Subject: RE: test mail - please ignore > > I had a friend that used to for Ernst & Young. They fired hi

Re: Problem with using Vector?

2002-11-13 Thread C. Struts
id is the name of the localized object. In the example below localName is yourBean.yourVector which you'll use inside the iterate tags. ... -c - Original Message - From: "Jana Navaneethan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 13, 2002 11:55 AM

Re: Dates & validation

2002-11-05 Thread C. Struts
Wendy, We had the same issue where users were used to doing very little to enter a date, so we employ a read only text box and a calendar pop up, ala travelocity. The pop up returns the selected (and always valid) date in DD-MON- format that can be easily be parsed by the action. We also do

Proper Syntax of Nested

2002-10-25 Thread C. Struts
Can anyone please provide a pointer to some documentation or samples that use nested . I have two beans that contain related data, aggregate and detail, and each bean has its own list. But when I nest iterate tags I get all rows from the detail bean under each aggregate row. Do I need just one b

Re: multibox, checkbox PROBLEM FOUND, SOLUTION NOT!!!

2002-10-19 Thread C. Struts
Wendy's correct, according to http://jakarta.apache.org/struts/doc-1.0.2/struts-html.html#checkbox -- "WARNING: In order to correctly recognize unchecked checkboxes, the ActionForm bean associated with this form must include a statement setting the corresponding boolean property to false in the re

Re: Getting Crazy! Struts RAD

2002-10-12 Thread C. Struts
I haven't tested yet, but according to the struts resources page, http://jakarta.apache.org/struts/resources/guis.html, JForms seems to do what you need. >From the web site http://www.solanasoft.com/products.html : "JForms takes care of all of the details of configuring Struts, including web.xml

Parsing a dynamically genereted form

2002-10-10 Thread C. Struts
Hi, Is there a recommended way to parse a form that was built and populated dynamically, such as a purchase order, where you don't really know the number of line items prior to submission? Thanks a lot. Claude.

Re: How to map the jsp files in different folder with the ActionServlet!!

2002-10-02 Thread C. Struts
I can't see as far back as the begining of this thread but just in case... Make sure your web.xml contains the following: begin http://java.sun.com/j2ee/dtds/web-app_2_2.dtd";> action org.apache.struts.action.ActionServlet confi