Re: File Upload error making request parameters empty

2015-02-16 Thread Arpan
Moreover here the error message is hard coded in the java file. It may not be acceptable for many companies. On Mon, Feb 16, 2015 at 6:34 PM, Lukasz Lenart wrote: > 2015-02-16 13:56 GMT+01:00 Christoph Nenning < > christoph.nenn...@lex-com.net>: > >> > >> Thanks a Lot. Upgrading the struts2 vers

Re: File Upload error making request parameters empty

2015-02-15 Thread Arpan
t; > > > I think it's related to that > > https://issues.apache.org/jira/browse/WW-3025 > > > > Oh, the fix for WW-3025 is included in 2.3.20. This is good to know ! > > > > @Arpan > That means your problem will go away when you upgrade to latest struts > version. > > > This Email was scanned by Sophos Anti Virus >

File Upload error making request parameters empty

2015-01-09 Thread Arpan
HI All, We need to upload files. Hence I am using defaultStack Interceptor, which uses file upload interceptor. If I select a large file to upload and fileupload interceptor displays error message on the same page. I have few hidden fields, whose values are pre populated. But when file upload erro

Re: Struts2 Migration issue

2014-12-17 Thread Arpan
--- > eGovernments Foundation <http://www.egovernments.org> > Ph : 9980078913 > --- > <http://in.linkedin.com/pub/sreekanth-s-nair/b/946/5a0/> > <https://github.com/sreekanthsnair> > > --

Re: Struts2 Migration issue

2014-12-17 Thread Arpan
login.action, it is not able to access the login.jsp file again. It seems that none of the jsp files are available but action classes can be accessed. What can be the reason for that. Thanks On Mon, Dec 15, 2014 at 3:05 AM, Sreekanth S. Nair < sreekanth.n...@egovernments.org> wrote: > &

Re: Struts2 Migration issue

2014-12-14 Thread Arpan
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) at java.lang.Thread.run(Unknown Source) On Sat, Dec 13, 2014 at 4:22 PM, Lukasz Lenart wrote: > > Did you use clean action and then build to recompile all the JSPs? > > (on mobile) > 13 gru 2014 10:53 "Arpan&q

Re: Struts2 Migration issue

2014-12-13 Thread Arpan
logging context for this application logging-context uaConsoleContext java.lang.String On Fri, Dec 12, 2014 at 12:51 PM, Arpan wrote: > > Hi All, > > I am migrating from struts1 to struts2. After migrating many action > classes and jsp files, > i

Struts2 Migration issue

2014-12-11 Thread Arpan
Hi All, I am migrating from struts1 to struts2. After migrating many action classes and jsp files, in the web.xml If I remove the "ActionServlet" entry and url-mapping and trying to access the application I am getting bellow error. Am I missing something? Thanks for any help in advance. org.apa

Re: Null values for Nested object properties after Form submission.

2014-11-26 Thread Arpan
Hi Lukasz, I have changed accordingly and values are populating properly. Thank you for that link. Cheers On Wed, Nov 26, 2014 at 10:01 PM, Lukasz Lenart wrote: > 2014-11-26 17:26 GMT+01:00 Arpan : > > Hi Lukasz, > > > > Even after adding no-arg constructor, the

Re: Null values for Nested object properties after Form submission.

2014-11-26 Thread Arpan
art wrote: > 2014-11-26 12:36 GMT+01:00 Arpan : > > Hi, > > > > I have a nested bean object, whose properties I am able to load in my jsp > > and I can see the values. > > But after Form submission, I am getting null values of the properties of > > the

Null values for Nested object properties after Form submission.

2014-11-26 Thread Arpan
ested bean, which has 'portNumber' property. I am using all the getter and setter methods. Can anyone suggest anything. Thanks Arpan

Re: Help for File Upload error

2014-10-31 Thread Arpan
t; > Lukasz Lenart > to: > Struts Users Mailing List > 10/31/2014 11:56 AM > > Please respond to "Struts Users Mailing List" > > > > > > > Too many commons-fileupload.jar ? > > 2014-10-31 7:18 GMT+01:00 Arpan : > > HI All, > > > &

Help for File Upload error

