o im sorry for not being clear earlier. well i have a servlet cartDetails that gets a cartid from the DB and stores it in a customer bean. i also have a jsp page that is supposed to call this servlet. when i add stuff to the cart it does that successfully because i checked the DataBase but when i click on show cart i dont see the items that were added
"ron_zook", At this point, it's very important that you check your private messages and follow the instructions within. Once that's set, we'll be happy to discuss your question.
i apologize if my response came accross in the wrong way. i wasnt trying to be arrogant in any way. well right now im getting the following error when i click on the shoppin cart link
Error: Cannot find any information on property 'TableData' in a bean of type 'bean'
o im sorry. by print i mean send to the browser i.e display on screen. i have the proper gets and sets in the bean. why should the property name be lower case?
Cannot find any information on property 'TableData' in a bean of type 'bean'
This looks fishy. Your useBean declaration looks OK but it's trying to cast your customer to an object of type "bean".
Have you restarted this app since the last time you recompiled your classes? Also, are you sure that the latest version of your JSP is being used? What container are you using?