How to trap dojo.rpc.JsonService request

2009-05-06 Thread Manish Kumar Wadhwa
Hello Guys, I am using Struts2 and dojo plug-in for dojo 1.3 for one of my application. I have an interceptor for user authentication. On every request for an struts action, It validates the user accounts as per our business needs. If the validation fails it breaks the request and throws the us

Multi org support with i18n

2008-11-07 Thread Manish Kumar Wadhwa
Hi, I need to provide multiple organization support in my struts2 based application. My requirement is to customize the text, images and css etc for the different organizations. The application also provides the multi-lingual support. To achive all these requirements, I am trying to have organ

RE: Multi org support with i18n

2008-11-12 Thread Manish Kumar Wadhwa
se i think. Customization would then be completly not bounded to application. Best greetings, Paweł Wielgus. 2008/11/7 Manish Kumar Wadhwa <[EMAIL PROTECTED]>: > Hi, > > I need to provide multiple organization support in my struts2 based > application. > > My requirement is to

RE: Multi org support with i18n

2008-11-13 Thread Manish Kumar Wadhwa
suggest the right place to do this? Thanks, Manish -Original Message- From: "Manish Kumar Wadhwa" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: 12-Nov-08 4:43 PM Subject: RE: Multi org support with i18n Thanks Paweł My requirement is to surve

RE: Resource Bundle per session

2008-11-17 Thread Manish Kumar Wadhwa
Hi Peter, I also have same kind of requirement and facing issues in this area. Can you please send me your code for custom AnnotationValidationInterceptor and related files. Also will it be a optimized way to override the getText method for initializing our resource bundle? I tried to use my c

How to read struts2 constants in action class

2008-11-24 Thread Manish Kumar Wadhwa
Hi All, Is there a away to get the value of a constant, declared in the struts.xml file, in my action class? Thanks, Manish - DISCLAIMER This email and any files transmitted with it ar

RE: How to read struts2 constants in action class

2008-11-25 Thread Manish Kumar Wadhwa
change anytime soon. musachy On Mon, Nov 24, 2008 at 5:37 AM, Manish Kumar Wadhwa <[EMAIL PROTECTED] > wrote: > Hi All, > > Is there a away to get the value of a constant, declared in the struts.xml > file, in my a