jsf 2 - How to specify the type of wrapper for JSF custom component? -


i need create custom component selectoneradio, should not has wrapper <table> but, <ul>, <li> example. how can specify type of wrapper, ul, table or else, when creating jsf custom components?htmlselectoneradio example

there seems conceptual misunderstanding. there's no such thing "wrapper" in context. html generated renderer associated uicomponent. if you'd change generated html representation, supply own custom renderer.

that said, it's advisable learn jsf decent book basic concepts right beginning on. creating custom components covered in such book.

see also:


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

Error while updating a record in APEX screen -

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -