[Stripes-users] Stripes - HTTP Error 404

2014-11-15 Thread Joe
Hi, I can't work out why I am getting HTTP Error 404! This is my ActionBean: public class ExpenseListActionBean extends BaseActionBean { private static final String VIEW = "/WEB-INF/jsp/expense_list.jsp"; private static final String TABLE = "/WEB_INF/jsp/part/expense_table.jsp"; @

Re: [Stripes-users] Stripes - HTTP Error 404

2014-11-15 Thread Joe
More context - the directory structure and jsp's. \WEB-INF \jsp expense_list.jsp \common layout_blank.jsp \part expense_table.jsp layout_blank.jsp <%@page contentType="text/html;charset=ISO-8859-1" language="java"%> <%@include file="/WEB-INF/js

Re: [Stripes-users] Stripes - HTTP Error 404

2014-11-15 Thread Joaquin Valdez
I think its this line: private static final String TABLE = "/WEB_INF/jsp/part/expense_table.jsp”; <== notice the underscore should it be a “-“ Joaquin > On Nov 15, 2014, at 7:37 PM, Joe wrote: > > More context - the directory structure and jsp's. > > \WEB-INF >\jsp >expens

Re: [Stripes-users] Stripes - HTTP Error 404

2014-11-15 Thread Joe
Joaquin - you are right! It should be WEB-INF not WEB_INF. What a stupid mistake! -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile

Re: [Stripes-users] Stripes - HTTP Error 404

2014-11-15 Thread Joaquin Valdez
I only spotted it because I have made that mistake myself!! :-) > On Nov 15, 2014, at 7:47 PM, Joe wrote: > > Joaquin - you are right! > > It should be WEB-INF not WEB_INF. > > What a stupid mistake! > > > -- > Com