--- kingysball <[EMAIL PROTECTED]> wrote:
> I am having problems with the following code in IE
> [...]
> <s:form action="quoteAJAX" method="post"  >
>   <div id="ajaxtest"></div>
>   <s:textfield id="packageCount"
> [...]

I'd look at the generated HTML and try validating it.
Remember that the S2 form tags create a table (with
the default templates); I'm not sure how cross-browser
(or legal) a <div...> inside a <table...> is.

d.


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

Reply via email to