Hi,

In my jsp I have a line:

<bean:define id="todo" value="Edit" toScope="session"/>

and it causes an exception:

java.lang.ClassCastException: org.apache.struts.taglib.bean.DefineTag
        at
SaServletEngine.web.editproject_sjsp_VERSION2._jspService(editproject
_sjsp_VERSION2.java:849)

while when I remove the toScope parameter:

<bean:define id="todo" value="Edit"/>

everything works fine (but I need the toScope). Anyone knows what wrong?

Wouter

Reply via email to