You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (JIRA)" <ji...@apache.org> on 2014/07/28 17:12:42 UTC

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

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

Lukasz Lenart resolved WW-3099.
-------------------------------

    Resolution: Not a Problem

> 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)