[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.birt] Re: Named bookmarks prefixed with report namespace id

Hi Allan,

Instead of using a random number for the namespace, can you use something else unique, like the report file name or something like that? That way you would use that same prefix in your JavaScript.

options.setHTMLIDNamespace( StringUtils.generateRandomString() );