Hi ,

  I have a pop up window that opens when the user clicks on a button. I have
made use of the action parameter"/popUp" to be sent as the URL. I have
defined a forward for the action in my struts-config.xml.

 Below is my content of my struts-config.

        <form-beans>
                <form-bean name="messageForm"  type="messageInputForm">
                </form-bean>
        </form-beans>
        <action-mappings>
                <action path="/display"
                        type="messageInputAction"
                        name="messageForm">
                        <forward name="success"
                                 path="/jsp/DisplayMessage.jsp"
                                 redirect="false">
                        </forward>
                </action>
                <action path="/popUp"
                        forward="/jsp/modalInput.jsp">
                </action>
        </action-mappings>
  

 This is the code where I am passing the action as a parameter to open new
window

<html:button value="Open Window" property="message" onclick =
"javascript:openAdvSrcWindow('/popUp')"/>

 but when I click on the button I get the following error 

  HTTP 500 - No context configured to process this request. What is it that
I doing wrong here ?

 Please do give in ur suggestion.

Thanks in Advance,
Divakar          


DISCLAIMER: Information contained and transmitted by this E-MAIL is
proprietary to Mascot Systems Limited and is intended for use only by the
individual or entity to which it is addressed, and may contain information
that is privileged, confidential or exempt from disclosure under applicable
law. If this is a forwarded message, the content of this E-MAIL may not have
been sent with the authority of the Company. If you are not the intended
recipient, an agent of the intended recipient or a person responsible for
delivering the information to the named recipient, you are notified that any
use, distribution, transmission, printing, copying or dissemination of this
information in any way or in any manner is strictly prohibited. If you have
received this communication in error, please delete this mail & notify us
immediately at [EMAIL PROTECTED] Before opening attachments,
please scan for viruses. 



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

Reply via email to