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 requi

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 >>> file

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 >>> file

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 requ

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: Hope this works out! From: Sub

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! /Server_main /jsp/fileServer

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 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 > authentication/authorization to cover

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 wrote: > we here split the spri

Re: transforming Struts apps to services

2010-04-04 Thread Frans Thamura
we here split the springMVC and S2 project, how to share security etc? F On Sun, Apr 4, 2010 at 2:02 PM, Chris Pratt wrote: > 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.

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 Stru