Re: Dynamic namespace in application

2008-03-07 Thread Jeromy Evans
[EMAIL PROTECTED] wrote: Dude, that sounds very exciting! I was thinking you were just "tweaking" around the existing interceptor. Does it allow filtering on the action name? I wouldn't say it's very exciting, but I've found it useful. Yep, you can filter on the action name and can plugin

Re: Dynamic namespace in application

2008-03-07 Thread stanlick
Dude, that sounds very exciting! I was thinking you were just "tweaking" around the existing interceptor. Does it allow filtering on the action name? Peace, Scott On Fri, Mar 7, 2008 at 5:06 PM, Jeromy Evans < [EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Jeromy -- > > > > I don't m

Re: Dynamic namespace in application

2008-03-07 Thread Jeromy Evans
[EMAIL PROTECTED] wrote: Jeromy -- I don't mean to step on your toes and your plug-in sounds great; but should this "tiny extra" bit of namespace code be submitted as a patch to the already existing wildcard code? Hi Scott, Xwork 2.1 already includes a NamedVariablePatternMatcher, with the sa

Re: Dynamic namespace in application

2008-03-07 Thread stanlick
Jeromy -- I don't mean to step on your toes and your plug-in sounds great; but should this "tiny extra" bit of namespace code be submitted as a patch to the already existing wildcard code? I agree the action configuration needs to be flexible but most of it already is. I would just hate to see t

Re: Dynamic namespace in application

2008-03-07 Thread Jeromy Evans
I've posted the snapshot jar, example source and an example webapp: http://code.google.com/p/struts2urlplugin/downloads/list The full source is being synsync'd to googlecode as I type. I won't make a formal release until there's user documentation, but you're welcome to ask me questions. The

Re: Dynamic namespace in application

2008-03-06 Thread jignesh.patel
> Thanks in advanced. > -- View this message in context: http://www.nabble.com/Dynamic-namespace-in-application-tp15889942p15890674.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubs

Re: Dynamic namespace in application

2008-03-06 Thread Jeromy Evans
Dave Newton wrote: --- "jignesh.patel" <[EMAIL PROTECTED]> wrote: I am having struts2 + hibernate application.It uses static namespace(crud) like http://hax.mysite.com/crud/createUser.action. I want it to be dynamic like, i can be able to set it with my algorithm which is unique for eac

Re: Dynamic namespace in application

2008-03-06 Thread jignesh.patel
showUser.action...etc > ... > ... > etc. > > Is it possible in struts2 and if yes how ? > > Thanks in advanced. > -- View this message in context: http://www.nabble.com/Dynamic-namespace-in-application-tp15889942p1589

Re: Dynamic namespace in application

2008-03-06 Thread Dave Newton
--- "jignesh.patel" <[EMAIL PROTECTED]> wrote: > I am having struts2 + hibernate application.It uses static > namespace(crud) like http://hax.mysite.com/crud/createUser.action. > > I want it to be dynamic like, i can be able to set it with my algorithm > which is unique for each session ... e

Dynamic namespace in application

2008-03-06 Thread jignesh.patel
/showUser.action...etc ... ... etc. Is it possible in struts2 and if yes how ? Thanks in advanced. -- View this message in context: http://www.nabble.com/Dynamic-namespace-in-application-tp15889942p15889942.html Sent from the Struts - User mailing list archive at Nabble.com