Hello,
I have a page that shows a record of data. I created this using the "Relational Record" item on the pallet.
This is working great.
I can create an input text field..
<h:inputText id="text6" value="#{pc_Details.plannerDetailRecord.NAME}" styleClass="inputText">
If I wanted to do some wierd things in a scriptlet, how would I get to the data? for example how would I...
<%
String Name = (#{pc_Details.plannerDetailRecord.NAME} <-- That field); %>
Thanks..
The reason why I am asking is because I would like to use the data in a little javascript.
Thanks,
Jeff