Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Michael Smith
You are have a instead of on row 1 On 25 Sep 2017 11:39, "Palani, Sambasivam" wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability issues. > > We followed below steps, > > 1. Replaced > > o struts2-core-2.3.34.jar > >

Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Yasser Zamani
Hello Palani, I could not guess how that issue is related to Struts? Is that table or it's parent or parents generated by Struts? On 9/25/2017 1:29 PM, Palani, Sambasivam wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability is

Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-25 Thread Palani, Sambasivam
Hi Team, We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to fix the vulnerability issues. We followed below steps, 1. Replaced o struts2-core-2.3.34.jar o struts2-tiles-plugin-2.3.34 o xwork-core-2.3.34 o all tiles-- 2.2.2 o Updated dependent jar

Re: Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-23 Thread Yasser Zamani
Hello Palani, I could not guess how that issue is related to Struts? Is that table or it's parent or parents generated by Struts? On 9/22/2017 6:58 PM, Palani, Sambasivam wrote: > Hi Team, > > We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to > fix the vulnerability is

Issues in Struts Migration from v2.2.1.1 to v2.3.34

2017-09-22 Thread Palani, Sambasivam
Hi Team, We are migrating our application from Struts v2.2.1.1 to Struts v2.3.34 to fix the vulnerability issues. We followed below steps, 1. Replaced o struts2-core-2.3.34.jar o struts2-tiles-plugin-2.3.34 o xwork-core-2.3.34 o all tiles-- 2.2.2 o Updated dependent jar

RE: Issues in Struts2 unit testing

2014-06-13 Thread Martin Gainty
> Date: Fri, 13 Jun 2014 19:01:31 +0530 > Subject: Re: Issues in Struts2 unit testing > From: akrajmscjavaquest...@gmail.com > To: user@struts.apache.org > > Hi Paul, > > I placed the break points in struts code. But the control is not redirected > to strut

Re: Issues in Struts2 unit testing

2014-06-13 Thread Paul Benedict
I think you need to minimize your test case and start from something simpler to diagnose the problem. First try using the default stack alone. Let us know how that turns out. Cheers, Paul On Fri, Jun 13, 2014 at 8:25 AM, Krishnaraj A < akrajmscjavaquest...@gmail.com> wrote: > Hi Team, > > > Is

Re: Issues in Struts2 unit testing

2014-06-13 Thread Krishnaraj A
Hi Paul, I placed the break points in struts code. But the control is not redirected to struts code. its throws error in interceptor code.\ Thanks Krishnaraj On Fri, Jun 13, 2014 at 6:58 PM, Paul Benedict wrote: > Go set a breakpoint in Struts where the ISE is being thrown and see what > con

Re: Issues in Struts2 unit testing

2014-06-13 Thread Paul Benedict
Go set a breakpoint in Struts where the ISE is being thrown and see what condition is being tested. If possible, take some time to determine when that condition is being set before your invocation. Cheers, Paul On Fri, Jun 13, 2014 at 8:25 AM, Krishnaraj A < akrajmscjavaquest...@gmail.com> wrot

Re: Issues in Struts2 unit testing

