RE: [OT] Re: [S2] Obtaining Session/Request Object

2007-05-29 Thread Forsberg, Mike
First off, I think the notion of sighting wikipedia as the end all be all of a definition is highly suspect. After all, anyone can change the Wikipedia at any time. For instance http://en.wikipedia.org/wiki/The_Colbert_Report#_note-34 "On January 29, 2007, Colbert cited the case where Microsoft w

RE: Nested struts forms, dynamic allocation using javascript or ??

2007-05-25 Thread Forsberg, Mike
Something you might consider, the Date object not only contains the time, but also the date. Joda - http://joda-time.sourceforge.net/ - is a good API for time structures. Far superior to the Date class in Java, because it has: - LocalTime class that represents time only. - Period class for repres

RE: Where is the Source?

2007-05-23 Thread Forsberg, Mike
You know that package naming is arranged like it is for a reason. I went to http://opensymphony.com/ on a hunch. Then found an XWork button on the left hand side column. It lead me to http://opensymphony.com/xwork/. There you can download zips that contain the source of multiple versions of the

OOM Error (Java heap space) from 1800+ form elements, am I doing something wrong?

2007-05-22 Thread Forsberg, Mike
A form of approximately 1800 form elements is causing "java.lang.OutOfMemoryError: Java heap space". When 1000 form elements are used, no such error. The environment: - JBoss 4.0.5 - Struts 1.1 - A jsp page using struts tags to start and end the form block. Then insidethe form, xslt is used to

RE: OOM Error (Java heap space) from 1800+ form elements, am I doing something wrong?

2007-05-21 Thread Forsberg, Mike
t be a little overkill but, my issue seems to have vanished. Thanks goes to my co-worker you pointed me in this direction. Thanks, also to the great support from this mailing list. Mike -Original Message- From: Forsberg, Mike Sent: Friday, May 18, 2007 2:06 PM To: user@struts.apache.or

RE: submitting a form using java script on IE

2007-05-21 Thread Forsberg, Mike
s making things harder. It works fine when using buttons to submit but with anchors it's not . :/ Forsberg, Mike wrote: > I've never used the this.parentNode.submit() in a form. That might only > work in Firefox. (I make no claim if this is true, as I didn't look it

RE: submitting a form using java script on IE

2007-05-21 Thread Forsberg, Mike
I've never used the this.parentNode.submit() in a form. That might only work in Firefox. (I make no claim if this is true, as I didn't look it up) What I generally use is document.formName.submit(). Hope I helped, Mike -Original Message- From: Mansour [mailto:[EMAIL PROTECTED] Sent

OOM Error (Java heap space) from 1800+ form elements, am I doing something wrong?

2007-05-18 Thread Forsberg, Mike
A form of approximately 1800 form elements is causing "java.lang.OutOfMemoryError: Java heap space". When 1000 form elements are used, no such error. The environment: - JBoss 4.0.5 - Struts 1.1 - A jsp page using struts tags to start and end the form block. Then inside the form, xslt is used to