On Tue, 21 Oct 2008, Srikanth.NT wrote:
> My IE version is 6.0.2900.2180.xpxp_sp2_gdr.050301-1519
> 
> In wicket-ajax.js, I replaced 
> t.setRequestHeader("Wicket-FocusedElementId", Wicket.Focus.lastFocusId ||
> "");
> with
> if (Wicket.Focus && Wicket.Focus.lastFocusId) {
>     t.setRequestHeader("Wicket-FocusedElementId", Wicket.Focus.lastFocusId
> || "");
> }
> else {
>     // t.setRequestHeader("Wicket-FocusedElementId", "");
> }
> in both doGet and doPost methods. And now it works.

Thanks, so this is the solution... but what exactly is the 
problem?-)

Best wishes,
Timo


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to