RE: java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.getUserLocale

2011-07-05 Thread Subburaman, Sivakumar
Hey Paul, You are correct. I had struts.jar also. I removed that and that error gone! Thanks for your help!! Regards, Siva -Original Message- From: paulus.benedic...@gmail.com [mailto:paulus.benedic...@gmail.com] On Behalf Of Paul Benedict Sent: Tuesday, July 05, 2011 3:48 PM To: Stru

Re: Namespace sitemesh decorators? Namespace from freemarker result?

2011-07-05 Thread struts . rgm
Dear Roland-from-last-week, The normal ConfigDecoratorMapper does what you want. Since namespaces in Struts look like a "path" in the URL, you can simply apply a decorator to the pattern for the namespace. For example, in your decorators.xml, do: /yournamespace/* There is n

Re: Scope Interceptor and Struts2 Validation query...

2011-07-05 Thread Wes Wannemacher
On Tue, Jul 5, 2011 at 4:10 PM, log2akshat wrote: > i have implemented the Struts2 validation framework, it is working fine. But > I want these error-messages in a small popup screen with a ok button, when > this popup is closed the focus should go to the field that has an error. > > Or is there a

Scope Interceptor and Struts2 Validation query...

2011-07-05 Thread log2akshat
i have implemented the Struts2 validation framework, it is working fine. But I want these error-messages in a small popup screen with a ok button, when this popup is closed the focus should go to the field that has an error. Or is there any way by which we can use additional javascript onsubmit ot

Re: java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.getUserLocale

2011-07-05 Thread Paul Benedict
I bet there's a Struts 1.1 library loaded with your application. Perhaps WAS 7 contains it in its application class loader. On Tue, Jul 5, 2011 at 1:29 PM, sivaks75 wrote: > Hi, > > I am using struts 1.3 and have developed the application in RAD (WAS7). > Everthing is looking good from local deve

Re: Any examples struts1.x using json jquery ?

2011-07-05 Thread Dave Newton
Then look at the examples they provide, there's nothing really struts specific. Dave On Jul 5, 2011 1:36 PM, "A. Lotfi" wrote: > I am trying to display a grid from an action. > thanks > > --- On Sat, 7/2/11, Dave Newton wrote: > > From: Dave Newton > Subject: Re: Any examples struts1.x using j

Re: Any examples struts1.x using json jquery ?

2011-07-05 Thread A. Lotfi
I am trying to display a grid from an action. thanks --- On Sat, 7/2/11, Dave Newton wrote: From: Dave Newton Subject: Re: Any examples struts1.x using json jquery ? To: "Struts Users Mailing List" Date: Saturday, July 2, 2011, 12:42 PM A. Lotfi wrote: > Where can I find an example of struts1

java.lang.NoSuchMethodError: org.apache.struts.util.RequestUtils.getUserLocale

2011-07-05 Thread sivaks75
Hi, I am using struts 1.3 and have developed the application in RAD (WAS7). Everthing is looking good from local developement env. I generated EAR and deployed in WAS7 test server. When I try to access the application, i get the below error. Recently we upgraded the test server from WAS6 to WAS7.

Re: strange behavior of s:a tag with s:include tag inside

2011-07-05 Thread Łukasz Lenart
Added for review https://reviews.apache.org/r/1003/ Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Warszawa JUG conference - Confitura http://confitura.pl/ - To unsubscribe, e-mail: user-unsubscr...@struts.apache.

Re: Struts2 REST plugin problems

2011-07-05 Thread Łukasz Lenart
2011/7/4 Aelbery Lee : > Yes. I had set "struts.rest.namespace" in the struts.xml to "/ws". It must work, could you show your action's source code ? Do you map like these below: /ws/model -> ModelAction.index() /ws/mode/1 -> ModelAction.show() Regards -- Łukasz + 48 606 323 122 http://www.lena

iterator struts

2011-07-05 Thread amasou
I have a collection that contains multiple records. such collection is called nombre contains {a, b, c d e f g h, i, k} a=nombre.size(); b=a%5; if(b>0) c=(a/5)+1; else c=a/5; "> G