Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Display message box in JSP page

scottjhnAug 26 2003 — edited Aug 27 2003
In the Toy Store Demo application, there is a loginform.java action class, which returns an error:
...
errors.add("username", new ActionError("signin.error.usernameblank"));

This will be displayed in the signin.jsp by:
...
<html:errors property="username"/>


Now, if, instead, I want to display the trapped error message using a message box (like the MS windows standard message popup),
how can I do it?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 24 2003
Added on Aug 26 2003
1 comment
683 views