On 6/2/07, vikas rao <[EMAIL PROTECTED]> wrote:
<bean:size id="size" name="searchForm" property="results">
I get this error: org.apache.jasper.JasperException: /search.jsp(36,0) According to TLD, tag bean:size must be empty, but is not.
The tag isn't closed. If you're using a validating editor, it should have complained that there was no </bean:size> tag. Try: <bean:size id="size" name="searchForm" property="results" /> Note the /> at the end. -- Wendy --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]