> Why is it that the html-el:hidden tag has no "styleId" attribute?
> I'll go with the logical answer of: > It's a hidden form tag, so there is no point > in having a visual style for a non-visible element. > Regards, > David "styleId" becomes the "id" attribute of the HTML tag. That is *not* a visual style. It makes it possible to address the element and retrieve or assign a value in Javascript. The regular <html:hidden...> tag has styleId, so why in the world did the implementors drop it from the <html-el:hidden ...> tag? -- Tim Slattery [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

