Re: Session size

2004-05-27 Thread Mike Zatko
I personally think its too big. Large amounts of data like that should be put in request scope so that it gets flushed out of memory right away. If you need the data to be persistent through the user's session lifetime, mabye try serializing it to a database. Of course, different situations cal

Validator with DynaValidatorForm

2004-04-23 Thread Mike Zatko
Hello, I have a DynaValidatorForm called EditProfileForm defined with a Form Property of "emails". The type for the property is EmailAddress[] and has no size property which means I generate it dynamically. The EmailAddress bean has a property of "address", denoting the actual value of the em

Re: [OT - OT - Friday!!] Eclipse, Struts app and log4j

2004-04-23 Thread Mike Zatko
hat: that's how the Java app worked ok I guess.. But cannot seem to amke it work for my struts app..(:( But thanks for the reply! Any other suggestions? -----Original Message- From: Mike Zatko [mailto:[EMAIL PROTECTED] Sent: Friday, April 23, 2004 3:24 PM To: Struts Users Mai

Re: [OT - OT - Friday!!] Eclipse, Struts app and log4j

2004-04-23 Thread Mike Zatko
1. Right click project -> Properties 2. Select Java Build Path 3. Click Libraries Tab 4. Add Log4j jar Geeta Ramani wrote: Hello all: I have always worked with Sun Studio One and making log4j work was a piece of cake. Throw the jar in the classpath, put the log4j.properties in WEB-INF/classes, re

Re: [FRIDAY OT] .net or websphere?

2004-04-02 Thread Mike Zatko
Java is cooler. Use that in your debate. [EMAIL PROTECTED] wrote: Hi, our group will have a debate over the superiority of .Net vs that of Websphere.. I have never used .net. Can anyone give me any feedback on it? Any feedback is appreciated.. have a nice weekend! Julie = = = = = = = = = == =

Where can you put generic Action Classes to be seen by all WARS?

2004-04-02 Thread Mike Zatko
If I had an ActionClass that I want shared across all applications in my EAR, where should I put it? I'm using WSAD 5.1 (Eclipse). Thanks for any pointers. -- Michael H. Zatko WebSphere Developer Boscov's Information Services Work: 610-929-7317 Home: 610-562-2407 ---