• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Unable to run JSF 1.2 application on JBoss 4.0.4

 
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 new to JSF. I am trying to run a simple JSF application on Jboss server using the tutorial from this link : http://www.eclipse.org/webtools/jsf/dev_resource/JSFTutorial-RC3/JSFTools_tutorial.html. I am using JSF 1.2 with eclipse IDE.


I am using JBoss 4.0.4. When I run the application I get the following error :


Generated servlet error:

The type javax.servlet.jsp.tagext.JspIdConsumer cannot be resolved. It is indirectly referenced from required .class files


I did some research on the web and found that this error is due to JSF 1.2's dependence on JSP 2.1 specification. How can I know if the JBoss server supports JSP 2.1 ?? If not then how can I add JSP 2.1 capability to my JBoss server ?


Can some one please help me resolve this issue.


Thanks in advance for your reply.
 
it's a teeny, tiny, wafer thin ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic