Re: Need help with Annotations Tutorial @ cwiki

2014-02-18 Thread Tommy Pham
On Tue, Feb 18, 2014 at 10:55 PM, Lukasz Lenart wrote: > 2014-02-19 6:21 GMT+01:00 Tommy Pham : > > package local.workgroup.tutorial.struts2.actions; > > You are mixing the same locators and Struts doesn't know how to handle > this. I mean it knows but it will create additional namespace > /action

Re: Need help with Annotations Tutorial @ cwiki

2014-02-18 Thread Lukasz Lenart
2014-02-19 6:21 GMT+01:00 Tommy Pham : > package local.workgroup.tutorial.struts2.actions; You are mixing the same locators and Struts doesn't know how to handle this. I mean it knows but it will create additional namespace /actions. Below you have default locators, change them just to action,acti

Need help with Annotations Tutorial @ cwiki

2014-02-18 Thread Tommy Pham
Hi folks, I just finished the Annotations Tutorial at Struts's cwiki [1] and ran into a bit of a problem. I was wondering if someone could please shed a light on. Here's my dev environment: Windows 8.1 x64 Oracle/Sun JDK 1.7.0_45 Tomcat 7.0.50 Struts 2.3.16 Eclipse Kepler SR-1 The tutorial pr