FW: Tiles refresh

2007-04-17 Thread Hehl, Thomas
_ From: Hehl, Thomas Sent: Tuesday, April 17, 2007 4:00 PM To: '[EMAIL PROTECTED]' Subject: Tiles refresh I have a tile screen that is set up roughly thus: A B C When the user clicks a button, I change the value in C, but sometimes

Validator error what does this mean?

2007-01-02 Thread Hehl, Thomas
Hey! I'm still pretty new to struts and am taking over an app from a previous developer. I have added some validation and got the following error: ValidWhen Error for field ' additionalInfo' - line 1:18: unexpected token: ) Here is the code from Validator-defaults.xml

InvalidCancelException

2006-12-28 Thread Hehl, Thomas
We just upgraded to struts 1.2.9 and started getting this message when I pressed the cancel button. I fixed it once before, but it's popped up on another screen. So I went through the docs again and did as they instructed, but the problem continues. Here's the problem code:

Missing message

2006-12-12 Thread Hehl, Thomas
I'm lost, frustrated, and reaching out for help. When I get my JSP in my browser it contains the following in the heading: ???message.excuseQuestions.title??? So I check my messages.properties file and found the following line: # -- screen messages message.excuseQuestions.title=Grounds for Req

RE: Filter problem

2006-12-05 Thread Hehl, Thomas
ended recipient, you are hereby notified that you have received this communication in error and that any review, disclosure, dissemination, distribution or copying of it or its contents - Original Message - From: "Hehl, Thomas" <[EMAIL PROTECTED]> To: Sent: Tuesday, December 05,

Filter problem

2006-12-05 Thread Hehl, Thomas
OK, I've collided with struts over an issue and would like to know if people have suggestions on how to solve. I am reading stuff from an XML file and building parts of my UI from for use in a JSP. I thought it would be good for some of them to have HTML markup in them, so I put <, etc in the html

RE: Websphere mapping problem

2006-09-18 Thread Hehl, Thomas
ed. How are you accessing the urls for each of those two containers/application servers? Where did this "/do/start" come from if you are mapping the suffix (*.do) and not the prefix (/do/*) for the Struts servlet? Regards, David -Original Message- From: Hehl, Thomas [mailto

RE: Websphere mapping problem

2006-09-18 Thread Hehl, Thomas
path "/start.do" What path are you trying to reach your webapp on for each platform? -David -Original Message- From: Hehl, Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, September 18, 2006 9:59 AM To: 'user@struts.apache.org' Subject: Websphere mapping proble

Websphere mapping problem

2006-09-18 Thread Hehl, Thomas
1) I'm a newbie on struts, but I just got hired to be the expert on my project.:) 2) Everything I'm about to say works under tomcat perfectly. OK, so the problem is that when I deploy my app and access it, I get the following error: Error 404: SRVE0190E: File not found: /do/start Here's the in