2014-10-30 Thread Arpan
HI All, I am getting a linkagge error while doing file upload operation. I am using fileupload interceptor. Can anyone please tell me how to get rid of that error. Thanks Arpan java.lang.LinkageError: loader constraint violation: when resolving method

Re: Struts2 token problem

2014-08-19 Thread Arpan
Hi Martin, We are using struts2 and I didn't find savetoken and other methods to manipulate session token value. Moreover we are using different actions for main form and window form. Thanks On Tue, Aug 19, 2014 at 1:29 AM, Martin Gainty wrote: > you have both html forms use the same action b

Struts2 token problem

2014-08-18 Thread Arpan
HI All, I am facing an issue related to maintaining session token value when we have window forms. We have a main form, which needs token to submit. There is a link through which we can open a window , which also needs token and can submit the form. Once we close the window and try to submit the

Re: struts 2: Redirect action giving token issue

2014-06-17 Thread Arpan
I am setting token > value > > > into > > > > session. > > > > But when it tries to redirect to the 2nd action.. the error is > getting > > > > displayed. > > > > "Could not find token name in params." > > > > >

Re: struts 2: Redirect action giving token issue

2014-06-17 Thread Arpan
; > "Could not find token name in params." > > > > How to pass the token in the parameter..How to solve this problem...any > > help would be precious. > > > > Thanks > > Arpan > > > token interceptor is not intended to be used for redirects. I

struts 2: Redirect action giving token issue

2014-06-17 Thread Arpan
ssion. But when it tries to redirect to the 2nd action.. the error is getting displayed. "Could not find token name in params." How to pass the token in the parameter..How to solve this problem...any help would be precious. Thanks Arpan

Re: Struts2 with extended achii character problem

2013-12-03 Thread Arpan
6213/page-encoding-in-jsp > > > Regards > -- > Łukasz > + 48 606 323 122 http://www.lenart.org.pl/ > > 2013/12/3 Arpan : > > Hi Antonios, > > > > Thanks for the replay. > > I have tried this, but the problem didn't go. > > > > > > > >

Re: Struts2 with extended achii character problem

2013-12-02 Thread Arpan
Hi Antonios, Thanks for the replay. I have tried this, but the problem didn't go. On Mon, Dec 2, 2013 at 10:48 PM, Antonios Gkogkakis wrote: > Hi Arpan, > > you can try setting accept-charset="utf-8" in your html forms. > > Antonios > > > On 2 December

Struts2 with extended achii character problem

2013-12-02 Thread Arpan
Hi All, I am using struts 2.3.15 libraries. I have put a text field value as "user‡". Whenever I submit the form, the text field value changes and the special character changes to "?". I have struts1 also in the same project and it works perfectly fine for struts1 pages. Thanks Arpan

Re: struts 1 to struts2 migration.

2013-08-08 Thread Arpan
conventional, > jquery, etc u can make life easier). > > -- > Thanks & Regards > Srikanth > > > On Thu, Aug 8, 2013 at 2:32 PM, Arpan wrote: > > > Hi Sreekanth, > > > > We are also planning to do this similar way. In the meanwhile do you have > &

Re: struts 1 to struts2 migration.

2013-08-08 Thread Arpan
Hi Sreekanth, We are also planning to do this similar way. In the meanwhile do you have any suggestion or solution for the problems I mentioned. Thank you.. On Thu, Aug 8, 2013 at 11:30 AM, Sreekanth S. Nair < sreekanth.n...@egovernments.org> wrote: > Hi Arpan, >

Re: struts 1 to struts2 migration.

2013-08-07 Thread Arpan
s of "x" already written, I don't want to change so much code for now. Hence like to use scriplet only. Thanks On Wed, Aug 7, 2013 at 7:34 PM, Lukasz Lenart wrote: > You can try to write your own ActionMapper which will extract request > parameter "action" and bas

Re: struts 1 to struts2 migration.

2013-08-07 Thread Arpan
Anybody to help here... Thanks in Advance. On Tue, Aug 6, 2013 at 7:43 PM, Arpan wrote: > Hi All, > > We are migrating from struts1 to struts2. > > In our pages we have multiple buttons which through struts1 DispatchAction > can be guided to different methods in Action

struts 1 to struts2 migration.

