wow, I got it. If we place the <global-results> after <interceptors>, it will be OK!
2009/3/23 白鹏 <bill.tech...@gmail.com> > 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 >> >> >