Hi everyone,
this is a part of my search.jsp:

logic:present name="searchForm" property="results">

<hr width="100%" size="1" noshade="true">

<bean:size id="size" name="searchForm" property="results">

<logic:equal name="size" value="0">

<center><font color="red"><b> No Employees Found</b></font></center>

</logic:equal>
I get this error:
org.apache.jasper.JasperException: /search.jsp(36,0) According to TLD, tag
bean:size must be empty, but is not.

Is there a conflict with the "size" used with hr width and size used for the
bean:size??
Btw, this is an example from the complete reference to struts book...

Thanks,
Vikas.

--
Sometimes I go about in pity for myself, and all the while, a great wind
carries me across the sky.

Reply via email to