a4j « Tag « JSF Q&A





1. Getting the value of the parent tag of     coderanch.com

The whole purpose of the a4j support tag is to add AJAX support to the control in question. You're making things too complicated. The value of the control with the id "judet" is maintained under its value attribute. In other words, if you want the value of "judet" in the actualizezaOrase action method, have that method retrieve it by invoking the ...

3. Trying to figure out java code to bind to outputLinks generated from a4j:repeat tags    coderanch.com

This is the jsf code:
This essentially is just a List of Devices, each one also an outputLink sending the user to another jsf page that has two fields bound to java variables - deviceId and deviceName. So I need to have a way to ...