Re: implementaiton advise on custom TextProvider

2012-10-16 Thread Lukasz Lenart
2012/10/15 Davis, Chad : > I'm not sure I follow you. Just for clarity, let me restate my problem. I > have written a custom extension of TextProviderSupport. I want to have it > injected as the framework's default TextProvider. I have achieved this by > configuring it in struts.xml, declarin

Re: implementaiton advise on custom TextProvider

2012-10-16 Thread Lukasz Lenart
2012/10/16 Davis, Chad : >> >> Okay. I'm following this path. I've got the Spring Plugin in place. And >> it's >> working. I verified it by autowiring a trivial spring bean into one of my >> actions. But when I try to create my custom textprovider and then have it >> used as the framework def

RE: implementaiton advise on custom TextProvider

2012-10-16 Thread Davis, Chad
> Spring MVC might be a consideration! (wink) On Oct 16, 2012 1:26 PM, I heard it has a pretty good integration with the whole Spring ecosystem. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional comman

RE: implementaiton advise on custom TextProvider

2012-10-16 Thread stanlick
Spring MVC might be a consideration! (wink) On Oct 16, 2012 1:26 PM, "Davis, Chad" wrote: > > > > Okay. I'm following this path. I've got the Spring Plugin in place. > And it's > > working. I verified it by autowiring a trivial spring bean into one of > my > > actions. But when I try to crea

Help with sj:autocompleter

2012-10-16 Thread ajac2010-forw...@yahoo.de
Hi all, i'd like to use the autocompleter as textfield to load a list of database objects when typing some characters. Everything's working fine (action roundtrips after 3 characters) except refreshing the list of the autocompleter. The list is still empty after setting the property in the Stru

RE: implementaiton advise on custom TextProvider

2012-10-16 Thread Davis, Chad
> > Okay. I'm following this path. I've got the Spring Plugin in place. And > it's > working. I verified it by autowiring a trivial spring bean into one of my > actions. But when I try to create my custom textprovider and then have it > used as the framework default text provider I'm getting

RE: implementaiton advise on custom TextProvider

2012-10-16 Thread Davis, Chad
> Do you have the: > > > > constant defined in your struts.xml? That should be all that's needed. > (*Chris*) I don't but . . . isn't that in the plugin.xml? And isn't the fact that I was able to autowire an action with a spring bean proof that the spring object factory is being used a

Apache rewrite/reverse proxy

2012-10-16 Thread Wes Wannemacher
> Hello Listers, > > I have back end website running on Tomcat using struts with the following url > http://local.domain.com/app. External user access the website through apache > proxy with > the following url http://www.domain.com/user1 (user1, user2, etc... It’s uri > specific to each > user)