[ http://issues.apache.org/jira/browse/MYFACES-380?page=comments#action_12317398 ]
Stephan Strittmatter commented on MYFACES-380: ---------------------------------------------- Oh, I see! This is a rather new tag, which I could not use at the moment. My example would be then like following, right? <x:htmlTag value="fieldset" styleClass="fieldset"> <x:htmlTag value="legend" >My Fieldset</x:htmlTag> ... </x:htmlTag> > UPComponent for HTML-Tag fieldset > --------------------------------- > > Key: MYFACES-380 > URL: http://issues.apache.org/jira/browse/MYFACES-380 > Project: MyFaces > Type: New Feature > Components: Tomahawk > Reporter: Stephan Strittmatter > Priority: Trivial > > There is a HTML tag fieldset, which could be very useful to create nice > applications. > Using it at the moment reuires a lot spreating of verbatim-tags. > Her a example of the html-output: > <pre> > <fieldset class="fieldset"> > <legend>My Fieldset</legend> > .... > </fieldset > > </pre> > The legend is rendered as title of the groupbox. > My suggestion of the tag will be: > <x:fieldset title="My Fieldset>....</xfieldset> -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
