I am using struts 1.1 and have a link on a page that makes a javascript call to open a popup window and execute the requested action. Below is the action mapping in the struts-config.xml file: <action path="/ReadMessage" type="com.dynamichostings.mailclient.actions.MessageAction">
<forward name="read_message" path="/messages/read_message.jsp" /> </action> It doesn't appear that the link on the jsp is calling the action mapping, I have a System.out.println() in the action class..... any suggestions?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

