<!-- repaint the outputText any time 'myButton' has an event -->
<trutputText id="pprrecv" value="#{myBean.textValue}" partialTriggers="myButton"/>
</tr:subform>
</tr:form>
</tr:document>
</f:view>
</jsp:root>
When I check the debug messages, partial trigger is happening, but I am not able to see the changes in UI. The component is not getting repainted. I am struggling to use PPR functionality of trinidad. Any help would be appriciated.
Thanks in advance
Regards,
Pushpa
Pushpalatha Gowdra
Greenhorn
Joined: Jan 25, 2008
Posts: 18
posted
0
In continuation to my prevous mail, I am using
myfaces-api-1.1.7.jar
myfaces-impl-1.1.7.jar
trinidad-api-1.0.12.jar
trinidad-impl-1.0.12.jar
Regards,
Pushpa
subject: Component are not getting repainted - Trinidad PPR