  | Mailing List | | Home | | Forum Home | | JBoss - Java Application Server | | Tomcat - JSP/Servlet container | | Struts - A MVC web framework | | iText - An open source PDF Java Library | | JDOM - JDOM XML Parser | | JSP - A mailing list about Java Server Pages specification and reference | | J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition | | J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog | | Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology | |
Struts & Hibernate
|
|
|
  | | | Subject: Re: struts 2 and dojo innerHTML in a FORM | Subject: Re: struts 2 and dojo innerHTML in a FORM 2007-11-01 - By kingysball
Back
Thankyou very much for the advice.
The problem was indeed that IE was unhappy populating a DIV in a TABLE. Simply changed my HTML and it worked fine, allowing me to create dynamic FORMS.
With regards to using the AJAX tags, I started with those but switched to DOJO code when the I ran into problems. Now I've fixed the issue I can simply go back to using the AJAX theme properly.
Once again cheers.
Steve
newton.dave wrote: > > --- kingysball <stevemarkking@(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: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > > >
-- View this message in context: http://www.nabble.com/struts-2 (See http://uts-2.ora-code.com)-and-dojo-innerHTML -in-a-FORM-tf4730227.html#a13530153 Sent from the Struts - User mailing list archive at Nabble.com.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|
 |