2013-08-06 Thread Arpan
Hi All, We are migrating from struts1 to struts2. In our pages we have multiple buttons which through struts1 DispatchAction can be guided to different methods in Action class. For that we need minimal changes. Such as In action mapping if we add parameter="action" and in JSP if the URL is like

Re: Error while passing list of hidden elements into list of objects

2012-08-06 Thread Arpan
I am using struts1. Can anyone guild how to solve this problem. Thanks On Mon, Aug 6, 2012 at 4:36 PM, Arpan wrote: > Hi All, > > I have a requirement where I am creating hidden input elements and > submitting the form. > > I have a list of objects and my hidden element

Re: struts1 folder selection through browse button

2012-03-05 Thread Arpan
ile choosers choose files, not directories--that's a > browser thing. Even if it could, different browsers send different > information--some browsers send only the filename, some send the entire > client path. > > Dave > > On Mon, Mar 5, 2012 at 12:13 PM, Arpan wrote: > &

Re: child window reseting the values of parent window

2012-01-29 Thread Arpan
he parent > and > >> the child window. > >> > >> Since, for every request, a new token is generated by the action which > >> renders the form, try to load the parent and the pop up through > different > >> actions. > >> > >> Th

Re: child window reseting the values of parent window

2012-01-25 Thread Arpan
, Arpan wrote: > Hi Piyush, > > If I close my child window and try to submit the parent one, submit button > doesn't work. > There's no JS error shown in the browser. > But if I reload the parent window,submit button works . > > Thanks > > > > On Su

Re: child window reseting the values of parent window

2012-01-22 Thread Arpan
ng the parent window on child window close. i think your > problem can be solved with pure javascript. please describe it more. > > On Sat, Jan 21, 2012 at 9:52 PM, Arpan wrote: > > > Hi, > > > > My requirement is like as follows: > > > > User can edit f

child window reseting the values of parent window

2012-01-21 Thread Arpan
Hi, My requirement is like as follows: User can edit fields in a page. This page will have a link, which will open a child window, which will work independently. The child window uses different Action classes and different submit flow altogether. But after closing the child window, the user can

Re: adding style for the message in properties file.

2011-10-20 Thread Arpan
are using actionmessage have a look at the escape > attribute. http://struts.apache.org/2.x/docs/actionmessage.html > > > On Thu, Oct 20, 2011 at 4:06 PM, Arpan wrote: > > > If I add any html tags such as , etc., all these tags gets > > displayed in the screen, i

Re: adding style for the message in properties file.

2011-10-20 Thread Arpan
hiara > > Maurizio Cucchiara > > > > On 20 October 2011 15:04, Arpan wrote: > > Hi All, > > > > I have the requirement to show a message depending on some condition. > > > > My approach is to check the condition in the action class and add action > >

adding style for the message in properties file.

2011-10-20 Thread Arpan
Hi All, I have the requirement to show a message depending on some condition. My approach is to check the condition in the action class and add action message. The message is written in the resource.properties file. But the problem is that some part of the message should be bold or colored. Is t

Re: checking fielderrors into javascript

2011-06-24 Thread Arpan
alert("${theActionProperty}"); > > > > Now try it, and see how it compares with your expectations. > > Dave > > On Friday, June 24, 2011, Arpan wrote: > > yes right..but i cant use the same in javascript.. > > > > On Fri, Jun 24, 2011 at 10:19 PM

Re: checking fielderrors into javascript

2011-06-24 Thread Arpan
yes right..but i cant use the same in javascript.. On Fri, Jun 24, 2011 at 10:19 PM, Dave Newton wrote: > On Fri, Jun 24, 2011 at 12:47 PM, Arpan wrote: > > Can I aceess the field errors in java script? > > like : document.getElementById("fieldErrors") o

Re: checking fielderrors into javascript

2011-06-24 Thread Arpan
Can I aceess the field errors in java script? like : document.getElementById("fieldErrors") or how can i get the value? On Fri, Jun 24, 2011 at 10:08 PM, Dave Newton wrote: > On Friday, June 24, 2011, Arpan wrote: > > In my JavaScript method I want to check if the page has g

checking fielderrors into javascript

2011-06-24 Thread Arpan
Hi, In my JavaScript method I want to check if the page has got any fielderror or messege. How to access these struts2 objects into java script.Any example? Thanks

