button « Bean « JSP-Servlet Q&A





1. Refresh button problem with JSP and useBean    coderanch.com

I'm trying to accomplish something similar to the Tokenizer design pattern between a jsp page and the bean it is using. Basically the jsp page uses the bean to load in two pictures. Each picture is a form in the jsp page. When one of the images is submitted via the submit button the bean is used to register a vote ...