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

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-10 Thread Vishnu Mahendiren
Hi team, We are getting the below attached exceptions when we are using struts2-core-6.1.2.jar. We tested the action class using struts2-core-2.5.22.jar and struts2-core-2.5.30.jar. We are getting response properly when using those versions of struts. But when using struts2-core-6.1.2.jar, we are

Re: Websphere/Struts issue with form based authentication

2010-05-15 Thread Struts Two
the solution there when you use form-based authentication. --- On Fri, 5/14/10, Jesse Hill wrote: > From: Jesse Hill > Subject: Websphere/Struts issue with form based authentication > To: user@struts.apache.org > Received: Friday, May 14, 2010, 6:59 PM > Hello everyone, >

Websphere/Struts issue with form based authentication

2010-05-15 Thread Jesse Hill
Hello everyone, I have a struts2 app (2.0.14) running on Websphere (version 6.1.x and 7.x) and when I try to access a struts action that is protected by Websphere security constraints and form based authentication, I get the following messages in the log: [5/14/10 14:34:14:169 EDT] 0092 SR

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

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

STRUTS Issue in IE

2007-12-06 Thread manoharkundety
a very important role in my project. Thanking you all , waiting for ur reply. regards , Manohar [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/STRUTS-Issue-in-IE-tf4956162.html#a14192689 Sent from the Struts - User mailing list archive at Nabble.com.

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

struts issue...

2006-09-14 Thread Dean, Michael
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. In order to prevent a double-submit, in my onSu

SecurityFilter/Struts issue...

2005-03-20 Thread Joe Hertz
I've got an application I'm trying to deploy that works perfectly on my Windows development system. I deploy it on a Suze box, and the following behavior occurs. User Logs in fine. My Request Processor has an overridden processActionPerform() which checks and sees if he has signed the Terms of Se

SecurityFilter/Struts issue...

2005-03-20 Thread Joe Hertz
I've got an application I'm trying to deploy that works perfectly on my Windows development system. I deploy it on a Suze box, and the following behavior occurs. User Logs in fine. My Request Processor has an overridden processActionPerform() which checks and sees if he has signed the Terms of Se

Re: OC4J and struts issue

2004-08-17 Thread Hari Saptoadi
nt: Monday, August 16, 2004 8:45 PM Subject: Re: OC4J and struts issue > Kindly have a look > at my struts-config.xml , i have reduced it almost nothing > *** struts-config.xml** > > Struts Configuration 1.1//EN" > "

Re: OC4J and struts issue

2004-08-16 Thread simarjit singh
Kindly have a look at my struts-config.xml , i have reduced it almost nothing *** struts-config.xml** http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";> ApplicationResources.properties is under WEB-INF/classes ** jsp page **

Re: OC4J and struts issue

2004-08-16 Thread Vic Cekvenich
It's usualy a case issues in some xml, since windows is not case sensetive. Look for that. Next time, if you deploy to unix, develop in unix. .V I am able to run it in windows environment but when i move it to solaris, it is failing.:-( ---

Re: OC4J and struts issue

2004-08-16 Thread simarjit singh
truts-html.tld /tags/struts-logic /WEB-INF/struts-logic.tld /tags/struts-nested /WEB-INF/struts-nested.tld /tags/struts-tiles /WEB-INF/struts-tiles.tld Thanks Veera -Original Message- From: simarjit singh [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 200

RE: OC4J and struts issue

2004-08-16 Thread Veerabhadra Rao R
/tags/struts-tiles /WEB-INF/struts-tiles.tld Thanks Veera -Original Message- From: simarjit singh [mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 5:51 PM To: Struts Users Mailing List Subject: Re: OC4J and struts issue Thanks for quick reply, here is my web.xml entry. i

Re: OC4J and struts issue

2004-08-16 Thread simarjit singh
[mailto:[EMAIL PROTECTED] Sent: Monday, August 16, 2004 5:37 PM To: Struts Users Mailing List Subject: OC4J and struts issue Hi, I am getting th following error mesage in OC4J for 9i. javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE at

RE: OC4J and struts issue

2004-08-16 Thread Veerabhadra Rao R
Mailing List Subject: OC4J and struts issue Hi, I am getting th following error mesage in OC4J for 9i. javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.struts.util.RequestUtils.message(RequestUtils.java:793) at

OC4J and struts issue

2004-08-16 Thread simarjit singh
Hi, I am getting th following error mesage in OC4J for 9i. javax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE at org.apache.struts.util.RequestUtils.message(RequestUtils.java:793) at org.apache.struts.util.RequestUtils.message(RequestUtils.java

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
] > 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 extends myCommonForm{} > > public abstrac

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 Deplo

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 pu

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

2004-03-31 Thread Mathew, Manoj
I have a action form public class myForm1 extends myCommonForm{} public abstract class myCommonForm extends ActionForm{} public class myForm2 extends myCommonForm{} Here myForm1 and myForm2 have some common properties which has put in myCommonForm(setters and getters) and i extend that in bot