Validation Rules method not found

2005-08-12 Thread Doug Thomas
tion error, rather than a coding error. Thanks. Doug Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

logic:redirect w/ query string

2005-09-30 Thread Doug Thomas
How do I create a logic:redirect element with a query string> I have: Where ERRORNOTIFY is defined in of the struts-config.xml file and forwards to notifyError.jsp. I need to generate the following URL: notifyError.jsp?errMsg=some+error+message How to append the query string to the URL is t

RE: logic:redirect w/ query string

2005-10-03 Thread Doug Thomas
Please bear with me - I'm new to struts. I've been to the link provided by Kishore, but this implies I have to obtain my parameters from a Java bean. I want to create the message in my JSP, with i18n, similar to the following: And without the use of scriplets, as in: <% String myMsg = "Server

RE: logic:redirect w/ query string

2005-10-04 Thread Doug Thomas
quot;params" /> Error message: "Define tag can contain only one of name attribute, value attribute, or body content" Any suggestions? Thanks, Doug -Original Message- From: Kishore Senji [mailto:[EMAIL PROTECTED] Sent: Monday, October 03, 2005 2:29 PM To: Doug Thomas

Accessing request attributes

2005-10-07 Thread Doug Thomas
I can get an HTTP request parameter via bean:parameter. How do I get a request attribute using the Struts taglib, without resorting to JSP scriplets? Doug Thomas - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Select first in Options list

2005-10-10 Thread Doug Thomas
I have a Select element with several Options making up a selection list. The Options are built dynamically from a database. After the list is built, I want the first option in the list to be SELECTed. Every sample I've seen assumes you know what's in the list and you know what option you want selec

RE: Select first in Options list

2005-10-10 Thread Doug Thomas
quot; for any option. By default automatically, > the first option will be selected and your purpose will be solved. > > Regards, > Rajasekhar Cherukuri > > > > > "Doug Thomas" <[EMAIL PROTECTED]> > 10/10/2005 06:20 PM > Please respond to > &qu