You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Uttam Patil (JIRA)" <ji...@apache.org> on 2009/04/25 06:55:31 UTC

[jira] Created: (WW-3099) Applet tag is not working with struts 2 result tag

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.