facebook

jsp:plugin tag support [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #207255 Reply

    RenuTBI
    Member

    I get the following error when I compile our JSP code using MyEclipse:

    jsp:plugin is not yet supported.

    We are using jsp:plugin tag to display an applet in the JSP page.

    I did a little research on this topic on this forum and found a post (https://www.genuitec.com/forums/topic/jsp-plugin/) dated November 4, 2003. The post states that the jsp:plugin tag is not currently supported but a bug has been entered in your tracking system. I was wondering what is the status of this bug. In the meantime, is there any workaround, other than commenting out the jsp:plugin tag, to get it working?

    Thank you,

    Renu

    #207267 Reply

    support-michael
    Keymaster

    Support for jsp:plugin is still an open issue that should be addressed with the JSP2 editor (delivery date still TBD). The workaround is to use the HTML applet tag:

    <applet
    align=”bottom | left | middle | right | top”
    alt=”text”
    archive=”URL”
    class=”class name(s)”
    code=”URL”
    codebase=”URL”
    height=”pixels”
    hspace=”pixels”
    id=”unique identifier”
    name=”unique identifier”
    object=”filename”
    style=”style information”
    title=”text”
    vspace=”pixels”
    width=”pixels”
    >
    </applet>

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: jsp:plugin tag support [Closed]

You must be logged in to post in the forum log in