Re: jsp caching problem

2011-06-13 Thread Arpan
Even if I write in my jsp like this : It tells that "autocomplete" is Undefiend attribute. Thanks On Mon, Jun 13, 2011 at 10:33 PM, Eric Lentz wrote: > > Are you currently using struts2? If so then open ur jsp and type > attribute "autocomplete" in textfield or form element and see if it > s

Re: jsp caching problem

2011-06-13 Thread Arpan
Hi Eric, Are you currently using struts2? If so then open ur jsp and type attribute "autocomplete" in textfield or form element and see if it supports or not. It's obviously a browser issue, but my question was how do u solve in struts2 ? Please advice me the releavent solution, rather than only

Re: jsp caching problem

2011-06-13 Thread Arpan
It is a struts2 problem also. I did googled. All these links shows normal html tags, but I m using struts2 tags. More over in my jsp i m not seeing "autocomplete" off attribute even when i use normal html "" tag. Thanks On Mon, Jun 13, 2011 at 9:19 PM, Eric Lentz wrote: > That's a JSP question

Re: jsp caching problem

2011-06-13 Thread Arpan
uot;off"" > attribute on the form tag. See: > > https://developer.mozilla.org/en/How_to_Turn_Off_Form_Autocompletion#How_to_Turn_Off_the_Autocompletion_Feature > > It may differ for Google Chrome and IE. > > -Roland > > On Jun 13, 2011, at 10:46 AM, Jason Pye

Re: jsp caching problem

2011-06-13 Thread Arpan
Hi Brandon, You are right. But as I am using struts2 tags, so I would prefer struts2 solution for autocomplete instead. I don't want to use normal html tag for few fields. Thanks On Mon, Jun 13, 2011 at 9:22 PM, Brandon Atkinson wrote: > Arpan, > > This sounds like a browser issu

jsp caching problem

2011-06-13 Thread Arpan
Hi All, Do any one know how to solve caching problem in jsp. My requirement is that, it should not display previously submitted credit card number and passwords. Whenever I put the first number, my page shows all other numbers previously entered as a suggession. I have used the bellow code to sol

Struts 2 AJAX error

2010-09-13 Thread Arpan
Hi All, I am getting the following error while using ajax theme in struts tag: org.apache.jasper.JasperException: /index.jsp(4,2) Attribute debug invalid for tag head according to TLD I am using following line in my JSP. I am using strut2.2.1.jar file. Please let me know if anybody have any

Re: Struts 1 log out issue

2010-03-21 Thread Arpan
Anyone can tell me..how to get property files attributes in struts-config.xml file. I want to use dynamic "path",which I will get from properties file for logging out. Thanks On Fri, Mar 19, 2010 at 8:45 PM, Arpan wrote: > Thanks for the response. > > Is there any way struts

Re: Struts 1 log out issue

2010-03-19 Thread Arpan
..@gmail.com > > > On Fri, Mar 19, 2010 at 7:05 PM, Arpan wrote: > > > No it doesn't work > > > > On Fri, Mar 19, 2010 at 6:19 PM, Brian Thompson > >wrote: > > > > > I'm not 100% sure, but ${property-name} might work. > > > &g

Re: Struts 1 log out issue

2010-03-19 Thread Arpan
No it doesn't work On Fri, Mar 19, 2010 at 6:19 PM, Brian Thompson wrote: > I'm not 100% sure, but ${property-name} might work. > > -Brian > > > On Fri, Mar 19, 2010 at 3:43 AM, Arpan wrote: > > Hi, > > > > I our project we need to put a

Struts 1 log out issue

2010-03-19 Thread Arpan
Hi, I our project we need to put a dynamic log out link,which will come from a properties file. While logging out we want to invalidate the session also. I have written a logout action class where i m invalidating and removing the attribute from the session. Then after success in struts-config.xm

Re: struts2 and tables

2010-01-27 Thread Arpan
eaderClass="listHeader"> > > > > > On Wed, Jan 27, 2010 at 5:23 PM, Arpan wrote: > > > Hi Saeed, > > > > Thanks for the reply. But how can you display your checkbox inside that > > "column Title"? > > > > On Wed, Jan 27,

