Chris, your running into the problem because when you use <bean:define> where the value is specified in the body of that tag, it create a new String scripting variable as well as a page-scoped attribute that is also a String.

Instead, you want the actual form bean itself. I am not too sure about how tiles fits into the mix but for a normal action mapping where the form was specified as "MyForm" in the name attribute you could simply do the following:

The Page Number: <c:out value="${MyForm.pageNumber}" />


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to