Hi,
I wanted to save the test after it has been edited in a rich:inplaceInput. The code that I used is as below,
<rich:inplaceInput inputWidth="110"
value="#{editPropBrief.displayImage.name}" defaultLabel="Click to add title" id="editName"
showControls="true">
<a4j:support action="#{editPropBrief.changeName}" bypassUpdates="true" event="onviewactivation"/>
</rich:inplaceInput>but the action is not firing at the server.
Am I doing anything wrong? Do anyone have a better suggestion?
Thank you
Hi,
hav you tried another event type and does that work?
Leo