Re: struts2 and tables

2010-01-27 Thread Arpan
kbox. > For example: > paramProperty="id" headerClass="listHeader"> > > > > For checking all (javascript) include an id with each checkbox and have > onclick with the top one to be able to code in javascript to check all > others. > > On Wed,

Re: struts2 and tables

2010-01-27 Thread Arpan
My scenario is that I need a column only for checkboxes. In the title there will be a checkbox and a link "Delete". How can I show these using display tag. When the user will select the top checkbox, all other checkboxes in that column should be selected or unselected accordingly. On Thu, Jan 7,

Re: Highlighting a field with a validation error in struts 2

2008-11-13 Thread Arpan Debroy
t; style an input. I'm not seeing this "red border" either... does anyone >> recall which theme provides this? >> >> Thanks, >> -Adam >> > > > ----- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additiona

Re: How to recover the action's name executed [SOLVED]

2008-11-03 Thread Arpan Debroy
When you say it works then you should say how you did that. Because others may be looking for the solution for your problem. On Wed, Oct 29, 2008 at 9:39 PM, Juanjo Cuadrado <[EMAIL PROTECTED]>wrote: > It works!!! > > Thanks. > > 2008/10/29 hernan gonzalez <[EMAIL PROTECTED]> > > > I wrote "vali

Re: How to skip validation for a particular button

2008-05-19 Thread Arpan Debroy
he real method name in the > action's class) > > or you can use @SkipValidation annotation for particular method; > > > Regards > -- > Lukasz > -- Thanks & Regards Arpan Debroy AOL Online India Private Ltd RMZ EcoSpace Campus 1A Outer Ring Road, Bellandur, Bangalore - 560037 India Mobile No :+9886006306 on-board :+91 (80) 4035 4528 E-mail : [EMAIL PROTECTED]

How to skip validation for a particular button

2008-05-19 Thread Arpan Debroy
Hi All, I have 4 buttons in one page and I have written one validaton xml file like this :- action_class - validation.xml But for one specific button I want to skip validation process. Is there anybody know how to do that. Thanks Arpan

Re: How to change automatic type conversion error message

2008-05-17 Thread Arpan Debroy
ot;invalid.fieldvalue." to do custom > type conversion error. > > Arpan Debroy wrote: > >> In my application "id" attribute is int type of "Group" bean. >> >> In my JSP I have written like that :- >> >> >> >> Now if user puts

How to change automatic type conversion error message

2008-05-15 Thread Arpan Debroy
In my application "id" attribute is int type of "Group" bean. In my JSP I have written like that :- Now if user puts a string into this text field, then error message come like that *invalid value for the field group.id But I want to show the error message with only "id" not "group.id". Is

Re: problem

2008-05-12 Thread Arpan Debroy
Is there anybody can tell me where it's wrong in my code.. Anybody knows how to show the result list, coming from database operation, in the drop down box of JSP directly. Any example will be better. On Fri, May 9, 2008 at 6:02 PM, Arpan Debroy <[EMAIL PROTECTED]> wrote: > Hi Laur

Re: problem

2008-05-09 Thread Arpan Debroy
d to write setters and getters for "id" and "name" fields in Action class. I did that too.But nothing effects. How you would like to do that? On Thu, May 8, 2008 at 9:24 PM, Laurie Harper <[EMAIL PROTECTED]> wrote: > Arpan Debroy wrote: > >> I have a JPA query

Re: problem

2008-05-08 Thread Arpan Debroy
; [EMAIL PROTECTED]> wrote: > On Wed, May 7, 2008 at 6:10 PM, Arpan Debroy <[EMAIL PROTECTED]> > wrote: > > > > > But nothing is displaying in my drop down box when I put listkey and > > listvalue. > > > > If it's working without using listKey and l

problem

2008-05-07 Thread Arpan Debroy
ng GroupId; In JSP I have written like that : ** But nothing is displaying in my drop down box when I put listkey and listvalue. I will be great full if somebody tell me how to make it work. Thanks Arpan

Capturing the TransferObjectSelect object

2008-05-07 Thread Arpan Debroy
Hi, Can anyone successfully implemented "optiontransferselet" tag. Suppose I want to capture the RightSideDropDown box in action class. How can I capture that in action class.Is it will be a collection field or array or something else... Thanks

