reset password
Author Message
fyang15
Posts: 35
Posted 13:39 Apr 07, 2020 |

I am unable to get them to work on CS3 despite they work when I run the application in Eclipse. Any ideas?

I use request.getParameter to get the form fields from the JSP, and create a Topic object, adding it to the entries (a List) for JSP to display. Same goes for the replies. But like I said, they don't work on CS3 (no new topic/reply shows up) when they work in Eclipse.

Last edited by fyang15 at 13:40 Apr 07, 2020.
cysun
Posts: 2935
Posted 13:46 Apr 07, 2020 |

If a project works locally but not on CS3, usually it's because it conflicts with some other project on CS3. Check if you used the same application scope variable name (e.g. "entries") in different projects.