Re: how old is struts

2003-02-25 Thread Andreas Mack
--- I believe it's closer to 3 years now :) Craig, thanks a lot for all the work! Andreas. -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: PJA libraries

2003-01-17 Thread Andreas Mack
/fonts -Djava.awt.graphicsenv=com.eteks.java2d.PJAGraphicsEnvironment -Xms10m -Xmx128m YMMV. java.awt.headless=true is a good idea in jdk1.4. Andreas. -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto

RE: Struts Productivity Survey

2003-01-10 Thread Andreas Mack
and learn much faster. It depends so much on the people. Some learn so quickly I just tell them Take a look at this or that. And they come back ready to use it and/or apply it. Others I have to explain and they just don't get it. -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH -- To unsubscribe, e

Re: Struts Productivity Survey

2003-01-09 Thread Andreas Mack
then there were no DynaForms, no Tiles, no Nested, all the stuff that makes things much easier now. The pages that are now the Taglib API Reference were the best resources back then. Greets, Andreas. -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH -- To unsubscribe, e-mail: mailto:[EMAIL

Re: Beta3: Log4j gone mad

2003-01-03 Thread Andreas Mack
, like setting it to SimpleLogger so it won't interfere with log4j. I think it uses log4j if available. HTH, Andreas. -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Problem Using Log4J and Commons Logging with Struts

2002-12-28 Thread Andreas Mack
the interpretation that eye-of-needle means a real small-thingie needle, and the point here is grace primarily. /Offtopic-SCNR-remark -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: [VOTE] Should this list discontinue it's long, treasuredheritage of relaxed fridays?

2002-08-31 Thread Andreas Mack
On Fri, 2002-08-30 at 16:47, Eddie Bush wrote: Do you feel this list should discontinue it's long heritage of relaxed fridays? ( ) Yes ( X ) No -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH http://www.mediales.de -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED

Re: enctype= multipart form, validation errors, file is lost

2002-07-17 Thread Andreas Mack
it? I gave up and split the process in several parts, starting with the file only and then asking for the rest of the information I need for the file in a subsequent form. Not optimal, but good enough for me. -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH http://www.mediales.de

multipart/form-data and textarea (bug?)

2002-07-04 Thread Andreas Mack
Hi, if I use multipart/form-data as encoding in a form and submit a textarea field with newlines the newlines are lost somewhere before form population. Is this a bug or does that come naturally with multipart ? (Struts-1.1b1) Greetings, Andreas. -- Andreas Mack [EMAIL PROTECTED] mediales

Re: Digester/SAX parse error problem

2002-05-17 Thread Andreas Mack
have a jar in your WEB-INF/lib that has an JAXP-parser in it and this one is used instead of Xerces from Tomcat. -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH http://www.mediales.de -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Request: Property vs Attribute

2002-02-16 Thread Andreas Mack
) { forward = (String)request.getAttribute(forward); } if (message == null) { message = (String)request.getAttribute(message); } Would that be ok or are there other ways ? -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH http://www.mediales.de

Re: Request: Property vs Attribute

2002-02-15 Thread Andreas Mack
okdialog.jsp. I'd like to have a collection of parameters set which are dynamically added to the okdialog.jsp in hidden fields, but hidden::name/property seems to be static. Any hints here ? Am I down a wrong road ? How do others do these quite generic dialogs ? Thanks! -- Andreas Mack [EMAIL

Re: Confirm Style (was: Request: Property vs Attribute)

2002-02-15 Thread Andreas Mack
for generic stuff IMHO. People are also used to things like Are you sure to delete your data stuff. -- Andreas Mack [EMAIL PROTECTED] mediales. GmbH http://www.mediales.de -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

RE: redirection

2001-10-31 Thread Andreas Mack
On Wed, 2001-10-31 at 11:08, Andrew Kirkland wrote: A .do file is the file extention that i have used for mapping purposes. I have this in my jsp : html:form action=lesson1/logon.do focus=user and then web.xml redirects it and it should then be processed by my java file etc. However I