-
> 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/
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/
(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
:
> 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
/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
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
customize this ?
Thanks in advance.
--
With Regards
Umesh Awasthi
http://www.travellingrants.com/
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/
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/
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/
; > 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
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
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/
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
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/
> >
> > -----
>
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
> &
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
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
://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
getModel()
{
return new ProfileDTOModel();;
}
--
With Regards
Umesh Awasthi
http://www.travellingrants.com/
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/
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/
> 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/
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
> > org.hibernate
> > hibernate-validator
> > 4.3.1.Final
> >
> >
> >
> > Regards
> > --
> > Łukasz
> > + 48 606 323 122 http://www.lenart.org.pl/
> >
> > 2013/10/8 Ume
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
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
;
>
>
>
> > 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
:
> 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
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:
>
>>
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
(*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.
> >
> >
> >
>
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
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
, 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
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
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
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/
<
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/
> >
> > 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/
---
> > > > > 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/
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
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
> Software Developer
>
> eGovernments Foundations
> www.egovernments.org
> Mob : 9980078913
>
>
--
With Regards
Umesh Awasthi
http://www.travellingrants.com/
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
&
>> 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/
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/
;
> 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?
>
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
</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/
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
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
t; >
> > This is how I did it.
> > <%@ taglib prefix="sj" uri="/struts-jquery-tags"%>
> >
> >
> >
> >
> >
> >
> > > button="true" style="width:20em;"/>
> >
> > > alt="
.
>
> Thanks,
--
With Regards
Umesh Awasthi
http://www.travellingrants.com/
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
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
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
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:
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
60 matches
Mail list logo