> -----Original Message----- > From: Pernoud Aurelien [mailto:[EMAIL PROTECTED] > Sent: Monday, December 01, 2003 2:38 PM > To: Jetspeed Users List > Subject: RE: / /OREF:CPT80DF5 NameSpace > > > > [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 :) >
My portlet IDs look like this: P-f931072105-10006 So where does the second "-" come from? -- Holger Dewes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
