Re: transforming Struts apps to services

2010-04-04 Thread Frans Thamura
hi chris is it on SpringMVC or on Struts2, can share more detail F On Sun, Apr 4, 2010 at 12:30 PM, Chris Pratt thechrispr...@gmail.comwrote: I've used Spring-Web Services along side a Struts 2 app and it worked fine. (*Chris*) On Sat, Apr 3, 2010 at 9:33 PM, Frans Thamura

Re: transforming Struts apps to services

2010-04-04 Thread Chris Pratt
Well Spring WS is an extension of Spring MVC, so it's kinda both. I use Struts 2 for all my web traffic and Spring-WS (i.e. SpringMVC) for the Web Service traffic. It works well since I map the struts filter to /* and the spring ws servlet to /ws/*. I'd definitely be interested in a way for

Re: transforming Struts apps to services

2010-04-04 Thread Chris Pratt
So far we've only used the services for internal calls, so it hasn't been a problem, but you're right, we'd probably have to rework our struts 2 authentication/authorization to cover the spring-ws as well. (*Chris*) On Sun, Apr 4, 2010 at 12:09 AM, Frans Thamura fr...@meruvian.org wrote: we

Re: transforming Struts apps to services

2010-04-04 Thread Frans Thamura
yah, we can see that Struts2 behind Spring in this area On Sun, Apr 4, 2010 at 2:13 PM, Chris Pratt thechrispr...@gmail.com wrote: So far we've only used the services for internal calls, so it hasn't been a problem, but you're right, we'd probably have to rework our struts 2

Chain Result with parameters.

2010-04-04 Thread Bruno
I'm trying to make a chain action result with a parameter. However, the chain action's parameter is being set as null. I've already checked the fileServer object and it's oid, and they aren't null. So I believe the problem is on the chain. Any sugestions? Thanks! action name=FileServer_*

Re: Nested tiles question

2010-04-04 Thread Kusuma Haranath Atmakuri
Since the path is different for each of the layouts, that could be the reason why the resources are not included. You can verify by looking at the source code that the BaseLayout.jsp is not being used. You could try this: definition name=base.layout path=/Madisons/StoreInfoArea/BaseLayout.jsp

Re: Struts2 validation problem

2010-04-04 Thread zud
newton.dave wrote: zud wrote: 1) Is old errors is not getting cleared that means when the filed value is empty when i submit the form it shows required that is ok and agian when i submit with empty values again now it shows messages like filed is required filed is required Are you

Re: Struts2 validation problem

2010-04-04 Thread zud
zud wrote: newton.dave wrote: zud wrote: 1) Is old errors is not getting cleared that means when the filed value is empty when i submit the form it shows required that is ok and agian when i submit with empty values again now it shows messages like filed is required filed is

Re: Struts2 validation problem

2010-04-04 Thread zud
zud wrote: newton.dave wrote: zud wrote: 1) Is old errors is not getting cleared that means when the filed value is empty when i submit the form it shows required that is ok and agian when i submit with empty values again now it shows messages like filed is required filed is

Re: Struts2 validation problem

2010-04-04 Thread zud
newton.dave wrote: zud wrote: 1) Is old errors is not getting cleared that means when the filed value is empty when i submit the form it shows required that is ok and agian when i submit with empty values again now it shows messages like filed is required filed is required Are you