Re: Migrating data from one select box to other.

2008-04-15 Thread Arpan Debroy
Thanks Ryan, My purpose is done. There are lot of options to change the label of the buttons and to remove them from the page also. On Tue, Apr 15, 2008 at 12:55 PM, Arpan Debroy <[EMAIL PROTECTED]> wrote: > Hi Ryan, > Thats lovely.. :) > But I don't want so many button

Re: Migrating data from one select box to other.

2008-04-15 Thread Arpan Debroy
gt; http://struts.apache.org/2.0.11/docs/optiontransferselect.html > > http://www.roseindia.net/struts/struts2/struts2uitags/optiontransferselect-tag.shtml > > Cheers! > Ryan > > > On Tue, Apr 15, 2008 at 1:54 AM, Arpan Debroy <[EMAIL PROTECTED]> > wrote: > > > I have two

Migrating data from one select box to other.

2008-04-14 Thread Arpan Debroy
ct2" box. And the "remove" button will do the opposite. Can anyone please tell me how to do that in struts2 or how to write the javascript for that. -- Thanks & Regards Arpan Debroy

Re: how to pass object through request parameter

2008-03-05 Thread Arpan Debroy
Wed, Mar 5, 2008 at 8:24 AM, Arpan Debroy <[EMAIL PROTECTED]> > wrote: > > Hi, > > > > Instead of sending string name and values, I want to send the whole > object, > > which comprises of some fields, from one jsp to another one. > > I am using struts2. &

how to pass object through request parameter

2008-03-04 Thread Arpan Debroy
Hi, Instead of sending string name and values, I want to send the whole object, which comprises of some fields, from one jsp to another one. I am using struts2. Can anyone tell me if it's possible to pass an object rather than strings through request object. Thanks

Re: using disabled attributes in tag

2008-02-11 Thread Arpan Debroy
In IE browser read only buttons are not grayed up. Have anybody faced this? On Feb 9, 2008 1:03 PM, Arpan Debroy <[EMAIL PROTECTED]> wrote: > I have a problem in Internet Explorer. The disabled elements are not > grayed up. > Have anybody faced the similar situation. > > >

Re: java.lang.NoClassDefFoundError for beanutils converter

2008-02-10 Thread Arpan Debroy
I guess you can try to add "commons-beanutils-core.jar" file and check again.. On Feb 9, 2008 4:40 PM, hardc0d3r <[EMAIL PROTECTED]> wrote: > > antlr.jar > commons-beanutils.jar > commons-digester.jar > commons-fileupload.jar > commons-logging.jar > commons-validator.jar > jakarta-oro.jar > jstl.

Re: java.lang.NoClassDefFoundError for beanutils converter

2008-02-08 Thread Arpan Debroy
Can you share what are the jar files you have in your lib folder. On Feb 9, 2008 11:06 AM, hardc0d3r <[EMAIL PROTECTED]> wrote: > > i get an error every time i acces a page that basically, registers a user > (insert to the database) but it still inserts the data in the database.. > here is the er

Re: using disabled attributes in tag

2008-02-08 Thread Arpan Debroy
I have a problem in Internet Explorer. The disabled elements are not grayed up. Have anybody faced the similar situation. On Feb 8, 2008 7:46 PM, Okan Özeren <[EMAIL PROTECTED]> wrote: > Hi, > > This is a bug for old version of strust 2, but fixed on 2.0.8 version. > > You should create a solutio

Re: Required validator dosen't work

2008-01-07 Thread Arpan Debroy
But when type conversion error will be occurred, I want to display my custom error message instead of the auto generated one. So how to do that. On Dec 14, 2007 11:18 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Arpan Debroy <[EMAIL PROTECTED]> wrote: > > Using 'L

Re: struts2: interceptor - validation doesn't work :-(

2008-01-04 Thread Arpan Debroy
3p14607863.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks & Regards Arpan Debroy AOL Online India Private Ltd RMZ EcoSpace Campus 1A Outer Ring Road, Bellandur, Bangalore - 560037 India Mobile No :+9886006306 on-board :+91 (80) 4035 4528 E-mail : [EMAIL PROTECTED]

