aspose file tools
The moose likes JSF and the fly likes backBean add to list Problem 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 "backBean add to list Problem" Watch "backBean add to list Problem" New topic
Author

backBean add to list Problem

Zaeed McColin
Ranch Hand

Joined: Jan 13, 2009
Posts: 90
hi guys, I'm new in JSF
I developed a manage bean, (4 JSP use this bean)
It's should like work such as shopping cart

but it's can not work, and return error when I want add a new item to list

and the code



Open source
Zaeed McColin
Ranch Hand

Joined: Jan 13, 2009
Posts: 90
funny bug
I'm really sorry for self :thumbdown:

I have to declare my listCart


Bauke Scholtz
Ranch Hand

Joined: Oct 08, 2006
Posts: 2458
Glad you fixed it yourself, but in the future you should not ignore any exceptions you got, but invesitgate them and in case you stucks, share them with us. Post them with the complete stacktrace. Exceptions tell something about the cause of the problem and thus, when you understand them, a solution should be obvious enough. You as developer should really know that better.


Code depot of a Java EE / JSF developer | JSF / Eclipse / Tomcat kickoff tutorial | DAO kickoff tutorial | I ♥ Unicode
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: backBean add to list Problem
 
Similar Threads
Casting Exception
Relay access denied
Generating user details in form as ReadOnly
assignment operator
JSF 2.0 and AJAX Problem