2014-06-13 Thread Krishnaraj A
Hi Team, Is any help for the above issue Thanks Krishna raj On Thu, Jun 12, 2014 at 9:05 PM, Krishnaraj A < akrajmscjavaquest...@gmail.com> wrote: > Hi Dave, > > I added my struts code. > > Junit Code: > > public class AdminValidation extends StrutsTestCase { > > @Test > public void

Re: Issues in Struts2 unit testing

2014-06-12 Thread Krishnaraj A
Hi Paul, The control is not redirected to execute() method. Thanks Krishnaraj On Thu, Jun 12, 2014 at 8:48 PM, Paul Benedict wrote: > Put a breakpoint in your execute() and see if it's being called. The error > message might be telling the truth: the action has already been executed. > > > C

Re: Issues in Struts2 unit testing

2014-06-12 Thread Krishnaraj A
Hi Dave, I added my struts code. Junit Code: public class AdminValidation extends StrutsTestCase { @Test public void testUserNameErrorMessage() throws Exception { HttpSession session = request.getSession(); UserVO uservo1 =new UserVO(); uservo1.setUserMailId("a

Re: Issues in Struts2 unit testing

2014-06-12 Thread Paul Benedict
Put a breakpoint in your execute() and see if it's being called. The error message might be telling the truth: the action has already been executed. Cheers, Paul On Thu, Jun 12, 2014 at 10:15 AM, Dave Newton wrote: > Without knowing what's in your interceptor stack it's impossible to help. >

Re: Issues in Struts2 unit testing

2014-06-12 Thread Dave Newton
Without knowing what's in your interceptor stack it's impossible to help. Dave On Thu, Jun 12, 2014 at 11:11 AM, Krishnaraj A < akrajmscjavaquest...@gmail.com> wrote: > Hi Team, > > Iam new to using Struts2 unit testing. Iam using the Struts 2 JUnit plugin >

Issues in Struts2 unit testing

2014-06-12 Thread Krishnaraj A
Hi Team, Iam new to using Struts2 unit testing. Iam using the Struts 2 JUnit plugin . The normal actions which is working fine. But I have issue when I am testing the action which has interceptor. /MainAdmin.jsp

Issues in

2010-12-02 Thread Rajesh
Hi All,     Actually I have a requirement, which fetch the drop down values from JS and show it in jsp.     I have to use ajax auto completer  to achieve this.     Here the issue is, i can able to enter any value in the auto completer box and pass that valu

Re: Issues in Struts 2 and WASCE

2010-12-02 Thread Maurizio Cucchiara
I've never heard of such behavior. The only thing I can advise is to enable struts2 log and see in what the correct and the wrong behavior differ. Are you sure there isn't any error log? 2010/12/2 Swapnil Raverkar : > Hi, > > We are observing issues in our Struts 2 base

Issues in Struts 2 and WASCE

2010-12-01 Thread Swapnil Raverkar
Hi, We are observing issues in our Struts 2 based application, when deployed on WAS-CE server. Details are as follow:- Struts 2 version : 2.0.11.1 Platform : Suse Linux App. Server : WAS-CE 2.1.1.4 We are observing a behaviour that the request paramaters (i.e http post/get params) are not

RE: UI Issues in Double Select control

2009-11-05 Thread Muthu Velappan
Subject: Re: UI Issues in Double Select control I would suggest modifying "template/simple/doubleselect.ftl" to do what you need. -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional comman

Re: UI Issues in Double Select control

2009-11-05 Thread Dale Newfield
I would suggest modifying "template/simple/doubleselect.ftl" to do what you need. -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Issues in Multiple file upload in struts 2.0

2009-10-26 Thread swamy007
://www.nabble.com/Issues-in-Multiple-file-upload-in-struts-2.0-tp26059268p26059268.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional

Re: UI Issues in Double Select control

2009-10-22 Thread Muthu Velappan
ese 2 issues? > > For the second one, I think I can populate the second control list itself > with an empty item but I would like to know is there any parameter > available to add a empty option straight away in tag rather than this > round about workaround? > > Thanks, &g

UI Issues in Double Select control

2009-10-14 Thread Muthu Velappan
nd one, I think I can populate the second control list itself with an empty item but I would like to know is there any parameter available to add a empty option straight away in tag rather than this round about workaround? Thanks, Muthu -- View this message in context: http://www.nabble.com/UI-

Re: [OT] Re: AJAX issues in struts 2.1.6

2009-09-04 Thread Bhaarat Sharma
lol so mean On Fri, Sep 4, 2009 at 10:20 AM, Greg Lindholm wrote: > Martin Gainty wrote: > > > >> is struct2 a stealth apache project? > >> > > > > Yes; it's a bot-detection/mailing-list removal system. > > > > Dave > > > > > > > LOL . and he's outta here >

Re: [OT] Re: AJAX issues in struts 2.1.6

2009-09-04 Thread Greg Lindholm
Martin Gainty wrote: > >> is struct2 a stealth apache project? >> > > Yes; it's a bot-detection/mailing-list removal system. > > Dave > > > LOL . and he's outta here

[OT] Re: AJAX issues in struts 2.1.6

2009-09-04 Thread Dave Newton
Martin Gainty wrote: is struct2 a stealth apache project? Yes; it's a bot-detection/mailing-list removal system. Dave - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@st

RE: AJAX issues in struts 2.1.6

2009-09-03 Thread Martin Gainty
à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Thu, 3 Sep 2009 19:34:17 -0700 > Subj

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread Musachy Barroso
t; peuvent facilement être sujets à la manipulation, nous ne pouvons accepter > aucune responsabilité pour le contenu fourni. > > > > >> Date: Thu, 3 Sep 2009 18:41:58 -0700 >> From: t492...@yahoo.com >> To: user@struts.apache.org >> Subject: Re: AJAX issues in st

RE: AJAX issues in struts 2.1.6

2009-09-03 Thread Martin Gainty
; From: t492...@yahoo.com > To: user@struts.apache.org > Subject: Re: AJAX issues in struts 2.1.6 > > > > > Wes Wannemacher wrote: > > > > > > You need to add a namespace parameter, based on the error, I'm > > assuming that you requested either /lis

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread calintz
unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > Wes Wannemacher, thx for ur help. But i'm still having the same error.By the way, is there any workable step-by-step tutorial for learning struct2-spring-hibernate? -- View this message in c

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread Wes Wannemacher
On Thu, Sep 3, 2009 at 5:57 AM, calintz wrote: > >     > You need to add a namespace parameter, based on the error, I'm assuming that you requested either /list or /list.action in your browser when the error message was thrown, so change the above to the following - -Wes -- Wes Wannemacher

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread Ernesto Reinaldo Barreiro
t.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:528) >at > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:81) >at > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:689) >

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread calintz
http://www.nabble.com/AJAX-issues-in-struts-2.1.6-tp23584424p25272908.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: u

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread Ernesto Reinaldo Barreiro
vlet.serviceJspFile(JspServlet.java:329) >org.apache.jasper.servlet.JspServlet.service(JspServlet.java:265) >javax.servlet.http.HttpServlet.service(HttpServlet.java:803) > > > org.apache.struts2.dispatcher.FilterDispatcher.doFilter(FilterDispatcher.java:389) > > > org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter.d

Re: AJAX issues in struts 2.1.6

2009-09-03 Thread calintz
x="sx" uri="/struts-dojo-tags" %> there is a yellow line under the "debug" keyword(Undefined attribute name "debug"). If i change the http://www.nabble.com/AJAX-issues-in-struts

RE: AJAX issues in struts 2.1.6

2009-08-08 Thread hisameer
manipulation, nous ne > pouvons accepter aucune responsabilité pour le contenu fourni. > > > > >> Date: Fri, 7 Aug 2009 20:46:32 -0700 >> From: cool_sameer_fo...@yahoo.com >> To: user@struts.apache.org >> Subject: RE: AJAX issues in struts 2.1.6 &g

RE: AJAX issues in struts 2.1.6

2009-08-08 Thread Martin Gainty
a pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 7 Aug 2009 20:46:32 -0700 > From: cool_sameer_fo...@yahoo.com > To: u

RE: AJAX issues in struts 2.1.6

2009-08-07 Thread hisameer
e: Fri, 7 Aug 2009 15:35:28 -0700 >> From: cool_sameer_fo...@yahoo.com >> To: user@struts.apache.org >> Subject: RE: AJAX issues in struts 2.1.6 >> >> >> Thankyou so much Martin. You are the man! I will try the example you >> mentioned and ahhh... hopeful

RE: AJAX issues in struts 2.1.6

2009-08-07 Thread Martin Gainty
ol_sameer_fo...@yahoo.com > To: user@struts.apache.org > Subject: RE: AJAX issues in struts 2.1.6 > > > Thankyou so much Martin. You are the man! I will try the example you > mentioned and ahhh... hopefully I will be able to add the same in my > application:jumping: > >

RE: AJAX issues in struts 2.1.6

2009-08-07 Thread hisameer
nt être sujets à la manipulation, nous ne > pouvons accepter aucune responsabilité pour le contenu fourni. > > > > >> Date: Fri, 7 Aug 2009 13:01:25 -0700 >> From: cool_sameer_fo...@yahoo.com >> To: user@struts.apache.org >> Subject: Re: AJAX issues in struts 2.1.6 >>

RE: AJAX issues in struts 2.1.6

2009-08-07 Thread Martin Gainty
ets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Fri, 7 Aug 2009 13:01:25 -0700 > From: cool_sameer_fo...@yahoo.com > To: user@struts.apache.org > Subject: Re: AJAX issues in struts 2.1.6 > > > Thanks for your reply Pe

Re: AJAX issues in struts 2.1.6

2009-08-07 Thread hisameer
he.org > > > -- View this message in context: http://www.nabble.com/AJAX-issues-in-struts-2.1.6-tp23584424p24870511.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe,

Re: AJAX issues in struts 2.1.6

2009-08-06 Thread Peter Phillips
I tried the dojo plugin in struts 2.1.7 and gave up - deciding that it was effectively broken. It is deprecated anyway in struts 2.1. The template problems you are having can be fixed by copying the template files into your local project (keeping the template/ajax directory structure) and changin

Re: AJAX issues in struts 2.1.6

2009-08-05 Thread hisameer
gt; > Thanks Dave, i have added one property preload=false in sx:div , that > stops the automatic calling of the url. > > Thanks very ... > > Rajeev > -- View this message in context: http://www.nabble.com/AJAX-iss

Re: Performance issues in showcase sample struts 2.1.6 application

2009-06-27 Thread Wes Wannemacher
In particular, look for the section on creating a production profile. The tag library searches various locations for the freemarker templates, the last place it looks is inside the core jar file. Copying the template you use out of the jar will help quite a bit. Also, if performance is a huge conce

Re: Performance issues in showcase sample struts 2.1.6 application

2009-06-26 Thread Musachy Barroso
You might want to start here: http://struts.apache.org/2.x/docs/performance-tuning.html musachy On Fri, Jun 26, 2009 at 12:57 PM, Daniel Guryca wrote: > Anybody ? > > Daniel > > On Fri, Jun 26, 2009 at 5:54 PM, Daniel Guryca wrote: >> I have found that devMode was set to true .. so I changed it t

Re: Performance issues in showcase sample struts 2.1.6 application

2009-06-26 Thread Daniel Guryca
Anybody ? Daniel On Fri, Jun 26, 2009 at 5:54 PM, Daniel Guryca wrote: > I have found that devMode was set to true .. so I changed it to false. > > Now I'm getting something around 140 req/s which is much better but > still somewhat slow. > > What more can I set to make it run faster ? > > My cur

Re: Performance issues in showcase sample struts 2.1.6 application

2009-06-26 Thread Daniel Guryca
I have found that devMode was set to true .. so I changed it to false. Now I'm getting something around 140 req/s which is much better but still somewhat slow. What more can I set to make it run faster ? My current settings are listed below: struts.mapper.alwaysSelectFullNamespace true struts.

Performance issues in showcase sample struts 2.1.6 application

2009-06-26 Thread Daniel Guryca
Hi, I have just deployed included showcase sample application on to my tomcat 6. I'm very amazed how SLOWLY it runs. I'm looking for a framework for my company and Struts 2 seems very good to me (I have a previous experience with grails which is good for smaller applications but too unstable and

Re: AJAX issues in struts 2.1.6

2009-06-02 Thread rajeevP
Thanks Dave, i have added one property preload=false in sx:div , that stops the automatic calling of the url. Thanks very ... Rajeev -- View this message in context: http://www.nabble.com/AJAX-issues-in-struts-2.1.6-tp23584424p23836546.html Sent from the Struts - User mailing list

Re: AJAX issues in struts 2.1.6

2009-06-02 Thread rajeevP
>> >> > label="URL for the company" required="true" >> size="35"> >> >> >> >> > name="demandMessageType" requir

Re: AJAX issues in struts 2.1.6

2009-06-02 Thread Dave Newton
Because that's what sx:div does by default; loads a URL via Ajax. Maybe the "preload" attribute has what you need. http://struts.apache.org/2.x/docs/dojo-div.html rajeevP wrote: Thanks for all your support, after adding the sx:head i could able to work. But the problem is , while loading the j

Re: AJAX issues in struts 2.1.6

2009-06-02 Thread rajeevP
Thanks in advance, Rajeev -- Vie

Re: AJAX issues in struts 2.1.6

2009-05-24 Thread j alex
Please help me in this regards. I am facing issues in AJAX as stated >> before, >> anybody have sample example for Struts2.1.6 and AJAX, Please send to me. >> Any >> kind of help very much appreciated. >> >> Expecting some hints and helps.. >> > &g

Re: AJAX issues in struts 2.1.6

2009-05-24 Thread Dave Newton
rajeevP wrote: Please help me in this regards. I am facing issues in AJAX as stated before, anybody have sample example for Struts2.1.6 and AJAX, Please send to me. Any kind of help very much appreciated. Expecting some hints and helps.. The JSP you presented originally didn't us

Re: AJAX issues in struts 2.1.6

2009-05-24 Thread rajeevP
Hi All, Please help me in this regards. I am facing issues in AJAX as stated before, anybody have sample example for Struts2.1.6 and AJAX, Please send to me. Any kind of help very much appreciated. Expecting some hints and helps.. rajeev...@gmail.com, send the examples if anybody have

Re: AJAX issues in struts 2.1.6

2009-05-17 Thread rajeevP
list of struts jar files struts2-codebehind-plugin-2.1.6.jar struts2-core-2.1.6.jar struts2-dojo-plugin-2.1.6.jar struts2-dwr-plugin-2.1.6.jar -- View this message in context: http://www.nabble.com/AJAX-issues-in-struts-2.1.6-tp23584424p23591172.html

Re: AJAX issues in struts 2.1.6

2009-05-17 Thread Dave Newton
rajeevP wrote: I am using struts2.1.6 jar files and tried with samples for AJAX available from internet community. But none of the examples are worked for me. Getting exceptions like FreeMarker template error! Expression parameters.pushId is undefined on line 24, column 6 in template/ajax/div-

AJAX issues in struts 2.1.6

2009-05-17 Thread rajeevP
be great. Thanks in advance, Rajeev -- View this message in context: http://www.nabble.com/AJAX-issues-in-struts-2.1.6-tp23584424p23584424.html Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe

RE: Align issues in struts 2 UI atgs

2009-05-08 Thread Jon Pearson
:26 AM > To: Struts Users Mailing List > Subject: Re: Align issues in struts 2 UI atgs > > Thanks > now it's getting in a row. but the new issue is its coming > top of the other fields. > > like we have four fields > required="true"/> label=&q

Re: Align issues in struts 2 UI atgs

2009-05-08 Thread Murugesh
Thanks now it's getting in a row. but the new issue is its coming top of the other fields. like we have four fields while running this code snippet , i will get both button on top of username field. please suggest me to get it down? On Fri, May 8, 2009 at 5:16 PM, Dave Newton wrote: > Mu

Re: Align issues in struts 2 UI atgs

2009-05-08 Thread Dave Newton
Murugesh wrote: i have tried out but not getting the solution. i need two buttons in a row like please give me a correct way to implemnt to get output in a single row.. Use the "simple" theme? Dave - To unsubscribe, e-m

Re: Align issues in struts 2 UI atgs

2009-05-08 Thread Denis Cabasson
Hi, I usually use ... /> which will generate the buttons only, allowing you to take care of the presentation your way. Denis. Murugesh a écrit : Hi guys i have tried out but not getting the solution. i need two buttons in a row like please give me a correct way to implemnt to get outp

Align issues in struts 2 UI atgs

2009-05-08 Thread Murugesh
Hi guys i have tried out but not getting the solution. i need two buttons in a row like please give me a correct way to implemnt to get output in a single row..

RE: Security issues in Struts

2007-06-14 Thread Bruno Melloni
TED] Sent: Thursday, June 14, 2007 5:02 AM To: user@struts.apache.org Subject: Security issues in Struts Hi all, Does any one has list of security issues we have to take while using struts framework. Regards, Prabhakar - To u

Security issues in Struts

2007-06-14 Thread Prabhakar Natarajan
Hi all, Does any one has list of security issues we have to take while using struts framework. Regards, Prabhakar - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[ot]Help with classpath issues in my ant script.

2004-06-23 Thread Mick . Knutson
I have been looking through the archives all week, and still can't figure this one out. I have added the commons logging into my build LIB directory and referenced it, and I also added it to my ant_home/lib directory. As per the directions on the Cactus website: http://jakarta.apache.org/cactus/in

RE: Newbie question: Are there any issues in having popup browser windows

2004-05-27 Thread Andrew Hill
there any issues in having popup browser windows Folks, Are there any issues to bear in mind when displaying sub-windows in a browser? One of our web developers wants to have several sub-windows launched from links on the main page. Is this OK in Struts?

RE: Newbie question: Are there any issues in having popup browser windows

2004-05-27 Thread Geeta Ramani
Message- > From: Rick Reumann [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 27, 2004 1:10 PM > To: Struts Users Mailing List > Subject: Re: Newbie question: Are there any issues in having popup > browser windows > > > Adam Lipscombe wrote: > > > Are there any issu

Re: Newbie question: Are there any issues in having popup browser windows

2004-05-27 Thread Rick Reumann
Adam Lipscombe wrote: Are there any issues to bear in mind when displaying sub-windows in a browser? One of our web developers wants to have several sub-windows launched from links on the main page. Is this OK in Struts? Ok for Struts fine. Ok from a usability perspective.. that depends:) -- Rick -

Newbie question: Are there any issues in having popup browser windows

2004-05-27 Thread Adam Lipscombe
Folks, Are there any issues to bear in mind when displaying sub-windows in a browser? One of our web developers wants to have several sub-windows launched from links on the main page. Is this OK in Struts? TIA - Adam - To u