[jboss-user] [JBoss Portal] - Re: JBoss Portal insert applet jnlp

chuaky do-not-reply at jboss.com
Tue Dec 16 05:20:54 EST 2008


hi all,

Seem to be ok after i added the codebase into the applet, as follows:


  | <applet id="wwjApplet" width="500" height="500" name="StopWatch" codebase="#{facesContext.externalContext.requestContextPath}">
  | <param name="jnlp_href" value="StopWatch_browser.jnlp" />
  | <PARAM name="draggable" value="true" />
  | </applet>
  | 

the draggable is for fun, press alt-left click to drag the applet out.


and, also remove the "security" settings in the jnlp file.  To secure the applet, another time ...

Best regards.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4196832#4196832

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4196832



More information about the jboss-user mailing list