Re: restrict button refresh When i click

2012-08-07 Thread Anbazhagan
Thanks its working to display the title of content of first item only i.e. every action, current index return 0 only. My tml page coding is, Preview java page, @InjectComponent private Zone title; @Inject private AjaxResponseRenderer ajaxResponseRend

Re: restrict button refresh When i click

2012-08-07 Thread Christian Riedel
So basically what you're trying to do is a zone-refresh instead of a page refresh? If your button is an actionlink or eventlink just add this property: t:zone="yourzoneId" Use AjaxResponseRenderer (e.g. #addRender(ClientBodyElement zone)) in your corresponding eventhandler to (re-)rend