Re: Struts issue with getting response to the post request of the action class which works fine in postman but not in browser - Regarding

2023-05-16 Thread Lukasz Lenart
śr., 10 maj 2023 o 12:53 Vishnu Mahendiren napisał(a): > public String execute() throws IOException > { > if(request.getParameter("action") != null) > { > JSONObject responseJSON = new JSONObject(); > responseJSON.put("key", "value"); > response.setStatus(HttpStatus.SC_OK); > response.setContentTy

Re: STRUTS Issue in IE

2007-12-06 Thread Jeromy Evans
manoharkundety wrote: I can be able to display the data in the Mozilla Firefox but I cant be able to display the same data in Internet Explorer(IE) Hi Manohar, I empathise with you but you'll need to be much more specific about what's not working to receive help.

Re: STRUTS Issue in IE

2007-12-06 Thread Martin Gainty
which tag? how are you implementing ? which version IE are you using? M-- - Original Message - From: "manoharkundety" <[EMAIL PROTECTED]> To: Sent: Thursday, December 06, 2007 8:47 AM Subject: STRUTS Issue in IE > > Hi Guys , > I am Manohar , I am working on a Web based application in

RE: STRUTS Issue in IE

2007-12-06 Thread David Harland
Haven't you got the mind reading plugin for struts 2. lol -Original Message- From: Dave Newton [mailto:[EMAIL PROTECTED] Sent: 06 December 2007 14:28 To: Struts Users Mailing List Subject: Re: STRUTS Issue in IE --- manoharkundety <[EMAIL PROTECTED]> wrote: > I am wo

Re: STRUTS Issue in IE

2007-12-06 Thread Dave Newton
--- manoharkundety <[EMAIL PROTECTED]> wrote: > I am working on a Web based application in that I am displaying some data > using the tag from STRUTS2. I can be able to display the data in the Mozilla > Firefox but I cant be able to display the same data in Internet Explorer(IE). > So please hel

Re: struts issue...

2006-09-15 Thread Martin Gainty
AIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, September 15, 2006 11:23 AM Subject: RE: struts issue... The code posted by punit works.The only problem is that suppose the user clicks on submit and for some reason stops the form from submitting through the browser co

RE: struts issue...

2006-09-15 Thread Asthana, Rahul
again. -Original Message- From: Puneet Lakhina [mailto:[EMAIL PROTECTED] Sent: Friday, September 15, 2006 7:14 AM To: Struts Users Mailing List Subject: Re: struts issue... On 9/15/06, Dean, Michael <[EMAIL PROTECTED]> wrote: > > Interesting problem... > > > > I ha

Re: struts issue...

2006-09-15 Thread Matts
ailing List" Sent: Friday, September 15, 2006 8:13 AM Subject: Re: struts issue... On 9/15/06, Dean, Michael <[EMAIL PROTECTED]> wrote: Interesting problem... I have a submit button which includes a property = "method" with value="Save"...the enclosing form i

Re: struts issue...

2006-09-15 Thread Puneet Lakhina
On 9/15/06, Dean, Michael <[EMAIL PROTECTED]> wrote: Interesting problem... I have a submit button which includes a property = "method" with value="Save"...the enclosing form is submitted to a Struts DispatchAction sub-class which is configured to rely on the "method" parameter for delegation

Re: struts issue...

2006-09-15 Thread Puneet Lakhina
On 9/15/06, Dean, Michael <[EMAIL PROTECTED]> wrote: Interesting problem... I have a submit button which includes a property = "method" with value="Save"...the enclosing form is submitted to a Struts DispatchAction sub-class which is configured to rely on the "method" parameter for delegation

Re: struts issue...

2006-09-14 Thread Michael Jouravlev
Disabled input elements of an HTML form are not submitted. Use HTTP sniffer to see what is submitted and what not. On 9/14/06, Dean, Michael <[EMAIL PROTECTED]> wrote: Interesting problem... I have a submit button which includes a property = "method" with value="Save"...the enclosing form is

RE: Struts issue..working in local WSAD/iwndows but not in Web s phere Deployment/ AIX

2004-05-05 Thread Barett McGavock
e- > From: Mathew, Manoj [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 31, 2004 5:44 PM > To: Struts Users Mailing List > Subject: RE: Struts issue..working in local WSAD/iwndows but > not in Web sphere Deployment/ AIX > > > > Hi guys need your help > >

RE: Struts issue..working in local WSAD/iwndows but not in Web s phere Deployment/ AIX

2004-04-01 Thread Hibbs, David
The code premise looks OK; I've done similar. My guess, given my experience with WAS, would be that either a) you didn't get a clean export with the right version of myCommonForm exported and included in the WAR, and the right version of the WAR included in the EAR or b) you didn't get a clean

RE: Struts issue..working in local WSAD/iwndows but not in Web sphere Deployment/ AIX

2004-03-31 Thread Mathew, Manoj
Hi guys need your help is this because i don't have any entry for myCommonForm in struts config.? -Original Message- From: Mathew, Manoj Sent: Wednesday, March 31, 2004 3:59 PM To: [EMAIL PROTECTED] Subject: Struts issue..working in local WSAD/iwndows but not in Web sphere Deployment/

RE: Struts issue..working in local WSAD/iwndows but not in Web sphere Deployment/ AIX

2004-03-31 Thread Mathew, Manoj
anybody think "abstract" causing an issue here? -Original Message- From: Mathew, Manoj Sent: Wednesday, March 31, 2004 3:59 PM To: [EMAIL PROTECTED] Subject: Struts issue..working in local WSAD/iwndows but not in Web sphere Deployment/ AIX I have a action form public class myForm1