RE: [OT] Ancient computing

2003-03-05 Thread Clement, Stephen
. If the paper role tore or got bent you were out of luck. Anyone wanna guess how long ago that was. LOL -Original Message- From: Clement, Stephen [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: RE: [OT] Ancient computing I wrote the first

RE: [OT] Ancient computing

2003-03-04 Thread Clement, Stephen
I wrote the first design patterns using sticks and stones. Facade was easy. Iterator was hard and took up a lot of rocks. :) -Original Message- From: awc [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2003 6:02 PM To: Struts Users Mailing List Subject: Re: [OT] Ancient computing

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Clement, Stephen
i will have to side with Mr Childers, i'm afraid. these all you'll ever want and more editing tools tend to often just teach you how to read/work more slowly... Steve -Original Message- From: James Childers [mailto:[EMAIL PROTECTED] Sent: Monday, March 03, 2003 10:50 AM To: Struts Users

Generating HTML with HTML:tags within from xsl

2003-03-03 Thread Clement, Stephen
Having a problem generating html from a XSL transformation which I want to contain Struts html:tags (html:form, html:text,...). I get: javax.servlet.ServletException: javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: org.xml.sax.SAXParseException:

Using Struts with Cocoon?

2003-02-26 Thread Clement, Stephen
Anyone used struts with Cocoon? Is it feasible? Is it worth it? How best to do this? -To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For

RE: need to display a tree struture in JSP

2003-02-24 Thread Clement, Stephen
If you need to display a tree in html using JSP, I don't think struts will help you out too much there. You can have struts hold the data in some form or other but the difficulty may lie in the displaying of data as there is no standard html tree and expanding/collapsing tree branches could be

RE: [OT] What's your IQ?

2003-02-23 Thread Clement, Stephen
Ok! Everyone step slowly away from their TVs, telephones, faxes and computers and go for a long walk! (save energy and turn them off too!) You're all suffering from too much information, most of which is nonsense! Steve - sometimes i think that everyone in the world is an idiot except you and

Forward new form to new page

2003-02-13 Thread Clement, Stephen
What's the best way to do this? In one action, want to create new form, populate it and have it display in a new page/actions (actually a separate frame). Thanks, Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Have html:text but don't want to submit on return

2003-02-13 Thread Clement, Stephen
How to do this? Thanks, Steve - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Have html:text but don't want to submit on return

2003-02-13 Thread Clement, Stephen
Subject: RE: Have html:text but don't want to submit on return How to do what? If the subject is supposed to be a question, then I don't understand it, and don't think anyone does. -Dave -Original Message- From: Clement, Stephen [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 13, 2003

RE: Forward new form to new page

2003-02-13 Thread Clement, Stephen
this was a struts question. -Original Message- From: Durham David Cntr 805CSS/SCBE Sent: Thursday, February 13, 2003 10:43 AM To: Struts Users Mailing List Subject: RE: Forward new form to new page RTFM -Original Message- From: Clement, Stephen [mailto:[EMAIL PROTECTED

RE: Forward new form to new page

2003-02-13 Thread Clement, Stephen
Mailing List Subject: RE: Forward new form to new page On Thu, 2003-02-13 at 19:29, Clement, Stephen wrote: RTFM? I realize the I could use javascript or href target to accomplish this but I was looking for a more struts solution. At a point in my action (struts action) instance, I would

1.0.2 with Collection property

2003-02-12 Thread Clement, Stephen
Is it me or does the logic:iterate tag with a Collection property not work in 1.0.2 in such a way as to populate my page and properly submit my form class? I have struggle somewhat with this lately. I can make it work with bean:write's but then changes to my pages won't populate my form class

RE: 1.0.2 with Collection property

2003-02-12 Thread Clement, Stephen
, February 12, 2003 11:25 AM To: Struts Users Mailing List Subject: RE: 1.0.2 with Collection property Can you post a snippet from your JSP? -Original Message- From: Clement, Stephen [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 12, 2003 10:19 AM To: [EMAIL PROTECTED] Subject

RE: posting an updated collection back to Action

2003-02-12 Thread Clement, Stephen
I have had (and continue to have) a similar problem. It seems that the reset() is called prior to populating your form and then is populated using java reflection and the submit parameters/attributes. So...it seems that if the arrays are not initialized to correct lengths upon form construction