aargh...mixed posting style: http://www.nabble.com/How-to-reply-to-emails-t3182877.html
The page that Tobias linked to says clearly: <quote> There is currently no facility for adding attributes to the generated html tag other than those explicitly supported by the attributes on this JSF component </quote> Feel free to provide a patch.. Regards, Simon Guy Bashan schrieb: > Sorry, I was not explaining myself good. > I want to add attributes to the tag. For example: > <table width="100" cellspaing="0" cellpadding="0"> > </table> > > I couldn't find in the documentation a way of accomplishing that. > Maybe I missed something? Maybe it deliberately supports only tags with no > attributes? > > Thanks, > Guy. > > -----Original Message----- > From: Tobias Kühne [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 20, 2008 2:46 PM > To: MyFaces Discussion > Subject: Re: <t:htmlTag> > > Hi. > > >> How can I pass parameters with <t:htmlTag>? >> > > <t:htmlTag> has a "value"-Parameter: > > The name of the tag. For example, use h1 to generate an h1 tag. > > What about reading the Tag Library Documentation: > http://myfaces.apache.org/tomahawk/tlddoc/t/htmlTag.html > > > Tobias > >

