Problem in using tabchangelistener with IE8

UI Components for JSF
Post Reply
dreddy
Posts: 6
Joined: 19 Oct 2011, 19:39

20 Oct 2011, 13:20

Hi All

I am using code like show below
<p:tabView activeIndex="#{bean.defaultIndex}" tabChangeListener="#{bean.onTabChange}"
onTabChangeUpdate="paneltoupdate">

<p:tab id="notes" title="title">
<div id="not"><ui:include src="abc.xhtml" /></div>
</p:tab>
</p:tabview>
when I click on title tab then onTabChange got executed and abc.xhtml is rendered but with some script error and it's keep on showing loading symbol with below script error.

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.1; Trident/4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; InfoPath.2)
Timestamp: Thu, 20 Oct 2011 11:07:09 UTC


Message: Unexpected call to method or property access.
Line: 23
Char: 21078
Code: 0
URI: http://localhost:8090/certificates_pres ... .1&v=2.2.1

and If I see the page source line 23 is pointing to the below text

23 . <link type="text/css" rel="stylesheet" href="/certificates_presentation_oct20/certs/javax.faces.resource/paginator/paginator.css? ln=primefaces&v=2.2.1&v=2.2.1" />

This is happening in IE8 and working fine in Firefox browser. Please help me out if any of you already faced this kind of problem.

Thanks
Dev

Post Reply

Return to “PrimeFaces”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 57 guests