[EMAIL PROTECTED] a �crit :

> I was looking at using the Portlet ID of Portlet interface as the
> trailing part of the names but, however, the IDs don't seem to be
> valid identifiers for JavaScript functions. (Seem to have "-" in the
> ID) 

That's the better thing I think, and you can choose the rendering of portlets id in 
JR.ps :

# counter.start - Initial value of conter as a base 10 integer.  JetspeedIdGenerator 
#                 will return the HEX representation of the value so 160 = a0.
#                 Default = 65536 (HEX representation = 1000)
services.IdGenerator.counter.start=65536

# peid.prefix   - Prefix of PEID. Default = P-
services.IdGenerator.peid.prefix=P-

# peid.suffix   - Suffix of PEID. Default = (nothing)
services.IdGenerator.peid.suffix=

So you can easily remove the "-" after the P :)

HTH,
Aurelien

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to