Applet tag is not working with struts 2 result tag
--------------------------------------------------
Key: WW-3099
URL: https://issues.apache.org/struts/browse/WW-3099
Project: Struts 2
Issue Type: Bug
Components: Plugin - Tags
Environment: Struts 2, jsp
Reporter: Uttam Patil
I want to run applet in struts 2. I have written applet tag in
index.jsp like
<APPLET ALIGN="middle" name="secure" archive="security.jar"
codebase="secure" CODE="ApplicationSecure.class"
WIDTH="0" HEIGHT="0">
</APPLET>
security.jar file contains applet class file ApplicationSecure.class.
If I write struts action like
<action name="index">
<result name="success">/index.jsp</result>
</action>
then on IE status bar its showing "applet secure notinited". If i call
index.jsp in web.xml its working fine.
In IE its showing "applet secure started".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.