daffny nila wrote:when a row is clicked i want to set the setSelectedBean(Bean bean){} method in the bean.
I'm not sure what you are trying to do. After a JSP page is rendered into the browser, it works as normal HTML, you can't do any JSP specific processing after that i.e. you can't use anything like
jsp:setProperty on the click of the user. What exactly do you want to achieve?? You may use an AJAX request if you want to do some processing on the click of the mouse without submitting the page...