Re: unexpected behavior with a checkbox.

2008-01-02 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Durham, Jr. wrote: request.getParameter(myUncheckedCheckbox) == null Oh.. yuck.. but thanks David for that work around. Tried it and it works for my purposes. - Peter L. Berghold Unix Professional [EMAIL

Struts 1.3 modules.

2008-01-02 Thread Peter L. Berghold
) org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264) javax.servlet.http.HttpServlet.service(HttpServlet.java:802) Obviously something is amiss here. Can somebody give me a pointer? Thanks in advance, - Peter L. Berghold Unix Professional [EMAIL PROTECTED] AIM

Re: Struts 1.3 modules.

2008-01-02 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter L. Berghold wrote: Maybe I'm misunderstanding just what Struts modules do, but I'm trying to migrate from Struts 1.2 to Struts 1.3 and I'm running into some issues. Never mind.. figured out what was going on. Seems when you invoke

unexpected behavior with a checkbox.

2008-01-01 Thread Peter L. Berghold
. How do I implement behavior where if the checkbox is unchecked it sets the corresponding property of the form to false? - Peter L. Berghold Unix Professional [EMAIL PROTECTED] AIM: redcowdawg YIM: blue_cowdawg Those who fail to learn from history are condemned

Getting beat up troubleshooting my app; help please.

2007-08-06 Thread Peter L. Berghold
html:submit property=edit_action_rq value=Delete Account/ /html:form Thoughts anybody? What am I not seeing? - Peter L. Berghold Unix Professional [EMAIL PROTECTED] AIM: redcowdawg YIM: blue_cowdawg Those who fail to learn from history are condemned to repeat

Nested struts forms, dynamic allocation using javascript or ??

2007-05-25 Thread Peter L. Berghold
in advance for your thoughts - --- Peter L. Berghold Unix Professional [EMAIL PROTECTED] AIM: redcowdawg YIM: blue_cowdawg Those who fail to learn from history are condemned to repeat it. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.5 (GNU/Linux) Comment

Let me rephrase the problem slightly.

2007-05-25 Thread Peter L. Berghold
such as: html:text property=day_1_rq/ html:text property=day_2_rq/ ... etc. If I can figure that out, perhaps the nested portion of the problem set will make more sense to me - Peter L. Berghold Unix Professional [EMAIL PROTECTED] AIM

Losing session attributes between requests...

2007-04-12 Thread Peter L. Berghold
(semester); Now, this worked before, and now it isn't. Another oddity is when submit is being hit on that form we take another trip through reset() it seems which is not the behavior I expected. Any thoughts anybody? -- Peter L. Berghold Unix Professional [EMAIL

SOLVED!!!! Re: Losing session attributes between requests...

2007-04-12 Thread Peter L. Berghold
watching TV at the same time. :-/ -- Peter L. Berghold Unix Professional [EMAIL PROTECTED] AIM: redcowdawg YIM: blue_cowdawg Those who fail to learn from history are condemned to repeat it. signature.asc Description: This is a digitally signed message part

OSS tool to diagram struts-config.xml ?

2007-03-16 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks, Anyone out there know of a tool that is Open Source that will create a diagram of actions and forwards from a struts-config.xml file? - -- Peter L. Berghold

Re: OSS tool to diagram struts-config.xml ?

2007-03-16 Thread Peter L. Berghold
on that order. - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawgYahoo IM: blue_cowdawg ICQ: 11455958

Re: ApplicationResource.properties file not be read?

2007-03-05 Thread Peter L. Berghold
the path of using JavaScript client side validation, but my goal is to move that to server side eventually. - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history

Re: ApplicationResource.properties file not be read?

2007-03-05 Thread Peter L. Berghold
in it. - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawgYahoo IM: blue_cowdawg ICQ: 11455958 -BEGIN PGP SIGNATURE

Lack of Validator Messages SOLVED!!! ( was Re: ApplicationResource.properties file not be read?)

2007-03-05 Thread Peter L. Berghold
was happy. On to the next thing! Thanks everybody for being patient with me! - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM

ApplicationResource.properties file not be read?

2007-03-04 Thread Peter L. Berghold
infrastructure. Any thoughts as to where to begin? - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawgYahoo IM

Re: ApplicationResource.properties file not be read?

2007-03-04 Thread Peter L. Berghold
. OBTW: if I do a bean:message key=some.key/ does work for that resource file. It doesn't seem to work for validation though... - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail

Doing sometihng with an attribute within a nested:nest loop.

2007-02-14 Thread Peter L. Berghold
want to use as a key in a lookup. Something like: % String daw_of_week = lookup_day_of_week(dow_id); % %= day_of_week % Am I way off base here or is there a way to do this that I'm missing? - -- Peter L. Berghold

Struts validation (still) (again!) (ARRGH!)

2007-01-05 Thread Peter L. Berghold
on its own? Someone suggested I use a set of tags to try in invoke the message manually but that crashed the app so I'm guessing I'm on the right track... - -- Peter L. Berghold [EMAIL

Re: [OT] Will you install VISTA?

2006-12-31 Thread Peter L. Berghold
folks Microsoft is the right answer, but I'm not one of them. - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawg

Newbie having trouble with validation... doesn't seem to do anything...

2006-12-29 Thread Peter L. Berghold
... - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawgYahoo IM: blue_cowdawg ICQ: 11455958 -BEGIN PGP

Re: Newbie having trouble with validation... doesn't seem to do anything...

2006-12-29 Thread Peter L. Berghold
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter L. Berghold wrote: Now, I invoke the sendEmail form from a browser and I'm watching the Tomcat logs as this is running and according to the trace validate is returning a null. I forgot to mention that the text I put into the form

Re: Newbie having trouble with validation... doesn't seem to do anything...

2006-12-29 Thread Peter L. Berghold
correctly. - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawgYahoo IM: blue_cowdawg ICQ: 11455958

radio buttons within a nested form based on a db table.

2006-11-28 Thread Peter L. Berghold
in this instance? - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawgYahoo IM: blue_cowdawg ICQ

Re: Drag-and-drop struts-aware IDE?

2006-10-20 Thread Peter L. Berghold
. - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawgYahoo IM: blue_cowdawg ICQ: 11455958 -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.6

Re: Hosting

2006-10-20 Thread Peter L. Berghold
Internet LLC became non-responsive in the customer support role. - -- Peter L. Berghold [EMAIL PROTECTED] Those who fail to learn from history are condemned to repeat it. AIM: redcowdawg

Re: Nested forms.

2006-10-13 Thread Peter L. Berghold
that grows/shrinks the number of form fields as need be. What I need to figure out next is when does the reset method of a ActionForm get called? Before the form is accessed? After? During? - -- Peter L. Berghold