Hi!!

I am running into the same error. I have a div inside another div. After a
few clicks I run into this error.

Have you found a work around? Any help or advise would be greatly
appreciated.

Thanks!



dynamicd wrote:
> 
> First I thought the problem was from ACEGI that I recently added to the
> project. So I took all of it out .However I encountered the same problem
> as above in IE. Then I thought the problem could be some leak in display
> tag . So i swithced back to normal table and the same thing again.
> 
> So I realize that a Tabbed Panel inside a Tabbed Panel does not work if
> you click on the parent tab 5 to 6 times. Closing the IE window and
> opening it up works again for the next few clicks. It seems it has stored
> something in the session or something and is not cleaning it up.
> 
> After I get the error below
> Error loading
> '/Dashboard/ViewOMTable.action?dojo.preventCache=1217258686015' (200 OK)
> none of the tabs are working and they all show the error above.
> 
> It could be an IE issue cause its working fine in FireFox.
> 
> Any work arounds or ideas will be greatly appreciated. Thanks.
> 
> 
> 
> 
> dynamicd wrote:
>> 
>> Hi,
>> 
>> I am new to Struts2 and I am having a problem displaying content with IE.
>> It works fine in Firefox.
>> I am using Struts2, Acegi for login, Hibernate for ORM and struts2 ajax
>> tags for display 
>> 
>> I have a parent tabbed panel and a child tabbed panel.
>> Once I login everything works fine however after a few clicks around I
>> get the following error.
>> 
>> Error loading
>> '/Dashboard/ViewOMTable.action?dojo.preventCache=1217258686015' (200 OK)
>> 
>> I am not sure why it is working when I log in and not after a few clicks. 
>> Again it works as expected in Firefox.
>> 
>> Myjsp looks like this
>> 
>> Parent tab has the following tab 
>> 
>>   <authz:authorize ifAnyGranted="ROLE_ADMINISTRATOR">  /** this is for
>> the Acegi stuff */
>>      <s:url id="listOM" value="/Dashboard/ViewManagedEntities.action" />
>>       <s:div
>>       id="OM"
>>       label ="Operations Manager"
>>       theme="ajax"
>>       href="%{listOM}"
>>       autoStart="false"
>>       refreshOnShow="true"
>>       errorText="Unable to retrieve data!">
>>     </s:div>
>> </authz:authorize>
>> 
>> This will get the child jsp which is below which is also tabbed panel
>> 
>> 
>> <s:head theme="ajax" debug="true"/>
>> <s:div id="OMpage">
>>   <s:tabbedPanel id="insideOMTab" selectedTab="allOM">
>> 
>>   <s:url id="allOM" action="ViewOMTable.action" />
>>       <s:div
>>       id="allOM"
>>       label ="LIST"
>>       theme="ajax"
>>       href="%{allOM}"
>>       autoStart= "false"
>>       refreshOnShow="true"
>>       >
>>     </s:div>      
>>     
>>       
>>     <s:url id="addOM" action="showaddOMform" />
>>       <s:div
>>       id="addOM"
>>       label ="ADD"
>>       theme="ajax"
>>       href="%{addOM}"
>>       autoStart= "false"
>>       refreshOnShow="true"
>>       >
>>     </s:div>      
>>    
>>      </s:tabbedPanel>
>> 
>>     </s:div>
>>  
>> 
>> Any help is greatly appreciated
>> 
>> 
>> 
>>  
>> 
>> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Strtus2-tags-IE-issue-error-loading-page-200-ok-tp18691505p19727604.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