Re: Struts form bean behaviour changes after 2.5.22

2020-11-08 Thread Gokul Raj
I have upgraded from 2.3 to 2.5. Also, It is not occurring frequently. On Sat, 7 Nov 2020 at 18:34, Lukasz Lenart wrote: > sob., 7 lis 2020 o 11:21 Gokul Raj napisał(a): > > After upgrade 2.5.22 we are facing a kind of issue, form beans remove > > decimal points. Does anyone fac

Struts form bean behaviour changes after 2.5.22

2020-11-07 Thread Gokul Raj
Hello, After upgrade 2.5.22 we are facing a kind of issue, form beans remove decimal points. Does anyone face such an issue? -- Regards Gokul

Re: [ANN] Apache Struts 2.3.35 GA with Security Fixes Release

2018-08-23 Thread Gokul Raj
Should we update dependancy jar or is that okay to update only struts core jar? On Wed, 22 Aug 2018 at 13:05, Yasser Zamani wrote: > The Apache Struts group is pleased to announce that Struts 2.3.35 is > available as a “General Availability” release. The GA designation is > our highest quality

Re: Struts 1.1 issues after moving to tomcat 7.0.57 from Tomcat 5.0.28

2015-06-12 Thread RAJ
Hi, Can someone please provide me re solution. Thanks Raj On Jun 10, 2015, at 6:54 PM, Raj bsudershan...@gmail.com wrote: I am facing this issue after porting my application from the existing Tomcat 5.0.28 to the new tomcat 7.0.57. I am using Struts version 1.1 is something particular

Struts 1.1 issues after moving to tomcat 7.0.57 from Tomcat 5.0.28

2015-06-10 Thread Raj
I am facing this issue after porting my application from the existing Tomcat 5.0.28 to the new tomcat 7.0.57. I am using Struts version 1.1 is something particular, the app in both the old and new environments work except for a few pages in the new env where when I click on the submit button it is

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-23 Thread Raj
Hi Martin, The dtd for validations.xml, validator-rules.xml and struts-config.xml are not same and that was causing this issue. However, this is fixed after made it same for all. Thanks a lot Martin for all your help -Raj On Sat, May 23, 2015 at 12:07 PM, Raj bsudershan...@gmail.com wrote

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-23 Thread Raj
load-on-startup1/load-on-startup /servlet we even tried your suggestion of removing the validator-rules.xml from the struts-config.xml but of no use. The exception we are seeing is not giving enough details. Is there any other way we can get more detail exceptions. Thanks Raj On Thu, May

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-19 Thread RAJ
suggestions Thanks Raj Sent from my iPhone On May 19, 2015, at 5:33 AM, Martin Gainty mgai...@hotmail.com wrote: please confirm url,connection,developerConnection entries are pointed to struts1 in scm section your pom.xml: scm connectionscm:svn:http://svn.apache.org/repos/asf/struts

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-18 Thread RAJ
Yes Martin, That file does exists in that folder. Thanks Raj Sent from my iPhone On May 16, 2015, at 7:54 PM, Martin Gainty mgai...@hotmail.com wrote: Raj- did you check for the existence of /WEB-INF/validator-rules.xmlin $TOMCAT_HOME/webapps/NameOfYourWebappGoesHere ? Martin

Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-06 Thread Raj
I upgraded my application from tomcat 5.5.15, JDK 1.5, Struts 1.1 on Debian 2.6.32 to tomcat 7.0.57, JDK 1.6, struts 1.1 on ubuntu14.04 and Action Servlets are not loading. I am thinking of this is something to do with version conflict. Please let me know what I am missing. Below is the error

Re: Best book reference for struts 2

2014-01-16 Thread Gokul Raj
Hi, Currently, I am reading Struts 2 in Action. So far, so good. Regards Gokul On 16 January 2014 13:04, Saju Thankathurai sathikeshj...@gmail.com wrote: Hi, I am new to this forum. Just wanted to ask which book is best to follow Struts 2. I am planning to purchase Struts 2 black book.

Re: Setting object from param tag fails in Struts 2.2.1

2010-11-17 Thread Raj Nagappan
in is a single element String array. The only element in the array is a string keywordl...@1f75664 ie. the Struts param tag is calling toString() on the object and passing the resulting string inside an array to the action class. I would say this is a regression bug from 2.0.x, yes? Raj. On 16/11/2010

Re: Setting object from param tag fails in Struts 2.2.1

2010-11-16 Thread Raj Nagappan
cglib-nodep-2.2 to lazy load the KeywordList, and it worked perfectly fine in Struts 2.0. (Sorry if this appears multiple times, I keep getting a spam rejection notice.) Raj. On 6:59 AM, Li Ying wrote: [Ljava.lang.String; means a String array. Looks like you are trying to copy a List from one

Setting object from param tag fails in Struts 2.2.1

2010-11-14 Thread Raj Nagappan
.interceptor.validation.AnnotationValidationInterceptor.doIntercept (AnnotationValidationInterceptor.java:68) at com.opensymphony.xwork2.interceptor.MethodFilterInterceptor.intercept Is this a bug or do I need to do something differently for 2.2? Raj

Ajax validation to open a conditional popup

2009-12-06 Thread Raj Malhotra
values.open a window popup to download the excel sheet. Is my approach correct.IF so please provide me some details or pointer so that i can implement this.In case if there is better appraoch then this,i will love to hear from you. Thanks Raj

Re: Confused

2009-09-07 Thread Raj Aaryn
Apache has mentioned Shale as a retired project on its home page. Thanks, Raj On Thu, Sep 3, 2009 at 5:56 PM, C N Davies c...@cndavies.com wrote: Ok now I recall it was Shale, which in my understanding is the next incarnation of Struts that had the brakes put on. I read it on an article

How to avoid warning messages while accessing constants from the java file

2009-08-18 Thread Raj Aaryn
is trying to look this constant in the package.properties first.Could someone please tell me how to tell framework not to look-up into the package.properties and get the value directly from the java file. Thanks, Raj

Help:Validation.xml

2006-06-17 Thread raj raj
Hi All, I 'm newbie to struts.i'm using* validation.xml* to validate the form fields and displaying the validation errors using html:errors. this is fine for displaying all the errors in the same location. but i want to display the corresponding messages near to the each text box.

Re: Keeping Session small using Validation

2005-09-14 Thread Sudhaker Raj
/--\ | Action | populates list \--/ | V /--\ | JSP/Tiles| \--/ The list is not being populated when validation fails as framework is throwing back request to JSP/Tiles without running the population code. This is very well expected

Re: Keeping Session small using Validation

2005-09-14 Thread Sudhaker Raj
it. On 9/14/05, Sudhaker Raj [EMAIL PROTECTED] wrote: /--\ | Action | populates list \--/ | V /--\ | JSP/Tiles| \--/ The list is not being populated when validation fails as framework is throwing back request to JSP/Tiles without

Initialize Dynamic Form

2005-09-01 Thread Raj Bhalla
( ) ; checkOutForm.set( CheckoutConstants.PRODUCT_TYPE ,PHConstants.P_ITEM ); is this the correct way to do it . Can someone suggest better way to do it. I am getting null pointer at checkOutForm.set( CheckoutConstants.PRODUCT_TYPE ,PHConstants.P_ITEM ); Thanks Raj

Re: Executing java code w/out forwarding to another page

2005-08-26 Thread Sudhaker Raj
U need AJAX to rescue you. On 8/26/05, Van Henreich Rontal [EMAIL PROTECTED] wrote: Hi, I'm not sure if this has been tackled already or it's a feature available to Struts cause I don't think it is normally use. I have all these messages on a webpage and at a certain point in time, I

Re: Executing java code w/out forwarding to another page

2005-08-26 Thread Sudhaker Raj
it.); Since you are not doing anything to handle the response, you will get errors. Like I said in my last mail, you need AJAX to do something without reloading the page. Check these: http://struts.sourceforge.net/ajaxtags/index.html http://openrico.org/rico/home.page On 8/26/05, Sudhaker Raj

Re: question about Struts html tags and Javascript getElementById

2005-08-22 Thread Sudhaker Raj
This works in IE, Hope this helps. Thanks. form name=myForm onsubmit=return checkMe(this); trinput type=file name=uploadedFiles[0] accept=image/jpg, image/jpeg value=/tr trinput type=file name=uploadedFiles[1] accept=image/jpg, image/jpeg value=/tr trinput type=file name=uploadedFiles[2]

Re: Struts Download Action

2005-08-21 Thread Sudhaker Raj
http://wiki.apache.org/struts/StrutsFileDownload is great, but in case you are using struts older than 1.2.6... You just return null from execute method, framework will not do any thing further. Now it is your responsibility to read the target file, set correct content-type and then write the

Re: Overriding the init() method in the Action Servlet.

2005-08-20 Thread Sudhaker Raj
You can try struts-plugin to execute startup code. I would avoid making changes in core behaviors if possible without changing them. On 8/20/05, Anuradha S.Athreya [EMAIL PROTECTED] wrote: Hello, I understand it is possible to override the init() method in the Action Servlet class. How

Re: [Friday] [somewhat-ajax-related] XMLHttpRequest scoping problems

2005-08-20 Thread Sudhaker Raj
You may want to check OpenRICO - http://openrico.org Cheers, On 8/19/05, David Durham [EMAIL PROTECTED] wrote: Hi -- There's been some traffic on this list involving XMLHttpRequests and javascript, and since it's Friday ... My problem: How to use multiple asynchronous requests

RE: forward to a new window

2005-08-01 Thread Raj Tilak
you got to specify the target in the href or form action or whatever method you are using it From: Rivka Shisman [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: Struts Users Mailing List user@struts.apache.org Subject: forward to a new window Date: Mon, 1

RE: Form bean's attribute displays as Html

2005-08-01 Thread Raj Tilak
try one of the attribute in the bean:write which is filter=true From: Carl Smith [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: Struts Users Mailing List user@struts.apache.org Subject: Form bean's attribute displays as Html Date: Mon, 1 Aug 2005 13:07:47 -0700

RE: Issue with logic:iterate

2005-07-12 Thread Raj Tilak
% break; % From: sadineni [EMAIL PROTECTED] Reply-To: Struts Users Mailing List user@struts.apache.org To: user@struts.apache.org Subject: Issue with logic:iterate Date: Tue, 12 Jul 2005 20:30:42 +0530 Hi All, Is there any way to break loop of logic:iterate loop based on a condition ?

RE: [OT] Re: Fired???? was...Re: Struts Books Recommendations [OT]

2005-07-08 Thread Goswami, Raj
Right click on the wsad app and select property. Take out everything after ...\wsappdev.exe. Thanks, Raj -Original Message- From: Andrew Tomaka [mailto:[EMAIL PROTECTED] Sent: Friday, July 08, 2005 2:30 PM To: Struts Users Mailing List Subject: Re: [OT] Re: Fired was...Re: Struts

RE: [OT] Re: Fired???? was...Re: Struts Books Recommendations [OT]

2005-07-08 Thread Goswami, Raj
Sorry, wrong posting. Not intended for this group. Thanks, -Original Message- From: Goswami, Raj Sent: Friday, July 08, 2005 2:33 PM To: 'Struts Users Mailing List'; 'Andrew Tomaka' Subject: RE: [OT] Re: Fired was...Re: Struts Books Recommendations [OT] Right click on the wsad

RE: Two Forms, Two Form Beans, One JSP

2005-07-07 Thread Goswami, Raj
I had a similar situation and I used only one form, with the bottom part(result) inside a div, which is only visible depending on the action you took on the top part(search param part), otherwise it's invisible. It worked for me, even though it might not be the best solution. Thanks,

Validation for select box

2005-06-28 Thread Goswami, Raj
I have a Select box which has all the states. The first option is 'Select One.' I need to display an error message if none of the state is selected. I am using DynaActionForm and the xml config file for validation. I put the value of 'Select One' as '-1' and it displayed the error message

RE: iterate on properties of a DynaActionForm

2005-06-27 Thread Goswami, Raj
I had the same problem. Thanks for your answer. How do I provide a the key name though? For e.g. suppose I have a map with key names as employeeId, employeeLastName, employeeFirstName etc. and I want to print it by calling the individual key names, not just arbitrarily any key as I might

RE: iterate on properties of a DynaActionForm

2005-06-27 Thread Goswami, Raj
! Regards, -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Monday, June 27, 2005 5:30 PM To: Struts Users Mailing List Subject: Re: iterate on properties of a DynaActionForm Goswami, Raj wrote: I had the same problem. Thanks for your answer. How do I provide

bean:include on public domain

2005-05-24 Thread Raj Tilak
bean:include id=absContent page=%=valueUrl% /bean:write name=absContent filter=false / this works locally but not when deployed on public domain, would it be a network issue? jsp:include works fine everywhere Please let me know if anyone has encountered it. since we used bean:include from the

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-19 Thread Raj Tilak
it. -- James Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Raj Tilak [EMAIL PROTECTED] To: user

Re: bean:include doesn't work but jsp:include does

2005-05-18 Thread Raj Tilak
I did ask this question on struts user list, the to address says [EMAIL PROTECTED] Could you please let me know, it looks like a configuration of the server or network, even in jsp if I write a simple HttpConnection to a test page, the connection.connect() method fails to connect after opening

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread Raj Tilak
Mitchell Software Engineer / Open Source Evangelist Consulting / Mentoring / Freelance EdgeTech, Inc. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Raj Tilak [EMAIL PROTECTED] To: Administrator Cc: [EMAIL

Re: bean:include doesn't work but jsp:include does[Scanned]

2005-05-18 Thread Raj Tilak
. http://www.edgetechservices.net/ 678.910.8017 AIM: jmitchtx Yahoo: jmitchtx MSN: [EMAIL PROTECTED] - Original Message - From: Raj Tilak [EMAIL PROTECTED] To: Administrator Cc: [EMAIL PROTECTED] Sent: Wednesday, May 18, 2005 12:16 PM Subject: Re: bean:include doesn't work

Re: Java IDE's

2005-01-13 Thread Raj Tilak
Strongly recommend IntelliJ IDEA. The best innovative Java IDE. Certainly reduces a lot of development time. If you can spend a little definitely IDEA or else Eclipse. From: Antony Paul [EMAIL PROTECTED] Reply-To: Antony Paul [EMAIL PROTECTED] To: Struts Users Mailing List

Problem with logic:iterate with DynaValidatorForm in Struts1.1

2004-11-21 Thread selva raj
Hi, I am unable to iterate an ArrayList while using struts1.1 with DynaValidatorForm. Has any one tried it? I am getting the following error in WSAD 5.1... [04/11/17 14:31:41:915 IST] 54f64cef WebGroup E SRVE0026E: [Servlet Error]-[Cannot find bean ProductLines in any scope]:

How can I get the action forward path to be dynamic

2004-10-17 Thread Chacko, Raj
Regards Raj

Re: Re: Module and pages Behind WEB-INF don't work...???

2004-07-29 Thread raj eev lochanam
Hello, I am sorry to say that, what you have given solution, i have tried that , that is also not working with this. Any more help please, Rajeev Lochanam A   On Thu, 29 Jul 2004 Kishore Senji wrote : There are two solutions to this problem. 1) Setting contextRelative=true for every