Martijn, you're right. Probably not so thankful to fix bugs if people
then uses old versions and complain :). Ok, I tried in 1.3.2 and get
the same problem with IE. Problem seems to be Ajax. Before changing
language
in my app, everything works fine and inputting data to a field
generates the following in Wicket Ajax Debug Window:

INFO:
INFO: Initiating Ajax POST request on
?wicket:interface=:3:xyzQuestionnaireForm:customerInfo:contactInfo:streetaddress::IBehaviorListener:0:&random=0.202408963724586
INFO: Invoking pre-call handler(s)...
INFO: Received ajax response (1897 characters)
INFO:
<?xml version="1.0"
encoding="UTF-8"?><ajax-response><header-contribution
encoding="wicket1" ><![CDATA[<head
xmlns:wicket="http://wicket.apache.org";><script type="text/javascript"
src="resources/org.apache.wicket.markup.html.WicketEventReference/wicket-event.js"></script>
<script type="text/javascript"
src="resources/org.apache.wicket.ajax.WicketAjaxReference/wicket-ajax.js"></script>
<script type="text/javascript"
src="resources/org.apache.wicket.ajax.AbstractDefaultAjaxBehavior/wicket-ajax-debug.js"></script>
<script type="text/javascript"
id="wicket-ajax-debug-enable"><!--/*--><![CDATA[/*><!--*/
wicketAjaxDebugEnable=true;
/*-->]^]^>*/</script>

</head>]]></header-contribution><component id="sendButton66"
encoding="wicket1" ><![CDATA[<input value="Lähetä lomake"
type="submit" class="sendButton" onclick="var
wcall=wicketSubmitFormById('xyzQuestionnaireForme',
'?wicket:interface=:3:xyzQuestionnaireForm:sendButton::IActivePageBehaviorListener:0:-1&wicket:ignoreIfNotActive=true',
'sendButton' ,null,null, function() {return
Wicket.$$(this)&&Wicket.$$('xyzQuestionnaireForme')}.bind(this));;;
return false;" name="sendButton" id="sendButton66"/><script
type="text/javascript"><!--/*--><![CDATA[/*><!--*/
document.getElementById('sendButton66').disabled = true
/*-->]^]^>*/</script>
]]></component><component id="validationMessagePanel63"
encoding="wicket1" ><![CDATA[<div class="validationMessage"
id="validationMessagePanel63">Ole hyvä ja täytä lomakkeen vaaditut
kentät ennen lomakkeen lähettämistä. Vaaditut kentät on osoitettu
*-merkillä ja keltaisella taustavärillä.
                </div><script type="text/javascript"><!--/*--><![CDATA[/*><!--*/
document.getElementById('validationMessagePanel63').style.display='block';
/*-->]^]^>*/</script>
]]></component><evaluate><![CDATA[document.getElementById('streetaddress16').className='
';]]></evaluate></ajax-response>
INFO: Response parsed. Now invoking steps...
INFO: Response processed successfully.
INFO: Invoking post-call handler(s)...
INFO: last focus id was not set

After changing language, the Ajax request does not launch. Obviously,
something is messing up it up. Problem is only with IE, Firefox works
fine. Any ideas?

Thanks!

-Marcus


On Sun, Mar 16, 2008 at 4:35 PM, Martijn Dashorst
<[EMAIL PROTECTED]> wrote:
> Update first, ask questions later. There are roughly 300 issues solved
>  between your version and 1.3.2.
>
>  Martijn
>
>
>
>  On 3/16/08, Marcus Mattila <[EMAIL PROTECTED]> wrote:
>  > Hi,
>  >
>  >  strange problem: when changing language in my app which is a Form done
>  >  with Wicket 1.3.0-RC1, the Models loose their values when the browser
>  >  is IE6/7. With Firefox everything is ok.
>  >
>  >  Component streetaddress = 
> get("customerInfo"+":contactInfo"+":streetaddress");
>  >  String modelAsString = streetaddress.getModelObjectAsString();
>  >
>  >  This String is empty ("") when using IE6/7 but in FF it contains the
>  >  correct value. Is there a bug, should I update Wicket to fix this
>  >  issue?
>  >
>  >  br,
>  >  Marcus
>  >
>  >  ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  >  For additional commands, e-mail: [EMAIL PROTECTED]
>  >
>  >
>
>
>  --
>  Buy Wicket in Action: http://manning.com/dashorst
>  Apache Wicket 1.3.1 is released
>  Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.3.1
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

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

Reply via email to