Re: [S2] how to get the value of form select

2008-01-04 Thread Arpan Debroy
essage in context: > http://www.nabble.com/-S2--how-to-get-the-value-of-form-select-tp14613273p14613273.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > ----- > To unsubscribe, e-mail: [EMAIL P

Re: Struts 2.0.9 server side validation problem

2007-12-20 Thread Arpan Debroy
at Nabble.com. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks & Regards Arpan Debroy AOL Online India Private Ltd RMZ EcoSpace Campus 1A Outer Ring Road, Bellandur, Bangalore - 560037 India Mobile No :+9886006306 on-board :+91 (80) 4035 4528 E-mail : [EMAIL PROTECTED]

Re: Required validator dosen't work

2007-12-14 Thread Arpan Debroy
o required can never fail. In that case, you need to > specify range constraints in your validation, or switch to using the > wrapper type instead of primitives. > > L. > > Arpan Debroy wrote: > > Yeah..I am using numbers only.The "required" validator not working

Re: Validation Problem

2007-12-11 Thread Arpan Debroy
.postingApplicationDate" > required="true" cssClass="text medium" /> > > Field which are not getting Validated > > > cssClass="text medium" /> > required="true" cssClass="text medium" /> > required="t

Re: Validation Problem

2007-12-10 Thread Arpan Debroy
PM, <[EMAIL PROTECTED]> wrote: > > > >> > >> > >> Hi all > >> > >> iam using struts2 iam getting a validation Problem > >> All the fields get Validated while using the get method for a > particular > >> action while using the post met

Re: Required validator dosen't work

2007-12-10 Thread Arpan Debroy
Right, if my text box is empty, I am getting back 0 allways. Have u any idea, how to validate empty "long" data type value. On Dec 11, 2007 12:51 AM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Arpan Debroy <[EMAIL PROTECTED]> wrote: > > So that means there is no

Re: Required validator dosen't work

2007-12-10 Thread Arpan Debroy
So that means there is now way I can check if a text box, which takes the datatype "long", have any null value. On Dec 10, 2007 11:40 PM, Dave Newton <[EMAIL PROTECTED]> wrote: > --- Arpan Debroy <[EMAIL PROTECTED]> wrote: > > Then when you will use "

Re: Required validator dosen't work

2007-12-10 Thread Arpan Debroy
er. Use > requiredstring for String based field. > > -----Original Message- > From: Arpan Debroy [mailto:[EMAIL PROTECTED] > Sent: Monday, December 10, 2007 11:00 AM > To: Struts Users Mailing List > Subject: Re: Required validator dosen't work > > Yeah, > I am usin

Re: Required validator dosen't work

2007-12-10 Thread Arpan Debroy
ull. > > This is almost never what you want, as an empty text box will still send > back > an empty string, not null. > > d. > > --- Arpan Debroy <[EMAIL PROTECTED]> wrote: > > > Yeah, > > I am using following - > > > > > > Other va

Re: Required validator dosen't work

2007-12-10 Thread Arpan Debroy
Yeah, I am using following - Other validators are working. Anyway have anyone ever used "required" validator or can you use it now once to test. Thanks On Dec 10, 2007 5:26 PM, Simon Berger <[EMAIL PROTECTED]> wrote: > Do you have the Validation Interceptor on your Stac

Re: Validation Problem

2007-12-09 Thread Arpan Debroy
ly two fields get validated > > Ginu > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks & Regards Arpan Debroy AOL Online India Privat

Re: Required validator dosen't work

2007-12-09 Thread Arpan Debroy
used "required" validator. > > What data type are you attempting to validate? > > d. > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >

Re: Required validator dosen't work

2007-12-07 Thread Arpan Debroy
h that interceptor, validation failures will > >> trigger an "INPUT" response type and your action's execute will not get > >> called). > >> > >> If that's not it, post some more detail about how you're using it. > >> > >> - Gary > >> > >> - > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > >> > > > > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- Thanks & Regards Arpan Debroy AOL Online India Private Ltd RMZ EcoSpace Campus 1A Outer Ring Road, Bellandur, Bangalore - 560037 India Mobile No :+9886006306 on-board :+91 (80) 4035 4528 E-mail : [EMAIL PROTECTED]