File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JSF and the fly likes jsp page not able to call java bean Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "jsp page not able to call java bean " Watch "jsp page not able to call java bean " New topic
Author

jsp page not able to call java bean

anwesh maity
Greenhorn

Joined: Oct 31, 2007
Posts: 18
<hutputText value="#{TestView.madeStatement}" />

i have a jsp page with the the outputtext tag the value of the output tag is derived from the "TestView" java bean which it is unable to access ...can somebody tell me the problem with it
Ben Souther
Sheriff

Joined: Dec 11, 2004
Posts: 13433
What is <hutputText ../>?
Which library is that from?


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples
Henrique Ordine
Ranch Hand

Joined: Sep 03, 2004
Posts: 127
anwesh,

Have you declared your TestView bean as a Managed Bean in your faces-config.xml?


J2EE Architect/Developer
Bear Bibeault
Author and opinionated walrus
Marshal

Joined: Jan 10, 2002
Posts: 50691

Please be sure to post JSF questions in the JSF forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
 
subject: jsp page not able to call java bean
 
Threads others viewed
Passing a bean property to a custom tag using JSTL
Embedding Custom Tag in Java Code
Question related to Tomcat /JSP
Body-content of TLD/tag ?
having a character " ' " in the url of a href in jsp
IntelliJ Java IDE