Wait, now I've totally forgotten what the original
problem was. If below is the generated HTML then what
is rendering incorrectly?

<DIV id=zipDiv 
     showError="true" 
     listenTopics="zipEnteredTopic" 
     href="http://localhost:8080/dsms/ZipCode.action"; 
     formId="registerForm"
     autoStart="false" 
     dojoType="struts:BindDiv">

Is there no starting TR/TD?

  <LABEL class=label
         for=user_zip_city>
    City:
  </LABEL>
  </TD> 
  <TD>
    <INPUT id=user_zip_city 
           size=40
           value=Edwardsville 
           name=user.zip.city> 
  </TD>
</TR><TR><TD
class=tdLabel><LABEL class=label
for=user_zip_state>State:</LABEL></TD>
<TD><INPUT id=user_zip_state size=2 value=IL
name=user.zip.state>
</TD></TR></DIV>

If that's the case then we'd need to see the JSP that
the AJAX action is (attempting to, anyway) rendering.

d.



 
____________________________________________________________________________________
Now that's room service!  Choose from over 150,000 hotels
in 45,000 destinations on Yahoo! Travel to find your fit.
http://farechase.yahoo.com/promo-generic-14795097

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

Reply via email to