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]

Reply via email to