Results 1 to 1 of 1
- 06-09-2012, 09:36 PM #1
Member
- Join Date
- Jan 2012
- Posts
- 10
- Rep Power
- 0
unable to set entity bean property using input text
Greeting!!!
I am using<h:inputText> to set the value of entity bean property. when i run the jsp input box displays 0 (which is the default value of bean property)
the exact code is
<h:inputText id="id" value="#{issuetoTO.id}" onchange="submit();"></h:inputText>
after entering value and pressing return key it still displays 0.shouldn't it return the entered value??? or am I doing something wrong??
Similar Threads
-
how to create an entity bean?
By Rituparna in forum Enterprise JavaBeans (EJB)Replies: 4Last Post: 02-11-2011, 05:13 PM -
UREGENT-accessing session bean ok but entity bean
By parimal in forum Enterprise JavaBeans (EJB)Replies: 1Last Post: 08-28-2008, 01:34 PM -
Sample Entity Bean
By Java Tip in forum Java TipReplies: 0Last Post: 12-28-2007, 10:41 AM -
Remote interface for entity bean
By Java Tip in forum Java TipReplies: 0Last Post: 12-28-2007, 10:40 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks