aspose file tools
The moose likes JSF and the fly likes Newbie question on JSP error in my JSF dynamic web application Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "Newbie question on JSP error in my JSF dynamic web application" Watch "Newbie question on JSP error in my JSF dynamic web application" New topic
Author

Newbie question on JSP error in my JSF dynamic web application

Melinda Savoy
Ranch Hand

Joined: Jun 21, 2005
Posts: 375

I am working in RAD 7.5.5.1 and Websphere v7.0.0.9.

I have a VERY simple JSF dynamic web application and I've taken the defaults in the web.xml file and when I execute in my browser http://localhost:9081/CSC-ARXfer/faces/index.jsp I get the following error in my console and my application is defaulting to my error.jsp page:

7/27/10 8:16:32:538 CDT 0000001a webapp E com.ibm.ws.webcontainer.webapp.WebApp logServletError SRVE0293E: Servlet Error-[/index.jsp]: com.ibm.ws.jsp.translator.JspTranslationException: JSPG0227E: Exception caught while translating /index.jsp:
/index.jsp(34,61) --> JSPG0123E: Unable to locate tag attribute info for tag attribute name.

If I'm reading the error above correctly the error occurred on LINE 34 COLUMN 61 in my index.jsp page but LINE 34 reads as follows:



I have my @taglib defined at the top of my page as follows:



Any suggestions/direction would be greatly appreciated.

Thank you.
Melinda Savoy
Ranch Hand

Joined: Jun 21, 2005
Posts: 375

The issue was that "name" was an invalid attribute on the tag and that was the issue. Problem resolved. Thanks anyway.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Newbie question on JSP error in my JSF dynamic web application
 
Similar Threads
Parameter name == null errors
ActionForm class
Question on jQuery ajax functionality & troubleshooting called bean in JSF page
ui:composition error
Handling Exception/Runtime Exception in JSF