Search Results

2
votes
2answers
145 views

Are there any JSF component libraries that generate semantic and cross-browser html markup?

I'm using RichFaces per a client requirement, but the markup it (and the stock JSF controls) generates is an awful mess of nested tables. Are there any control libraries out there that generate ni …
1
vote

Mixing jsp and jsf

To solve this one I'd probably create a JSF fragment that only includes your form, then use a tag to include it in my JSF page. That solution is probably a little fragile depending on yo …