You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@wicket.apache.org by Alexander Elsholz <al...@widas.de> on 2009/04/15 16:18:36 UTC

No ajax-refresh after modalwindow

hi,

i've different ajax-components (ajax-button) on my page. everytime the
feedbackpanel was updated fine. after working with a modal window on my page the
feedbackpanel will not update anymore when clicking the button.
ajax-debug-console:

INFO: Received ajax response (298 characters)
INFO:
<?xml version="1.0" encoding="UTF-8"?><ajax-response><component
id="pnlFeedback46" ><![CDATA[<span id="pnlFeedback46">
  <ul>
    <li class="feedbackPanelERROR">
      <span class="feedbackPanelERROR">44 muss zwischen 0 und 24 liegen.</span>
    </li>
  </ul>
</span>]]></component></ajax-response> 
but i don't see the updated panel.

in my renderer page.html:
<div id="pnl_feedback1" wicket:id="pnl.feedback"><wicket:panel>

it's an other id. could this be my problem? and when, why the id changed and how
can i solve my ajax-update-problem?

thanks alex



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@wicket.apache.org
For additional commands, e-mail: users-help@wicket.apache.org