| Author |
jsp page not able to call java bean
|
anwesh maity
Greenhorn
Joined: Oct 31, 2007
Posts: 18
|
|
<h utputText 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 <h utputText ../>? 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: 56233
|
|
|
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
|
|
|