Re: Struts2 Jquery Grid pagination is not working

2013-03-03 Thread Arun Bansal
. any Response is welcome. Thanks Regards ArunĀ  Bansal From: Martin Gainty mgai...@hotmail.com To: Struts Users Mailing List user@struts.apache.org Sent: Saturday, 2 March 2013 5:10 PM Subject: RE: Struts2 Jquery Grid pagination is not working TO gain

Struts2 Jquery Grid pagination is not working

2013-03-01 Thread Arun Bansal
Hi I'm using Struts2 jquery Grid plugin. My problem is pagination is not working in the grid. I have selected all the required attributes. Can you please tell me what may be the problem? Thanks in advance Arun Bansal This e-mail and/or attachments are confidential and may also be legally

Re: how to download the web page table content and save in the excel file

2012-02-08 Thread Arun MR
You will need to do it separately in another function or action. You can use jexcepapi to generate an excel file from your data at the server side and download it as normal file downloads are done. Thanks, Arun On Thu, Feb 9, 2012 at 10:51 AM, chaitali mali chaitalimal...@gmail.comwrote: I

Struts 2.2.3 annotations based validation

2012-01-11 Thread Arun Sharma
in Action(holding reference to Person DTO) or PersonDTO carrying form data.) Do I need to write custom validator by extending the FieldValidatorSupport, or alternatively the ValidatorSupport class? -- with regards... arun

Re: form action is not calling while click on submit button: Struts2.0

2011-04-14 Thread arun
-- View this message in context: http://struts.1045723.n5.nabble.com/form-action-is-not-calling-while-click-on-submit-button-Struts2-0-tp4292686p4302460.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: form action is not calling while click on submit button: Struts2.0

2011-04-13 Thread arun
hi Dave, Here is the code : -- View this message in context: http://struts.1045723.n5.nabble.com/form-action-is-not-calling-while-click-on-submit-button-Struts2-0-tp4292686p4299769.html Sent from the Struts - User mailing list archive at Nabble.com.

form action is not calling while click on submit button: Struts2.0

2011-04-11 Thread arun
hi, i'm facing a problem in action calling. Enviroment: 1. apache-tomcat-6.0.18 2. Struts2.0 here is the JSP form code: Problem is that when i'm defining action like in above code, its not called on clicking submit button. But when same action is called by defining the action with

Re: Reading input stream (xml)

2010-07-30 Thread Arun Kumar Boppudi
to struts. I prefer the first approach which is the easiest and does no harm. - Rahul From: Arun Kumar Boppudi arunkumar.bopp...@gmail.com To: Struts Users Mailing List user@struts.apache.org Date: 30-07-2010 09:49 Subject: Re: Reading input stream (xml) There is no form and I am

Re: Reading input stream (xml)

2010-07-30 Thread Arun Kumar Boppudi
will take care of getting the content, and also you don't have to worry about encoding the xml. From: Arun Kumar Boppudi arunkumar.bopp...@gmail.com To: Struts Users Mailing List user@struts.apache.org Date: 30-07-2010 13:48 Subject: Re: Reading input stream (xml) Unfortunately, I

Re: Reading input stream (xml)

2010-07-30 Thread Arun Kumar Boppudi
rahul.mo...@tcs.com wrote: A variant of the first: change your encoding to multi-part and send 'data=your_xml_content'. Then struts will take care of getting the content, and also you don't have to worry about encoding the xml. From: Arun Kumar Boppudi arunkumar.bopp...@gmail.com

Re: Reading input stream (xml)

2010-07-29 Thread Arun Kumar Boppudi
://archives.java.sun.com/cgi-bin/wa?A2=ind0106L=jsp-interestF=S=P=49196 -- AB On Thu, Jul 29, 2010 at 11:01 AM, Rahul Mohan rahul.mo...@tcs.com wrote: Arun, You can keep a string property on action form and map it to the xml field so that the xml content is available here on page submit. In the action class

Re: Reading input stream (xml)

2010-07-29 Thread Arun Kumar Boppudi
...@tcs.com wrote: Arun, Are you doing a POST with multi-part encoding? If so, a solution similar to file upload would work for you. If not, then the String in action-form approach that I posted earlier should work. - Rahul Mohan From: Arun Kumar Boppudi arunkumar.bopp...@gmail.com To: Struts

Re: Reading input stream (xml)

2010-07-29 Thread Arun Kumar Boppudi
log for any exceptions in setting the action form. Also try inspecting your request using firebug to see if it is being posted. From: Arun Kumar Boppudi arunkumar.bopp...@gmail.com To: Struts Users Mailing List user@struts.apache.org Date: 29-07-2010 14:58 Subject: Re: Reading input

Reading input stream (xml)

2010-07-28 Thread Arun Kumar Boppudi
If we send XML content in the POST/PUT request to Struts action controller, how to read this content in the Action class? -- AB

Re: Reading input stream (xml)

2010-07-28 Thread Arun Kumar Boppudi
Actually, I am not uploading a file. I am creating XML from the data entered into the form and sending it to the action controller in the POST request body. In the action controller, I would like to parse the XML. How to do it in Struts 1.3? -- Arun Kumar Boppudi On Thu, Jul 29, 2010 at 10:24

REST URLs

2010-07-26 Thread Arun Kumar Boppudi
Is there anyway we can use /client/{clientId}/business/{businessId} kind of URLs in Struts 2.0? -- AB

Re: REST URLs

2010-07-26 Thread Arun Kumar Boppudi
if you can't get the code and I can send it to you (it's licensed under the Apache license so it's OK to share), Kevin Jones On 26 July 2010 09:00, Arun Kumar Boppudi arunkumar.bopp...@gmail.com wrote: Is there anyway we can use /client/{clientId}/business/{businessId} kind of URLs in Struts

