Hi,
I've been triggering ajax postbacks by using the ajaxRequestWithTarget that is pointed at a button as the target. The button is sending a panel back for updating.
Sometimes I hide the button depending on how the control is done - in this case, I'm doing it on page load, so I don't want the button to show.
If the button is visible, the loading panel shows. If I add a visible="false" to the button, the load panel no longer shows.
I've been triggering ajax postbacks by using the ajaxRequestWithTarget that is pointed at a button as the target. The button is sending a panel back for updating.
Sometimes I hide the button depending on how the control is done - in this case, I'm doing it on page load, so I don't want the button to show.
If the button is visible, the loading panel shows. If I add a visible="false" to the button, the load panel no longer shows.