Closed
Bug 141525
Opened 23 years ago
Closed 23 years ago
Applet params are not passed to Applet when loading the Applet through XML
Categories
(Core :: XML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 133654
People
(Reporter: glubblub, Assigned: hjtoi-bugzilla)
Details
Attachments
(1 file)
1.68 KB,
application/octet-stream
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
BuildID: 2002041711
I am loading a simple Applet (the classic HelloWorld applet, with slight
modifications). When I load the applet through a HTML page, the applet gets a
string that I pass to it through HTML (through the <param name="xx" value
="xx"> tag) and prints it out on the screen.
Unfortunately, when I try to load the same applet through XML/XSL, the
parameter does not get passed to the applet, and the Applet keeps throwing
NullPointer exceptions.
I am attaching the HTML , XML/XSL files and the Applet class and JAVA code
files as a single Zip file.
Reproducible: Always
Steps to Reproduce:
1. Load Applet through HTML
2. Load Applet through XML/XSL
Actual Results: Applet works with HTML. Applet doesn't work with XML/XSL.
Comment 2•23 years ago
|
||
*** This bug has been marked as a duplicate of 133654 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•22 years ago
|
QA Contact: petersen → rakeshmishra
You need to log in
before you can comment on or make changes to this bug.
Description
•