Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-29 Thread Umesh Awasthi
- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: Skip evaluation of ${...} and %{...} in TextParseUtil

2013-10-29 Thread Umesh Awasthi
d it, it should work when you push that map on > ValueStack before resolving the text key. > > > Regards, > Christoph > > This Email was scanned by Sophos Anti Virus > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: "DelegatingValidatorContext.getText and Jetty

2013-10-29 Thread Umesh Awasthi
(key); was not able to find any message associated with key. Same was working fine on Tomcat. You can run those sample example on Jetty to see issue. Thanks Umesh On Tue, Oct 29, 2013 at 4:29 PM, Lukasz Lenart wrote: > 2013/10/25 Umesh Awasthi : > > Do i need to add anything extra

Re: Skip evaluation of ${...} and %{...} in TextParseUtil

2013-10-28 Thread Umesh Awasthi
: > Have you tried escaping the string? You might try \${min} or possibly > \\\${min} (since the Properties object may unescape once). > (*Chris*) > > > On Sun, Oct 27, 2013 at 9:55 AM, Umesh Awasthi >wrote: > > > Oh, that was my typo and yes message indeed contain

Re: Skip evaluation of ${...} and %{...} in TextParseUtil

2013-10-27 Thread Umesh Awasthi
/10/27 Umesh Awasthi : > >> Are you sure? There is no opening chars (either $ or %)... > >> > > Not sure what does this mean? > > it supposed to be like this: Please provide a valid mobile number > between ${min} and ${max} > > And then TextParseUtil w

Re: Skip evaluation of ${...} and %{...} in TextParseUtil

2013-10-27 Thread Umesh Awasthi
Hi Lukasz, On Sun, Oct 27, 2013 at 9:42 PM, Lukasz Lenart wrote: > 2013/10/27 Umesh Awasthi : > > Hi All, > > > > Is there a way to skip evaluation of ${} and %{} in TextParseUtil. > > Here is the reason i need this > > > > I need to display validatio

Skip evaluation of ${...} and %{...} in TextParseUtil

2013-10-27 Thread Umesh Awasthi
customize this ? Thanks in advance. -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-25 Thread Umesh Awasthi
ble-tp5714414p5714436.html > > Sent from the Struts - User mailing list archive at Nabble.com. > > > > - > > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > > For additional commands, e-mail: user-h...@struts.apache.org > > > > > > > -- > Cheers, > Paul > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-25 Thread Umesh Awasthi
ble-tp5714414p5714434.html > Sent from the Struts - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- With Regards Umesh Awasthi http://www.travellingrants.com/

"DelegatingValidatorContext.getText and Jetty

2013-10-25 Thread Umesh Awasthi
ne Do i need to add anything extra in Jetty configuration? I am using org.mortbay.jetty plugin for Maven -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-24 Thread Umesh Awasthi
; > web: http://www.jgeppert.com > > twitter: http://twitter.com/jogep > > > > > > > > 2013/10/24 Lukasz Lenart > > > > > Great! Congratz! > > > > > > 2013/10/23 Umesh Awasthi : > > > > Hi All, > > > > > > > > I

Re: [ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-24 Thread Umesh Awasthi
gt; Johannes > > # > web: http://www.jgeppert.com > twitter: http://twitter.com/jogep > > > > 2013/10/24 Lukasz Lenart > > > Great! Congratz! > > > > 2013/10/23 Umesh Awasthi : > > > Hi All, > > > > > > I am pleas

[ANNOUNCEMENT] Struts2-JSR303-Validation-Plugin available

2013-10-23 Thread Umesh Awasthi
ugin's home page struts2-JSR303-validator-plugin<https://github.com/umeshawasthi/jsr303-validator-plugin> Looking for your feedback / suggestions / inputs -- With Regards Umesh Awasthi http://www.travellingrants.com/

Struts2 Sample App for Validation

2013-10-17 Thread Umesh Awasthi
Validator ) use cases covered?. I want to test plugin with those possible cases to see how it behave. If possible, please share that so as i can test plugin thoroughly. though i am asking too much, but i see no harm in asking some favor ;) -- With Regards Umesh Awasthi http

