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: [email protected]
For additional commands, e-mail: [email protected]