I have a lot of trouble finding proper, full examples on how to send values using Ajax when some event happens on the client side.
A basic example could be a list of cars. Each car has a name and an id. When a car is clicked, the id of the car is sent to the server.
What is the idiom for this in RichFaces using a4j? Or should I try this with plain jsf2?
I find easily parts of what I need but always there's some missing part that glues the thing together. Of course, there's always workarounds but I need a solid, robust way.