The error is not here.
I change it to <constant name="struts.enable.DynamicMethodInvocation"
value="true" /> , but the
<package name="learndata" extends="struts-default"> <!-- The eclipse told me
*error is here.* -->

is still there.

2009/3/22 Dale Newfield <d...@newfield.org>

> 白鹏 wrote:
>
>> <constant name="struts.enable.DynamicMethodInvocation"
>> value="true"></constant>
>>
>
> Is it valid to have both a value attribute and a tag body?
>
> Try replacing that with:
>
> <constant name="struts.enable.DynamicMethodInvocation" value="true" />
>
> And see if you get any farther.
>
> -Dale
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

Reply via email to