[ 
https://issues.apache.org/jira/browse/WW-3099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076287#comment-14076287
 ] 

Lukasz Lenart commented on WW-3099:
-----------------------------------

I think the problem is how did you define the applet tag, at least {{codebase}} 
attribute is wrong

http://stackoverflow.com/questions/5947063/how-to-specify-correctly-codebase-and-archive-in-java-applet

> 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.18
>
>
>           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 was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to