Re: Convention Plugin - Action Chaining

2009-12-11 Thread Musachy Barroso
p and resultCode is a string with value "bar". The > comparison fails and jumps to line 317 returning /WEB-INF/content/foo.jsp > > Regards > > -- > View this message in context: > http://old.nabble.com/Convention-Plugin---A

Re: Convention Plugin - Action Chaining

2009-12-11 Thread RogerV
esult is an instance of ServletDispatcherResult with a location attribute of /WEB-INF/content/foo.jsp and resultCode is a string with value "bar". The comparison fails and jumps to line 317 returning /WEB-INF/content/foo.jsp Regards -- View this message in context: http://old.nabble.com/Co

Re: Convention Plugin - Action Chaining

2009-12-10 Thread Musachy Barroso
tem.out.println("Foo-Bar is called"); >                return SUCCESS; >        } > >        public int getPlatformId() { >                return platformId; >        } > >        public void setPlatformId(int platformId) { >                this.platformId = pla

Convention Plugin - Action Chaining

2009-12-10 Thread RogerV
public int getPlatformId() { return platformId; } public void setPlatformId(int platformId) { this.platformId = platformId; } } -- View this message in context: http://old.nabble.com/Convention