Hi,
I'm upgrading to Struts1.0 from 0.5 and see a weird problem:
I have my action class extends Action instead of ActionBase,
and still use the perform() method with 5 parameters (the first
one is servlet). It compiles. But when the action is invoked, I
get browser message "the page contains no data...", and I'm
sure the perform() method isn't called (I have a printout on first
line). It works only after I removed the servlet parameter to
perform().
I checked Struts source code and don't see any problem. Anyone
see why this happens?
Thanks,
S Liu