Re: Steps Involved in counter measurement for security issues

2013-10-16 Thread Umesh Awasthi
o check the vulnerability? > > > > What you mean by that? What test case you refer to? > > > > > > Regards > > -- > > Łukasz > > + 48 606 323 122 http://www.lenart.org.pl/ > > > > ----- >

Re: Using multiple @Inject in constructor giving run time error

2013-10-16 Thread Umesh Awasthi
Thanks!! I am wondering why it is working fine for other case? I was expecting that Struts2 will convert it for me ;) Thanks Umesh On Wed, Oct 16, 2013 at 12:54 PM, Lukasz Lenart wrote: > 2013/10/16 Umesh Awasthi : > > I am trying to inject few values to my bean like > &

Using multiple @Inject in constructor giving run time error

2013-10-16 Thread Umesh Awasthi
figuration ) { this.ignoreXMLConfiguration = ignoreXMLConfiguration; } everything is working fine and dependencies are being injected correctly. I am not sure if where i am doing wrong ? can't i have multiple @inject inside constructor? -- With Regards Ume

Re: Strange issue with Model driven and Bean validation

2013-10-15 Thread Umesh Awasthi
fied this, perhaps there's some magic (e.g., spooky) caching > happening somewhere, but to my mind, without some very clear documentation, > instantiating the model object in the getter would probably be wrong. > > Dave > > > > On Tue, Oct 15, 2013 at 5:38 AM, Umesh

Re: Strange issue with Model driven and Bean validation

2013-10-15 Thread Umesh Awasthi
://struts.apache.org/release/2.3.x/docs/model-driven.html On Tue, Oct 15, 2013 at 3:30 PM, Umesh Awasthi wrote: > No, my issue is something different.. > some how underlying Valitor API is not validating all fields and its > happening only when i am using Model driven, for rest cased ever

Question about Model Driven Interface

2013-10-15 Thread Umesh Awasthi
getModel() { return new ProfileDTOModel();; } -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: Strange issue with Model driven and Bean validation

2013-10-15 Thread Umesh Awasthi
lDriven, Validation and custom > TextProviders: > > https://issues.apache.org/jira/browse/WW-4202 > > > Regards, > Christoph > > This Email was scanned by Sophos Anti Virus > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Strange issue with Model driven and Bean validation

2013-10-15 Thread Umesh Awasthi
difference in code and only line of code different is in action for model driven. Not sure how relevant question is , but do we need to take care any specific issue while using model driven approach? -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: how jsp form text field values are copied to action class instance fields

2013-10-11 Thread Umesh Awasthi
> Regards, > Srimuralidharan.S > > > --**--**- > To unsubscribe, e-mail: > user-unsubscribe@struts.**apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: Parent package is not defined

2013-10-08 Thread Umesh Awasthi
Thanks for suggestion They were same as suggested by you. I messed up with them lately :) Will correct them. On Tue, Oct 8, 2013 at 12:25 PM, Lukasz Lenart wrote: > 2013/10/8 Umesh Awasthi : > > Hi Lukasz, > > > > thanks for demo application. > > I am working on

Re: Parent package is not defined

2013-10-07 Thread Umesh Awasthi
> > org.hibernate > > hibernate-validator > > 4.3.1.Final > > > > > > > > Regards > > -- > > Łukasz > > + 48 606 323 122 http://www.lenart.org.pl/ > > > > 2013/10/8 Ume

Re: Parent package is not defined

2013-10-07 Thread Umesh Awasthi
Thanks Everyone, issue was with my Eclipse as it was not updating project dependencies. On Mon, Oct 7, 2013 at 10:50 PM, Umesh Awasthi wrote: > I have got root cause of my issue. I was not checking it thoroughly and > thinking that my plugin is not being loaded properly. > > Not sur

Re: Parent package is not defined

2013-10-07 Thread Umesh Awasthi
n, Oct 7, 2013 at 12:53 PM, Umesh Awasthi >wrote: > > > Not sure why its showing this structure, i tried git for first time so > > might be i have done some wrong steps. > > > > No, it's fine; that's part of the github directory structure. > > > &g

Re: Parent package is not defined

2013-10-07 Thread Umesh Awasthi
; > > > > > From: lukaszlen...@apache.org > > Date: Mon, 7 Oct 2013 17:35:07 +0200 > > Subject: Re: Parent package is not defined > > To: user@struts.apache.org > > > > It works for me ;-) Right now preparing small demo. > > > > > > Regard

Re: Parent package is not defined

2013-10-07 Thread Umesh Awasthi
: > It works for me ;-) Right now preparing small demo. > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/10/7 Umesh Awasthi : > > any hint ? :) > > > > > > On Mon, Oct 7, 2013 at 2:19 PM, Umesh Awasthi >wrot

Re: Parent package is not defined

2013-10-07 Thread Umesh Awasthi
any hint ? :) On Mon, Oct 7, 2013 at 2:19 PM, Umesh Awasthi wrote: > Hi Lukasz, > > here is the repo link > > https://github.com/umeshawasthi/jsr303-validator-plugin > > Thanks > Umesh > > > On Mon, Oct 7, 2013 at 12:13 PM, Lukasz Lenart wrote: > >>

Re: Parent package is not defined

2013-10-07 Thread Umesh Awasthi
Hi Lukasz, here is the repo link https://github.com/umeshawasthi/jsr303-validator-plugin Thanks Umesh On Mon, Oct 7, 2013 at 12:13 PM, Lukasz Lenart wrote: > Yes, please do :-) > > 2013/10/7 Umesh Awasthi : > > No, its not in sub-directory > > I can share gitHub link if

Re: Parent package is not defined

2013-10-06 Thread Umesh Awasthi
(*Chris*) > > > On Sun, Oct 6, 2013 at 11:37 PM, Umesh Awasthi >wrote: > > > Hi Chris, > > > > Not sure what you mean by root directory? > > > > Hi Lukasz, > > > > I cross checked and struts-plugin.xml is there. > > > > > > >

Re: Parent package is not defined

2013-10-06 Thread Umesh Awasthi
Hi Chris, Not sure what you mean by root directory? Hi Lukasz, I cross checked and struts-plugin.xml is there. On Mon, Oct 7, 2013 at 12:05 PM, Chris Pratt wrote: > And in the root directory of the jar file, correct? > (*Chris*) > > > On Sun, Oct 6, 2013 at 11:33 PM

Re: Parent package is not defined

2013-10-06 Thread Umesh Awasthi
Yes, its there Still i will cross check it. Thanks Umesh On Mon, Oct 7, 2013 at 11:47 AM, Lukasz Lenart wrote: > Are you sure that the struts-plugin.xml exists in the jar? > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/10/7 U

Re: Parent package is not defined

2013-10-06 Thread Umesh Awasthi
, 2013 at 10:20 AM, Lukasz Lenart wrote: > How did you name your xml file? It must be struts-plugin.xml and then > framework will automatically load it. > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/10/5 Umesh Awasthi : > > Hi Al

Re: Parent package is not defined

2013-10-05 Thread Umesh Awasthi
t;>" you posted is from that xml > file. If you have written your own modules. The config xml file of your > module (Ex:-plugin.xml) should be declared in struts.xml file as shown > below > > > > for example:- > > > > *Thanks and Regards,* > Mu

Re: Parent package is not defined

2013-10-05 Thread Umesh Awasthi
t; > > On Sat, Oct 5, 2013 at 8:11 PM, Umesh Awasthi >wrote: > > > Hi All, > > > > Facing "Parent package is not defined" exception and not sure where > things > > are worng. > > > > I have created a new plugin and want to use this plu

Parent package is not defined

