Closed
Bug 20202
Opened 26 years ago
Closed 26 years ago
Methods of PlugletTagInfo and PlugletTagInfo2 doesn't allow access to pluglet parameters
Categories
(Core Graveyard :: Java-Implemented Plugins, defect, P3)
Core Graveyard
Java-Implemented Plugins
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: avm, Assigned: laa)
Details
Attachments
(2 files)
|
5.99 KB,
patch
|
Details | Diff | Splinter Review | |
|
8.71 KB,
patch
|
Details | Diff | Splinter Review |
Overview Description:
Plugin can access to parameters via getParameter and getParameters methods,
and to tag attributes via getAttribute and getAttributes methods.
There are only methods for access attributes in the PlugletTagInfo and
PlugletTagInfo2 interfaces,so a pluglet, embeded in html via
OBJECT tag with PARAM elements can't access to own parameters.
Expected Results:
All - specified in the tag attributes and specified via
PARAM parameters must be accessible for pluglet.
| Assignee | ||
Comment 1•26 years ago
|
||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•26 years ago
|
||
Updated•26 years ago
|
Assignee: idk → laa
Status: ASSIGNED → NEW
Comment 3•26 years ago
|
||
laa@sparc.spb.su is going to fix this bug
I am reassigning this bug to laa.
Comment 4•26 years ago
|
||
This bug was fixed
Fix was checked in 01/28/2000
I am closing this bug as fiexd
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•