Posted By:
Ed_Hoden
Posted On:
Tuesday, October 8, 2002 02:26 PM
Sure enough. Just use the bean:message tag to assign a value to a var or put it directly in the alert call.
<%@ page language="java" %>
<%@ taglib uri="struts-bean" prefix="bean" %>
Test
This is a test
HTH - Ed