Add yourself to mobchannel.com

2008-08-21 Thread Arun
, please add a profile and have fun. You can check for updates to the site almost on a weekly basis. Hope we all together can make it big. -- Thanks Regards Arun George

Re: [OT] Re: Add yourself to mobchannel.com

2008-08-21 Thread Arun
Guys, I am not a spammer sorry I posted to the mailing list. I just clicked add all contacts and send that. Just ignore the message please Thanks Arun On Fri, Aug 22, 2008 at 12:41 AM, Al Sutton [EMAIL PROTECTED] wrote: Wonder if it tracks the Mobchannel are pants because they don't track

Re: Data Leakage in Struts 2

2008-07-27 Thread Arun M
Yee wrote: Why don't you post your code. It seems that it might have a threading issue. -R Arun M wrote: We are using struts 2.0.11 We have lots of action class. Say one of them is CustomerRegisterAction (which extends ActionSupport ) . When a say user X registers himself

Re: Data Leakage in Struts 2

2008-07-27 Thread Arun M
Thanks a lot... We included singleton=false in the applicationContext.xml Now it works perfectly ... Thanks Once Again Piero Sartini-3 wrote: Am Sonntag, 27. Juli 2008 06:04:46 schrieb Arun M: Yes , we are using spring and hibernate also along with struts. Could you suggest us, where

Re: Data Leakage in Struts 2

2008-07-27 Thread Arun M
Thanks a lot... We included singleton=false in the applicationContext.xml Now it works perfectly ... Arun M wrote: we use STRUTS2 - SPRING- HIBERNATE in our project here is a sample piece of code... as metioned earlier... SCRAPTEXT variable once set by a request is being reused

Re: Data Leakage in Struts 2

2008-07-27 Thread Arun M
, Piero Sartini [EMAIL PROTECTED] wrote: Am Sonntag, 27. Juli 2008 06:04:46 schrieb Arun M: Yes , we are using spring and hibernate also along with struts. Could you suggest us, where to configure to resue the beans ?? The spring plugin is described in detail at http://struts.apache.org/2.x

Data Leakage in Struts 2

2008-07-26 Thread Arun M
We are using struts 2.0.11 We have lots of action class. Say one of them is CustomerRegisterAction (which extends ActionSupport ) . When a say user X registers himself on the website; this CustomerRegisterAction is populated (using OGNL) and the customer data is saved to DB. But after sometime

Re: Data Leakage in Struts 2

2008-07-26 Thread Arun M
Am Samstag, 26. Juli 2008 19:48:47 schrieb Arun M: We are using struts 2.0.11 We have lots of action class. Say one of them is CustomerRegisterAction (which extends ActionSupport ) . When a say user X registers himself on the website; this CustomerRegisterAction is populated (using OGNL

Re: detached object cannot be persisted exception again

2008-06-09 Thread Arun
Sorry I was away. I will surely try this. On 6/5/08, Martin [EMAIL PROTECTED] wrote: Arun- did you disable the optimistic_lock code..? // OPTIMISTIC LOCK MODE (dont use this as this causes OptimisticLockMode Exceptions) // Attribute olNode = node.attribute( optimistic-lock ); //return

detached object cannot be persisted exception again

2008-06-05 Thread Arun
, year); if ( !-1.equals(type) ) query.setParameter(type, type); return query.getResultList(); } Is query level caching affecting this or some sort of things like that? Please help!!! -- Thanks Arun George

Struts2 Array of Elements

2008-04-18 Thread Arun
private String[] arr; and getter and setters. But it causes an error . How could I populate it . Is there any way I can do this? I have searched mailing list and could not find any reply. -- Thanks Arun George

Struts2 - Xworks action

2008-02-14 Thread Arun
result name=input/index.jsp/result /action action name=createAccount method=createEmployeeAccount class=employeeAction result/index.jsp/result result name=input/index.jsp/result /action /package /struts -- Thanks Arun George

Re: Struts2 - Xworks action

2008-02-14 Thread Arun
Sorry My web.xml was in wrong place. Now I cannot start my app. It says ERROR: ListenerStart. Why is this hyappening? On 2/14/08, Arun [EMAIL PROTECTED] wrote: Hi, I had been following the example in http://struts.apache.org/2.x/docs/struts-2-spring-2-jpa-ajax.html to build my own app

Re: Struts and Windows Authentication

2008-02-02 Thread Arun
, 2008 4:48 AM, Antonio Petrelli [EMAIL PROTECTED] wrote: 2008/2/1, Arun [EMAIL PROTECTED]: Hi, I have a web application in which I need to implement windows authentication. Basically there is a login screen where we can enter username and password. These users are the users

Struts and Windows Authentication

2008-02-01 Thread Arun
authentication dialog wil popup asking this. It should authenticate against the domain name server. And forward to home page with the login information. Can anybody help me on this.? -- Thanks Arun George

Exception Handler

2007-10-23 Thread Arun
. There is actionconfig for the path, but is in a different modules' struts config path. Please help me. I just need to forward to signon page which is in useraccount module, whenver an exception occurs. This does not seems to work for me. What is the reason. -- Thanks Arun George

custom validation

2006-08-25 Thread Arun
Hi, I am about to design a form. When we type something is a text box the same should be added as a list item in the list box that lies below. The same value sould be inserted into the database so that it is persisted. I used html:optionCollection for that part along with dbcp connection

RE: validation -- best practices

2005-06-08 Thread Kalyanasundaram, Arun Sakthi \(Cognizant\)
Hi Peter, The validation that is basically performed in the approach you have specified is client side validation. Please elaborate more why you want to make a server hit before the data is validated and corrected in Client side itself. Thanks and Regards, Arun Sakthi -Original Message