jspx « JSP « JSF Q&A





1. Is it possible to have a tr:selectOneChoice for each item of tr:selectManyCheckBox?    stackoverflow.com

I am not sure if it is possible to have a tr:SelectOneChoice for each item of a tr:selectManyCheckBox? To be clear, I have a tr:selectManyCheckBox where each item of associating with ...

2. How can we use tag in jspx file that uses faclets    coderanch.com

Hi, how can we use tag in jspx file. when I am using scriplet in my jspx file I am getting "The content of elements must consist of well-formed character data or markup. " error. the reason behind this is: In my project I am using facelets so it doesnt understand what jsp:scriptlet tag means. like I cant even ...