Bug 299 - Parameter passing to subapplets of JoglAppletLauncher
Summary: Parameter passing to subapplets of JoglAppletLauncher
Status: VERIFIED WORKSFORME
Alias: None
Product: Jogl
Classification: JogAmp
Component: core (show other bugs)
Version: 1
Hardware: All all
: P3 normal
Assignee: Sven Gothel
URL:
Depends on:
Blocks:
 
Reported: 2007-05-03 06:12 CEST by Sven Gothel
Modified: 2015-09-27 03:15 CEST (History)
0 users

See Also:
Type: FEATURE
SCM Refs:
Workaround: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Gothel 2010-03-24 07:50:31 CET


---- Reported by godji 2007-05-03 06:12:44 ----

Currently JoglAppletLauncher does not suport passing parameters to the 
unsigned subapplet it launches. It would be extremely useful to be able to 
say, in the HTML that invokes JoglAppletLauncher, something like:

<param name="subapplet.param.param0" value="value0">
<param name="subapplet.param.param1" value="value1">
...
etc.

Correct me if I'm wrong, but that should only require a simple modification of 
the JoglAppletLauncher initalization code as well as it's subapplet proxy.

Thanks!



---- Additional Comments From kbr 2007-05-03 22:34:26 ----

Could you prototype this and provide a suggested patch? That would be very
helpful and would accelerate the incorporation of this functionality.




---- Additional Comments From kbr 2007-09-17 15:31:58 ----

I believe this bug report is incorrect and that the parameters specified for the
JOGLAppletLauncher are passed down to the sub-applet. At least, it has been
confirmed by a JOGL user that the new JNLPAppletLauncher (which uses the same
mechanism in this area as the JOGLAppletLauncher) works in this fashion. Closing
as "works for me".




--- Bug imported by sgothel@jausoft.com 2010-03-24 07:50 EDT  ---

This bug was previously known as _bug_ 299 at https://jogl.dev.java.net/bugs/show_bug.cgi?id=299