It doesn't work in firefox because you placed the form directly to table.
This is not valid and firefox freaks out. You have to put it in table cell
(wrap the form in  <tr><td> and </td></tr>)

-Matej

Dipu wrote:
> Hi All,
>  
> I have the following hierarchy
>  
> Page
>     Panel
>         Form
>  
> And in side the form i have the form components , and i have attached  
> AjaxFormComponentUpdatingBehavior to one of the dropdowns to populate 
> another.
> And all that works fine, but when i do the submit, the first time the 
> ajax populated field's value doesn't get set to the model object.
> But it gets set the second time onwards.
>  
> Has anyone come accross this porblem.
> I am attaching the sample files.
>  
> Kind Regards
> Dipu
>   
>  
>  
>  
>  
>     
>  
>  
>  
>  
> 
> ------------------------------------------------------------------------
> 
> 
> ------------------------------------------------------------------------
> 
> This example demonstrates a AjaxSelfUpdatingBehavior. This behavior can 
> be attached to any component to make it update itself. The clock below 
> is updated every five seconds.
> 
> 
> ------------------------------------------------------------------------
> 
> -------------------------------------------------------------------------
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to