In the Showcase app, how does this URL work?

http://localhost:8080/struts2-showcase/person/newPerson!input.action

It's using the new zero xml config feature from WW-1491 [1].

I thought I'd find an 'input' method in the NewPersonAction class, but
instead there is just a result named input that isn't returned by
anything.

With similar configuration in my own app, visiting a URL that ends
with findAlumni!input.action gives an error of

"There is no Action mapped for namespace / and action name findAlumni!input."

(Visiting findAlumni.action _does_ work, it calls the execute method
of FindAlumniAction.)

What should I look for?

[1] http://issues.apache.org/struts/browse/WW-1491

Thanks,
--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to