Why won't these tag's work?

2001-03-17 Thread Anissina .
Could someone please point out what I am doing wrong here? This is my code: It complains that condition is a non-existent entity. Shouldn't struts recognise that it is wrapped by the iterate tag and retrive the value through the same id? Just to clarify, "conditions" is a collection of C

Re: javax parser.jar

2001-03-17 Thread Craig R. McClanahan
On Sat, 17 Mar 2001, Ben Souther wrote: > The latest version of Javax doesn't have parser.jar in it. > Can anyone tell me where I can download the older version OR can anyone > email parser.jar to me? > > Thanks in advance > -Ben > > I assume you are talking about the JAXP 1.1 release, rig

javax parser.jar

2001-03-17 Thread Ben Souther
The latest version of Javax doesn't have parser.jar in it. Can anyone tell me where I can download the older version OR can anyone email parser.jar to me? Thanks in advance -Ben

How can a Struts Action developer best document the system for a JSP developer?

2001-03-17 Thread Bryan Field-Elliot
I am struggling right now with how to properly and efficently document my Struts application for my JSP developer (who is by no means a Java expert). Specifically, I want to document each Action as well as each ActionForm that I code, including things like: 1. the pages I expect the user to ha

ActionForm reset(), constructor, and default values

2001-03-17 Thread Bryan Field-Elliot
I've posted this general comment three times now, with no response -- I am wondering if anyone is receiving my postings? The issue is, in implementing an ActionForm bean, are we expected to supply default values whenever the constructor is called, or whenever the reset() method is called, or b

RE: Struts and Sun's J2EE Patterns

2001-03-17 Thread Dan Malks - Java Design Center McLean VA
Phil, I'm an inconsistent reader of this list, so I'm not sure. >Are my postings not reaching the list? I'm sure I posted an informational on >this subject over a week ago! But thanks for doing so and we welcome your feedback. Pls feel free to email me directly or use the aliases provided with th

RE: Struts and Sun's J2EE Patterns

2001-03-17 Thread Philip Hart
Are my postings not reaching the list? I'm sure I posted an informational on this subject over a week ago! Philip Hart > -Original Message- > From: Jorge Ribeiro Jordão [mailto:[EMAIL PROTECTED]] > Sent: 14 March 2001 18:51 > To: '[EMAIL PROTECTED]' > Subject: Struts and Sun's J2EE Patte

RE: Please Help

2001-03-17 Thread Kurt Olsen
It works fine with windows 2000. Later, Kurt -Original Message- From: JOEL VOGT [mailto:[EMAIL PROTECTED]] Sent: Saturday, March 17, 2001 1:48 AM To: [EMAIL PROTECTED] Subject: Re: Please Help Okay, After playing around a little, I am starting to get the impression that struts and win

Re: Please Help

2001-03-17 Thread Martin Cooper
Joel, You might try adding this to your web.xml file: detail 999 This will cause debugging info to be dumped out while Struts is parsing your struts-config.xml file. If there's a syntax error in this file, you'll find out from there. -- Martin Cooper - Original Mess

Re: PostgreSQL problems.

2001-03-17 Thread Jim Richards
I've finally got the problem sorted out. It was rather obscure, but I think I could have only solved it because of the "Joy of Open Source(tm)". When I built my postgresql.jar file, I only put .class files into it, not realising there were some error_xx.properties file to be put in as well. I wa

Re: Struts and Sun's J2EE Patterns

2001-03-17 Thread Dan Malks
Craig, "Craig R. McClanahan" wrote: > On Fri, 16 Mar 2001, Dan Malks wrote: > > > > > I understand and welcome your feedback once you've had a chance to have a look. > > > > Jorge's initial comment is interesting, given the fact that as Ralph Johnson, Doug > > Schmidt, and Mohamed Fayad state in

Re: Please Help

2001-03-17 Thread Ben Souther
The company I'm working for is building a very large financial web app with Struts. The production site will be on Solaris. All development is being done on Windows NT and Windows 2000. We're using Orion. I've also got Orion & Struts running on Windows ME at home - Original Message - Fro

Re: Please Help

2001-03-17 Thread dion
Works every day here Joel. I've had problems, none of them windows related though. -- dIon Gillard, Multitask Consulting Work: http://www.multitask.com.au NetRexx: http://www.multitask.com.au/NetRexx.nsf - Forwarded by dIon Gillard/Multitask Consulting/AU on 17/03/2001 11:31 PM - Re

Fwd: [ANNOUNCE] JDBC tag library released

2001-03-17 Thread Ted Husted
Note: These tags are very easy to use with the Struts connection pool. Simply give your datasource a "key" property in your Struts-config file, and use the same key with the JDBC connection tag. and in your JSP Viola! That's it! (Or, if you're a purist, omit the key property and u

Re: Please Help

2001-03-17 Thread JOEL VOGT
Okay, After playing around a little, I am starting to get the impression that struts and windows together isn't going to go. Is this neccessarily the case? Anyone had problems and then worked it out? Thanks again, Joel

RE: struts-template tag library vs.

2001-03-17 Thread Robert Taylor
Although it doesn't discuss struts template tag specifically, the J2EE BluePrint has a good section on the comparison of JSP includes and using templates. I believe it is in section 10.3 where it discuss the Sample Application: View. http://java.sun.com/j2ee/blueprints/sample_application/view/inde