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
posted
0
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
posted
0
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.