Re: Codebehind + zero config options

2008-03-15 Thread Jeromy Evans
CodeBehind doesn't provide automatic index actions. Only the URL /my/namespace/index.action maps to IndexAction You may be thinking of the SmartURLs plugin or Convention plugin in 2.1 (or my own alpha struts2urlsplugin plugin at googlecode that was discussed recently) Also, the default-acti

Re: Codebehind + zero config options

2008-03-15 Thread Alex Shneyderman
hmm, is this question too stupid to be answered ? On Fri, Mar 14, 2008 at 1:07 PM, Alex Shneyderman <[EMAIL PROTECTED]> wrote: > I am a bit confused by how it works maybe you guys could shed some light :-) > > I have a package structure and JSP pages structure that match. To be > concrete action

Codebehind + zero config options

2008-03-14 Thread Alex Shneyderman
I am a bit confused by how it works maybe you guys could shed some light :-) I have a package structure and JSP pages structure that match. To be concrete actions are placed like this: /com/mypackge/my/namespace/IndexAction.java /com/mypackge/my/namespace/EditAction.java and pages are placed lik