2013-10-05 Thread Umesh Awasthi
as serving plugin by Maven but in order to check i placed jar inside lib folder and included it in class-path. Any idea where or what i am doing wrong ? -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: action class

2013-09-25 Thread Umesh Awasthi
< yaragallamur...@gmail.com> wrote: > will action class gets created for every new request even when new request > is also to the previous actionclass? > > *Thanks and Regards,* > Muralidhar Yaragalla. > * > * > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: Struts 2.3.15.1 How to read external properties files or conf files

2013-09-06 Thread Umesh Awasthi
> > > > Using log4j.properties instead of log4j.xml is not a problem with Struts > > 2.3.15.1 ( or should it be ? ) > > But with my own properties files ( jdbc.properties ) or configuration > > files ( ldap.conf ) it doesn't work. > > > > > > Is there any example with external files . > > Not an upload file by input forms. . > > > > Or do we have to use another java classes ? > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: How to make interceptor to be invoked only for HTTP Request not for Response

2013-07-09 Thread Umesh Awasthi
--- > > > > > eGovernments Foundations > > > > > www.egovernments.org > > > > > Mob : 9980078913 > > > > > > > > > > > > > > > > > > > > On Tue, Jul 9, 2013 at 5:41 PM, wrote: > > > > > > > > > >> Any specific reason to do that? > > > > >> --Original Message-- > > > > >> From: Sreekanth S. Nair > > > > >> To: Struts Users Mailing List > > > > >> ReplyTo: Struts Users Mailing List > > > > >> Subject: How to make interceptor to be invoked only for HTTP > Request > > > not > > > > >> for Response > > > > >> Sent: Jul 9, 2013 5:33 PM > > > > >> > > > > >> How to make interceptor to be invoked only for HTTP Request not > for > > > > >> Response > > > > >> > > > > >> > > > > >> > > > > >> Sent from BlackBerry® on Airtel > > > > > > > > > > > > > > > > > > > -- > > Cheers, > > Paul > > > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: intercepter parameters in actions

2013-06-26 Thread Umesh Awasthi
param would be set before the action > was called. Here is an example: > > > >A > > > > >B > > > > >C > > > > When calling action1, action2, and action3 the "param" of "myInterceptor&q

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Umesh Awasthi
80078913 > -------- > > > On Wed, Jun 26, 2013 at 2:18 PM, Umesh Awasthi >wrote: > > > Though in most of the cases people use some kind of dependency management > > system like > > Maven, Ivy etc > > > > which take care of al

Re: Difficulty in understanding Struts 2 distribution

2013-06-26 Thread Umesh Awasthi
> Software Developer > > eGovernments Foundations > www.egovernments.org > Mob : 9980078913 > > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: Struts application

2013-02-20 Thread Umesh Awasthi
m looking for an application that provide detail about struts 2 app > directory structure and detail about action, and other thing. > > that will help lot to me. > > -- > Thanks > Brajesh Patel > > skype: brajesh.patel11 > Cell:- +91 8750709907 &

Re: iterable tag

2013-01-12 Thread Umesh Awasthi
>> XWorkCollectionPropertyAccessor.getProperty(** >>> XWorkCollectionPropertyAccessor.java:93) >>> at ognl.OgnlRuntime.getProperty(OgnlRuntime.java:2300) >>> >>> The used variable is reported by log4j. >>> Is there any restriction on the iterator tags? >>> Could someone suggest me a tutorial/howto about ognl/value stack? >>> >>> Best regards >>> >>> >>> >>> --** >>> --**- >>> To unsubscribe, e-mail: >>> user-unsubscribe@struts.**apac**he.org<http://apache.org> >>> >>> > >>> For additional commands, e-mail: user-h...@struts.apache.org >>> >>> >>> > > --**--**- > To unsubscribe, e-mail: > user-unsubscribe@struts.**apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: How to make three text boxes appear in one row using struts2 tags?

2013-01-03 Thread Umesh Awasthi
uses can be transmitted via email. The recipient > should check this email and any attachments for the presence of viruses. > The company accepts no liability for any damage caused by any virus > transmitted by this email. > > www.wipro.com > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: Prototype beans

