Thank you Jeromy. It worked.

Warm regards,
Muralidhar Y
[EMAIL PROTECTED]
 
US Main: 877 KENSIUM (536.7486)
India Main:  +91 9949495511
India Fax:   +91 9949495522
Kensium
200 S Wacker Dr, Suite 3100
Chicago, IL 60606
 
 
Confidentiality Note:
-----------------------------
The information contained in this e-mail is strictly confidential and for
the intended use of the addressee only. Any disclosure, use or copying of
the information by anyone other than the intended recipient is prohibited.
If you have received this message in error, please notify the sender
immediately by return e-mail and securely discard this message.
 
________________________________

 

-----Original Message-----
From: Jeromy Evans [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, August 19, 2008 10:27 AM
To: Struts Users Mailing List
Subject: Re: Problem with no configaration found

Muralidhar Y wrote:
>       <s:form action="executePoPSearch.action" >
>       

It's an (annoying) warning caused by the line above.
It means it searched for an action in the configuration called 
"executePoPSearch.action" but couldn't find it, so it's going to use the 
literal value "executePoPSearch.action" instead.

The form tag includes code to generate an appropriate URL.
First it tries to see if you're referencing an action by name, and if 
so, it asks the ActionMapper to generate a URL for it.
If it wasn't found, it assumes you're specifying the URL directly.

Make it go away using:

<s:form action="executePoPSearch" >



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to