Hello All...

I am having problem in running the following jsp page in IE 6. Its working
fine in FireFox and Safari.
When I run the same in IE, i get the following error:

dojo.widget.manager is null or not an object.

The jsp page code is written below.

Please guide.

Thanks and regards,

Ajay..

<[EMAIL PROTECTED] prefix="s" uri="/struts-tags" %>

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
  <head>
    <s:head theme="ajax" debug="true"/>
    <title><s:text name="Application"/></title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link href="../include/style.css" type="text/css" rel="stylesheet" />
  </head>

  <body>

    <table align="center" border="0" width="98%" height="500">

      <tr><td height="40"><s:text name="MyAccount"/></td></tr>

      <tr><td valign="top">

          <s:url id="Settings" value="userSettings.action"/>
          <s:url id="Networks" value="userNetworks.action"/>
          <s:url id="Mobile" value="userMobile.action"/>
          <s:url id="Language" value="userLanguage.action"/>

          <s:tabbedPanel theme="ajax" id="ti">
            <s:div href="%{Settings}" label="Settings"  theme="ajax"/>
            <s:div href="%{Networks}" label="Networks"  theme="ajax"/>
            <s:div href="%{Mobile}" label="Mobile" theme="ajax"/>
            <s:div href="%{Language}" label="Language" theme="ajax"/>
          </s:tabbedPanel>

        </td>
      <td width="20%"></td></tr>

    </table>
    <table width="100%" align="center" border="0">
      <tr><td height="10"></td></tr>
    </table>
  </body>
</html>
-- 
View this message in context: 
http://www.nabble.com/Ajax-Tabs-not-working-in-IE-tp20514006p20514006.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to