[ 
https://issues.apache.org/jira/browse/WW-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Lukasz Lenart updated WW-3099:
------------------------------

      Description: 
          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".


      

  was:

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


      

    Fix Version/s: 2.3.x
    
> Applet tag is not working with struts 2 result tag
> --------------------------------------------------
>
>                 Key: WW-3099
>                 URL: https://issues.apache.org/jira/browse/WW-3099
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Tags
>         Environment: Struts 2, jsp
>            Reporter: Uttam Patil
>             Fix For: 2.3.x
>
>
>           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.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to