This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
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


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
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: 13410

What is <hutputText ../>?
Which library is that from?


Java API J2EE API Servlet Spec JSP Spec How to ask a question... Simple Servlet Examples jsonf
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 ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56223
    
  13

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


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: jsp page not able to call java bean
 
Similar Threads
Question related to Tomcat /JSP
Body-content of TLD/tag ?
Embedding Custom Tag in Java Code
having a character " ' " in the url of a href in jsp
Passing a bean property to a custom tag using JSTL