Search Results

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 …