Hello,
I am using Eclipse 2.1 with the newest MyEclipse plugin. I have deleted an older version of BEJY because of some errors mentioned in another topic. Unfortunately, a further error occures: after creating a Web Module Project, the BEJY JSP compiler did not accept commands like
<jsp:useBean
id=”newAddress”
scope=”page”
class=”com.javacook.sms.jspbean.NewAddressBean”/>
<jsp:setProperty name=”newAddress” property=”*” />
turning the attention to the star “*” . Using this the following error message orccures:
The method _jsp_copyParameters(HttpServletRequest, NewAddressBean) is undefined for type _newAddress_jsp.
When I replace the “*” with a concrete property of the bean “NewAddressBean” then this error vanishes.
Best regards
Jörg Vollmer