Re: JSTL tag libs

2005-06-21 Thread alan . sinclair
Thanks for the replies. -Original Message- From: [EMAIL PROTECTED] Sent: Jun 20, 2005 5:16 PM To: Struts Users Mailing List , [EMAIL PROTECTED] Subject: Re: JSTL tag libs I'm not positive on this, but I think that the c-rt tags would take expressions in scriptlet format (<%=) wh

JSTL tag libs

2005-06-20 Thread alan . sinclair
Hi, In the Struts 1.2.x distribution, what is the difference between the following tag libs: contrib/struts-el/lib/c-rt.tld contrib/struts-el/lib/c.tld Thanks - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

Re: Reset after submit

2004-12-20 Thread alan . sinclair
Wendy, I'm referring to the 2nd case you mentioned, when the form has failed validation. I do believe you have just answered my question. Thanks -Original Message- From: Wendy Smoak <[EMAIL PROTECTED]> Sent: Dec 20, 2004 3:06 PM To: Struts Users Mailing List <[EMAIL PROTECTED]>,

Reset after submit

2004-12-20 Thread alan . sinclair
Hi, My beginner struggles continue. I am unable to make a reset respond after the submit has committed data to the form bean. The reset works as expected before the submit on a form is invoked. I have checked the docs and cannot find out whether this is intended (or not). Thanks

Re[2]: Displaying errors messages from validate in V1.2.4

2004-12-18 Thread Alan Sinclair
Thanks for the tip. I did finally discover the message resource was missing and the cause of the the excption in the JSP tag. Thanks for the assistance. > Your ActionMessage should contain the key to a message in some message > resources, rather than the actual message itself. Something like...

RE: Displaying errors messages from validate in V1.2.4

2004-12-17 Thread alan . sinclair
I have been using just what you have described via the following: However, the JSP fails with "Cannot find bean msg in any scope" when it tries to process the error message(s). -Original Message- From: Jim Barrows <[EMAIL PROTECTED]> Sent: Dec 17, 2004 1:04 PM To: Strut

Displaying errors messages from validate in V1.2.4

2004-12-17 Thread alan . sinclair
Hi, I cannt find the correct setup for to display error messages from a form's validate method in Struts 1.2.4 For example, if I have something like this in the validate method: public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) { ActionEr

RE: Struts configuration problem on Tomcat 5.5.4

2004-12-13 Thread alan . sinclair
Thanks Jim. The web.xml is in the right place: 1908 Sun Dec 12 18:34:58 PST 2004 WEB-INF/web.xml I have checked the permissions and I feel they are correct. It is very puzzling; I have ruled out an ant build issue either. Thanks -Original Message- From: Jim Barrows <[EMAIL PROTECTED]>

Struts configuration problem on Tomcat 5.5.4

2004-12-13 Thread alan . sinclair
Hi, I am hoping I have selected the correct list for this problem. I can successfully deploy a simple struts application with 1 action and form by manually extracting the war file into the webapps directory of the Tomcat server. I cannot deploy the war file automatically on a running Tomcat 5.5