Phil404 wrote:
I don't think this is the problem since if I view source the generate code
says:
<--img
src='/surveytortoise-main/piechart.action?visual=10&auditory=15&kinesthetic=20'
/>
So, the code seems to be correct. Why are these parameters not being set by
Struts2? Please help!
Does any action in your app gets parameters set?
The link above should definitely call setters on action class
unless something is screwed up in struts.xml or Struts2 build.
Make sure the defaults are being used in struts.xml
<package name="xxx" extends="struts-default">
and defaultStack is present in action interceptors.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]