RE: Tomcat error with compiling JSPs

2004-01-15 Thread Kevin A. Palfreyman
This is a known problem in some versions of Tomcat, due to a known problem in some versions of ANT, due to a known problem with command-line length on windows. It relates to the path length that is used by ANT when compiling your JSP. If the path is longer than the max, then the initial '"' is th

Problem with Struts 1.1, Tomcat 4.1, SingleSignOn

2003-12-01 Thread Kevin A. Palfreyman
I have a problem using SingleSignOn with a Struts 1.1 app in Tomcat 4.1 (tried 24 & 29). I have Tomcat set up with the SingleSignOn valve, and a number of web apps (5) all using FORM based authentication. The single sign-on seems to be working fine for 4 out of the 5, but I have a problem with th

RE: Problem converting from Struts tags to JSTL

2003-08-27 Thread Kevin A. Palfreyman
s for > testing so that I can at least see the loop working. > > I don't tend to mix EL with non-EL so this may not be the > optimum solution - someone else may have a better idea - as I > guess the performance will be slower and heavier due to > having to copy a value t

RE: Problem converting from Struts tags to JSTL

2003-08-27 Thread Kevin A. Palfreyman
troller > .html#dyna_act > ion_form_classes > > > -Original Message- > > From: Kevin A. Palfreyman [mailto:[EMAIL PROTECTED] > > Sent: 27 August 2003 10:05 > > To: [EMAIL PROTECTED] > > Subject: Problem converting from Struts tags to JSTL > > > >

RE: JSTL

2003-08-27 Thread Kevin A. Palfreyman
Yes, you can get the reference implementation direct from Jakarta http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html Kev > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: 27 August 2003 10:55 > To: [EMAIL PROTECTED] > Subject: JSTL > > > Hi,

Problem converting from Struts tags to JSTL

2003-08-27 Thread Kevin A. Palfreyman
Hello, I'm trying to convert some pages from Struts tags to JSTL for the next iteration of our product and I've hit a problem. [Struts 1.1, Tomcat 4.1.24, Java 1.4.2, JSTL 1.0.3] I need to be able to dynamically access nested fields of my form object. The Form object (instanceForm) contains a D

ActionForm with a DynaBean property?

2003-07-24 Thread Kevin A. Palfreyman
Hi All, I'm trying to create a web application with Struts where some of the fields are not hard coded. What I'd like to do is to embed a DynaBean as a property of my ValidatorActionForm. My problem is related to how the ActionForm is instantiated and populated. I've created a couple of DynaCla

RE: [OT] Java Trivia

2003-06-12 Thread Kevin A. Palfreyman
month is String[] test is String arrays have .length String object has .length() Kev > -Original Message- > From: Mark Galbreath [mailto:[EMAIL PROTECTED] > Sent: 12 June 2003 15:32 > To: 'Struts Users Mailing List' > Subject: RE: [OT] Java Trivia > > > Here's my code - it compiles ju

Multiple apps and class loaders

2003-01-10 Thread Kevin A. Palfreyman
Hi folks, I have been having some problems developing multiple similar applications with regards to classloaders. I'm using Tomcat 4.1.18, and struts 1.1b3 (b2 was the same). What I have discovered is that everything is fine if I package all of the struts Jars in each of my applications, but

RE: kiosk mode browser

2002-12-20 Thread Kevin A. Palfreyman
I'm pretty sure the common browsers already do this. MS IE http://support.microsoft.com/default.aspx?scid=KB;en-us;q154780 Mozilla http://tln.lib.mi.us/~amutch/pro/mozilla/kioskmode.htm http://kiosk.mozdev.org/ This any help? Kev > -Original Message- > From: Vincent Stoessel [m

RE: JAXP version 1.1

2002-10-26 Thread Kevin A. Palfreyman
Try the JDOM distribution - I think b8 is bundled with JAXP1.1. www.jdom.org Kev > -Original Message- > From: Haseltine, Celeste [mailto:CHaseltine@;magticket.com] > Sent: 25 October 2002 22:13 > To: 'Struts Users Mailing List' > Subject: JAXP version 1.1 > > > This is a little off top

RE: Latest Nightly build - corrupt Class-Path entry in manifest.mf

2002-07-17 Thread Kevin A. Palfreyman
Jar files and line length: (72 bytes max) (Sorry about the line wrap) http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html#Notes%20on%20Manifest%20and%20Signature%20Files This is the same page, but you'll have to find the section: http://java.sun.com/j2se/1.4/docs/guide/jar/jar.html K. >

RE: User Authentication

2002-06-10 Thread Kevin A. Palfreyman
I haven't actually used it, but would the Open Symphony - OSUser module help here, even as a starting point? http://www.opensymphony.com/osuser/ http://www.opensymphony.com/matrix.jsp Kev. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: 10 June 2002 16

RE: OFFT: base for file reading in WEB apps

2001-11-22 Thread Kevin A. Palfreyman
Be careful here - getRealPath() can return null when the application is deployed in a WAR if the app server does not expand it (some app server do in fact serve the files straight from the WAR). I got bitten by this recently. Instead try looking at the getResource() and getResourceAsStream() met

RE: Struts salability

2001-11-22 Thread Kevin A. Palfreyman
Hi I'd be very interested in any performance figures you can provide, and the type of architecture you have deployed to ensure performance and scalability. I'm currently considering struts for a large project, and finding large commercial deployments for reference is hard. Also if you could gi