i think the problem was that in xhtml you couldn't have directly a input field there. (without the div)
Something about you had to place them in fieldsets or another thing.
So this was the solution people came up with.


On 7/16/06, Jonathan Locke <[EMAIL PROTECTED]> wrote:

i've noticed that IE shows the spacing around a wicket form
differently than other browsers.
we add this inside the form:

<div style="display:none"><input type="hidden" name="form:hf:0"
id="form:hf:0" /></div>

i suspect that this is causing the spacing to be different and i was
just wondering if the
input field itself shouldn't be style="display:none"?

      jon




-------------------------------------------------------------------------
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-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

-------------------------------------------------------------------------
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-develop mailing list
Wicket-develop@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-develop

Reply via email to