Validate forms

2007-01-02 Thread LIM Adam
Hi y'all and Happy New Year! This is my problem: I have a form which includes another form. When the included one is not filled correctly, errors are not displayed in the JSP related to the parent form but in the JSP related to the inner form. I want them to be displayed in the main page. Has

Scriptlet and Javascript

2006-11-28 Thread LIM Adam
Hi y'all Here is my problem: I have a "javascript:history.back()" link button. When I click on it, I want to remove an entry in my object with scriptlet. The problem is that the scriptlet is executed when my page is loaded and not when I click on my button. How could I manage it? Thanks. ---