Hi Dave, the following is the jsp page.

<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" uri="/struts-tags"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd";>
<html>
<head>  
        <title><s:text name="P_Search_Page" /></title>
</head>
<body>
        <s:actionmessage />
        <s:actionerror />
        <s:form action="executePoPSearch.action" >
                <table>
                        <tr>
                                <td><s:textfield name="searchText"
value="enter      search keywords here" size="100"      /></td>
                                <td><s:submit value="search" /></td>
                        </tr>
                </table>        
        </s:form>
</body>
</html>

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: Dave Newton [mailto:[EMAIL PROTECTED] 
Sent: Monday, August 18, 2008 6:57 PM
To: Struts Users Mailing List
Subject: Re: Problem with no configaration found

This is a duplication of your previous post, no?

As it seems there's a form involved perhaps posting the JSP would be a good
idea.


--- On Mon, 8/18/08, Muralidhar Y <[EMAIL PROTECTED]> wrote:

> From: Muralidhar Y <[EMAIL PROTECTED]>
> Subject: Problem with no configaration found
> To: "'Struts Users Mailing List'" <user@struts.apache.org>
> Date: Monday, August 18, 2008, 9:23 AM
> Hi friends I am getting the following error. I think it is a
> known issue.
> Kindly help me in this.
> 
>  
> 
> No configuration found for the specified action:
> 'executePoPSearch.action'
> in namespace: '/p'. Form action defaulting to
> 'action' attribute's literal
> value.
> 
>  
> 
> 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.
> 
>  
> 
>   _____

---------------------------------------------------------------------
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