/clientSearch.jsp
All you Struts-savvy developers out there have already noticed the missing
"/" before WEB-INF. Kudos to you, and may your lives be full of rainbows
and sunshine.
After properly placing the "/" in the result path, everything works as
expected.
Matt
mha
ust fine.
> Here is the snippet:
>
>
>
> extends="struts-default">
>
>
> /index.jsp
> etc.
>
> When I call the action:
>
> localhost:8080/projectname/mynamespace/myIndex.action
>
>
>
>
>
> mh
I'm trying to split my Struts 2 app up a bit using namespaces, but have run
into a bit of trouble
I have an action mapping that works fine without a namespace, but when I
move that same action to another package with a namespace, the action
returns a blank page. I'm not seeing any errors in the
3 matches
Mail list logo