2012-12-03 Thread Umesh Awasthi
; > We are defining struts action classes in spring as prototype bean, in this > while editing a particular bean a new object is being inserted, I can > imagine this would be because of prototype nature of beans. > > How can we achieve edit with prototype beans? >

Re: Struts2 String ThreadSafe?

2012-11-29 Thread Umesh Awasthi
beans are not prototype, there is a chance that > > the same action class may be used for two consecutive requests. > > > > Regards, > > > > > > On 29/11/12 9:02 PM, "Umesh Awasthi" wrote: > > > > >First and foremost for using spring with

Re: Struts2 String ThreadSafe?

2012-11-29 Thread Umesh Awasthi
</bean> If I understand > correctly, each auto-wired property will be a singleton, so if the above is > true, is there anyway that the session map get shared between two > simultaneous requests? > Regards, > > > > > > -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: release date for new version?

2012-11-19 Thread Umesh Awasthi
Its under process, currently voting is under process for 2.3.7 release On Mon, Nov 19, 2012 at 4:04 PM, J. Garcia wrote: > Will version 2.3.7 be released any time soon? > > https://issues.apache.org/jira/browse/WW/fixforversion/12323448 > > Cheers, > J. > -- With

Re: Best place to define properties for plugin

2012-09-05 Thread Umesh Awasthi
Thanks Gabriel for the valuable inputs On Wed, Sep 5, 2012 at 7:48 PM, Gabriel Belingueres wrote: > 2012/9/4 Umesh Awasthi : > > I am in process to create a plugin and i need to pass provider class as > > well some other properties to the plugin bean class. > > though i ca

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Umesh Awasthi
t; > > > This is how I did it. > > <%@ taglib prefix="sj" uri="/struts-jquery-tags"%> > > > > > > > > > > > > > > > button="true" style="width:20em;"/> > > > > > alt="

Re: struts2.3.1.2 does not come with jquery-plugin jar

2012-08-15 Thread Umesh Awasthi
. > > Thanks, -- With Regards Umesh Awasthi http://www.travellingrants.com/

Re: Problem in sending mail to mailing list

2009-01-23 Thread umesh awasthi
its not a big one just a small fragment but when ever iam trying to post it i am getting the same message thats why i am clueless i even tried to send same message from my other id but faced same problem, then i even removed the XML part from my post but problem remains same can you suggest any

Test mail

2009-01-23 Thread umesh awasthi
Test Mail

Re: Using DOJO in Struts2

2008-04-22 Thread umesh awasthi
thks Jeromy for valuable feedback hope it will solve our purpose.. -S On 4/22/08, Jeromy Evans <[EMAIL PROTECTED]> wrote: > > umesh awasthi wrote: > > > Thanks Jeromy for the detailed Explanation > > > > you have mentioned the point on which we are also confuse

Re: Using DOJO in Struts2

2008-04-21 Thread umesh awasthi
gt; Hi, > > Instead of directly using DOJO 1.x, did you think > about > enhancing the ftl with a new theme type > > Thanks > > --- umesh awasthi <[EMAIL PROTECTED]> wrote: > > > Thanks Jeromy for the rply > > we will try to impliment DOJO 1.x along with s

Re: Using DOJO in Struts2

2008-04-21 Thread umesh awasthi
beans in the action. if we will use dojo tags will it again populate the beans like struts2 do on each request?? or any other specific configuration which we have to take in to account?? --S On 4/21/08, Jeromy Evans <[EMAIL PROTECTED]> wrote: > > umesh awasthi wrote:

Using DOJO in Struts2

2008-04-21 Thread umesh awasthi
Hi All, We are using Struts2 for our development,currently we are using struts-2.0.11.1 As we know that struts2 is using DOJO toolkit internally for ajax support we have previously used DOJO toolkit for UI develoment and it is a gr8 toolkit for ajax based application,with the announcement of DOJO