It _may_ be, and I'm just shooting in the dark here, that it's defined by default someplace other than as a local variable (like in the request). Try adding scope="page" to the bean:define and see if that makes any difference.
HTH, Carey -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, September 05, 2003 11:11 PM To: [EMAIL PROTECTED] Subject: Compile Error for bean:define I am using <bean:define> tag in my jsp pages as <bean:define id="actionValue" name="GLPMUserAdminForm" property="actionValue" type="java.lang.String" /> <html:form method="POST" action='<%=actionValue%>'> but when I run my application, I got compile error message that actionValue couldn't be solved in line <html:form method="POST" action='<%=actionValue%>'>. Can anybody give me a hand?? Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]