Problems in updating data
I have a jsp page with JSF UI components. At this point, I havent put in any validators. The only validation set is required=true/false for the components.
The same page is used for both both for insert/update operation. The data gets inserted properly, but when I try to do an update, it doesnt throw any errors, but doesnt do any update also. There is only a warning that there is no row updated. I am using the DAO pattern for impl.
Anybody has faced such a problem! Any ideas!
Thnx!

