I have been seen there is a "default location" for all my actions when debugging using the Struts plugin "config-browser". Something like the below one:
Action information - list*
Action name: list*
Namespace:
Action class: listAction
Action method: {1}
Parameters:
Default location: /mysite/list*.action
I'm wondering what is this "default location" means anything? Can I change it? How can I change it?
BTW: I've changed my struts filter in web.xml
to only listen to /test/*
and /action/*
. I'm not sure why it's still says the "default location" is /mysite/list*.action
.