• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Component ID .... has already been found in the view with t:dataScroller.

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am attempting to use the paged, sortable table using Tomahawk's t:dataScroller. I am deploying this in Glassfish app server inside a portlet.

When I first view the page, there are no issues, the table is rendered properly. After the first rendering, if I refresh the page, it throws the following exception:

"java.lang.IllegalStateException: Component ID j_id_id8:studentScrollfirst has already been found in the view. See below for details...."

My JSP page looks like the follows:



department managed bean is configured as following in faces-config.xml:


Am I missing something?

Thanks,
Chandan
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have exactly the same problem. I can not find out what the reason is.
It seems when I remove some elements the page works fine, but after I added some more elements I run again in the problem.
I updated all my JSF Libaries. Now I am using:

myfaces-api 1.2.3
myfaces-impl 1.2.3
tomahawk 1.1.6
jsf-facelets 1.1.14

ralph
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic