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-22 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 g

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 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 wrote: > Hi Martin, >

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

2015-05-23 Thread Raj
-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 21, 2015 at 7:50 PM, Martin Gainty wrote: > If Maven is a Lamborghini ..then Ant is a Yugo > You can drive to end of the

Re: Issues with Tomcat 7.0.57 not loading ActionServlets

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

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 wrote: > > Raj- > > did you check for the existence of > /WEB-INF/validator-rules.xmlin $TOMCAT_HOME/webapps/NameOfYourWebappGoe

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 Apr

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 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. Please advice if

Re: Setting object from param tag fails in Struts 2.2.1

2010-11-17 Thread Raj Nagappan
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.

Re: Setting object from param tag fails in Struts 2.2.1

2010-11-16 Thread Raj Nagappan
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 action to another. By somehow, struts2 is looking for a set method which take a Strin

Setting object from param tag fails in Struts 2.2.1

2010-11-14 Thread Raj Nagappan
something differently for 2.2? Raj. - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Ajax validation to open a conditional popup

2009-12-06 Thread Raj Malhotra
g the form 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 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 > Cr

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

2009-08-18 Thread Raj Aaryn
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 . 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. Example:

Re: Keeping Session small using Validation

2005-09-14 Thread Sudhaker Raj
recycle 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

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 beh

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
On 8/26/05, Sudhaker Raj <[EMAIL PROTECTED]> wrote: > 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

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 t

Re: question about Struts html tags and Javascript getElementById

2005-08-22 Thread Sudhaker Raj
This works in IE, Hope this helps. Thanks. var checkMe = function(thisForm) { alert(thisForm.elements['uploadedFiles[0]'].value); return false; }; On 8/22/05, Dave Newton <[EMAIL PROTECTED]> wrote: > Gordon Hu wrote: > > > > > > > > I was asking as a subtle hin

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 cont

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 sim

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

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" To: Struts Users Mailing List Subject: Form bean's attribute displays as Html Date: Mon, 1 Aug 2005 13:07:47 -0700 (PDT) I have an attribute in my Acti

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" To: "Struts Users Mailing List" Subject: forward to a new window Date: Mon, 1 Aug 2005 16:11:04 +0200 Hi friends

RE: Issue with logic:iterate

2005-07-12 Thread Raj Tilak
<% break; %> From: "sadineni" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" To: 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 ? Thanks in advance, Anil. ---

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] Rig

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???

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, -Ori

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 f

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 a

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 lose

bean:include on public domain

2005-05-24 Thread Raj Tilak
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 begining, could easily replace with jsp:include bu

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

2005-05-19 Thread Raj Tilak
tcher call? What about JSTL? Did you try c:url? What happened? Ultimately, I would say, if bean:include is not working, but jsp:include is, go for it. Use what works and don't waste anymore time worrying about it. -- James Mitchell Software Engineer / Open Source Evangelist Consult

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

2005-05-18 Thread Raj Tilak
> 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: &g

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

2005-05-18 Thread Raj Tilak
- 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: Cc

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 t

jsp:include works fine but not bean:include

2005-05-16 Thread Raj Tilak
new dns names were added on the new server. it works fine on local host but on the default domain server bean:include gives java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: 'servername: port' although the servername and port printed in exception are

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 Subject: Re: Java

Problem with 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]: javax.servlet.js

How can I get the action forward path to be dynamic

2004-10-17 Thread Chacko, Raj
eciated Thanks & 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 f

Re: Re: Single argument to multiple vaildator rules ?

2004-07-29 Thread raj eev lochanam
  On Thu, 29 Jul 2004 Kishore Senji wrote : >If you don't specify the name attribute for arg0, it will become the >default arg value for the different error messages constructed. > >so, use > >Thanks, >Kishore Senji. > > >On Thu, 29 Jul 2004 13:06:18 +0530, [EMAIL PROTECTED] ><[EMAIL PROTECTED]