|
Being a newbie, I
can't figure out what I'm missing. I followed the horoscope tutorial except I
let Camino generate the classes instead of copying all of the code from the
"finished/src" directory.
My generated
ProcessCommentActionBase class looks like this:
< abstract
public class ProcessCommentActionBase extends null {
The class in
finished/src looks like this:
< abstract
public class ProcessCommentActionBase extends
org.apache.struts.actions.DispatchAction {
ALSO, my generated
class has the additional method:
<
protected ActionForward forwardInput(ActionMapping mapping)
{
< return new ActionForward(mapping.getInput()); < } Other than this,
these two .java files are the same.
So, I copied the
finished/src...ProcessCommentActionBase and the horoscope works up to
"processComment.do" when this error comes up:
< 400 Invalid path /processComment
was requested
Did I make a mistake
in the Path Properties or what?
Thanks,
Rick
Davidson
|
- Re: Camino Tutorial Problem Richard Davidson
- Re: Camino Tutorial Problem John Yu
- RE: Camino Tutorial Problem John Yu
