Re: [S2] Action returns blank page

2007-05-16 Thread mhargus
/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

Re: [S2] Action returns blank page

2007-05-16 Thread mhargus
ust fine. > Here is the snippet: > > > > extends="struts-default"> > > > /index.jsp > etc. > > When I call the action: > > localhost:8080/projectname/mynamespace/myIndex.action > > > > > > mh

[S2] Action returns blank page

2007-05-16 Thread mhargus
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