Error Struts 7

2025-09-17 Thread Deborah White
Hello, we recently updated to Struts 7 and we are getting this error when no files are actually being uploaded: "Request exceeded allowed number of files! Permitted number of files is: 256!" Any ideas? CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/o

RE: Help with jsp/iframe Struts 7

2025-05-21 Thread Deborah White
Actually, never mind. It is working, just extremely slow. We do have another case that we have an issue with though. My colleague will post. -Original Message- From: Deborah White Sent: Wednesday, May 21, 2025 9:40 AM To: Struts Users Mailing List Subject: Help with jsp/iframe Struts

Help with jsp/iframe Struts 7

2025-05-21 Thread Deborah White
Hello, migrated from 2.3 to 7. I am now having an issue with what appears to be iframe. My jsp code is below and I don't receive any errors but the preview doesn't display. Wondering if anyone has any ideas. <%@taglib uri="/struts-tags" prefix="s" %> $(document).ready(function(

RE: JSP/file upload issue

2025-05-19 Thread Deborah White
R_lCgskNNCJvwYrQYNJJ1E30_4_FX7tqj5xsOtKHYLU&s=ifnkENOpOXBeADeTuJQ7nDlMrnKFUkjuUR3bCvinp9c&e= pt., 16 maj 2025 o 22:08 Deborah White napisaƂ(a): > > Hello, migrating from 2.3 to 7.0 and this no longer works. I am not getting > the document or

JSP/file upload issue

2025-05-16 Thread Deborah White
Hello, migrating from 2.3 to 7.0 and this no longer works. I am not getting the document or the document name. I have this in my jsp page: var options = { target: '#complaintDetailsDiv', beforeSubmit

Context path errors

2025-05-14 Thread Deborah White
Updating to Struts 7 and I am receiving context path errors like: 13:46:46,495 WARN [org.apache.struts2.dispatcher.Dispatcher] (default task-1) Could not find action or result: /SOTAS/sotas/storeUserName.action: There is no Action mapped for namespace [/sotas] and action name [storeUserName] as

Logging

2025-05-14 Thread Deborah White
Hello, since updating to Struts 7, I am receiving these errors and have not had a log4j.properties file for years. 14:46:37,983 ERROR [stderr] (default task-1) log4j:WARN No appenders could be found for logger (freemarker.cache). 14:46:37,984 ERROR [stderr] (default task-1) log4j:WARN Please ini

RE: Struts 7 problem

2025-05-09 Thread Deborah White
> struts.apache.org<https://urldefense.proofpoint.com/v2/url?u=https-3A__struts.apache.org_security_-23apply-2Da-2Dmaximum-2Dallowed-2Dlength-2Don-2Dognl-2Dexpressions&d=DwMFaQ&c=uASjV29gZuJt5_5J5CPRuQ&r=nKDP-dawHhLZnXgTPWFen5qvRPMWAdYO6bsGXhaJOzk&m=MyIZt6YEhTnpYcuhyk3EmtxklyjFs

RE: Struts 7 problem

2025-05-09 Thread Deborah White
MFaQ&c=uASjV29gZuJt5_5J5CPRuQ&r=nKDP-dawHhLZnXgTPWFen5qvRPMWAdYO6bsGXhaJOzk&m=MyIZt6YEhTnpYcuhyk3EmtxklyjFs7s08AufCfl7m3MZl5L2Xp79FSM87zKpKI6K&s=ETzSMI0MHkeLLAXVOP834xvNcU9ygOnBWeieeAxnZaw&e=> Hi, have you considered this restriction? Probably exceeding max length Von meinem iPad gesendet Am 09.0

RE: Struts 7 problem

2025-05-09 Thread Deborah White
casing - the attribute is "escapeHtml": https://urldefense.proofpoint.com/v2/url?u=https-3A__struts.apache.org_tag-2Ddevelopers_property-2Dtag.html&d=DwIFaQ&c=uASjV29gZuJt5_5J5CPRuQ&r=nKDP-dawHhLZnXgTPWFen5qvRPMWAdYO6bsGXhaJOzk&m=aXgukS-NkcL78Ng5156UQDZ1fKg7z3s0u-KxFyK8W8_II

Struts 7 problem

2025-05-09 Thread Deborah White
I am getting this error after migrating to Struts 7.0.0. JBWEB004251: An error occurred at line: 5 column: 57) JBWEB004197: Attribute escape invalid for tag property according to TLD I have found maybe related to this "? I tried changing to escapeHTML but that didn't seem to work. Any ideas?

Help with syntax struts 2

2019-03-08 Thread Deborah White
Can someone help me with the syntax on this? CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It is solely for the use of the intended recipient(s). Unauthorized interception, review, use or disclosure is prohibited a

Question

2018-11-14 Thread Deborah White
Hello, we have some very old internal apps that are still using Struts 1. Does this alert apply to Struts 1 or only Struts 2? It says 2.3.36 or prior so I'm not sure. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2016-131 CONFIDENTIALITY NOTICE: This communication with its contents m

RE: Struts 2

2018-06-22 Thread Deborah White
that dojo was depreciated from struts 2. So they advise to use jQuery. When you sending post request, its url should end with ".json" suffix. Regards Arjuna On Fri, Jun 22, 2018, 9:53 PM Deborah White wrote: > It appears we are using dojo plugin. > > I need to upload an

RE: Struts 2

2018-06-22 Thread Deborah White
? -Original Message- From: Arjuna Bandara [mailto:arjunab...@gmail.com] Sent: Thursday, June 21, 2018 6:28 PM To: Struts Users Mailing List Subject: Re: Struts 2 Hi, What's your expected output. And the falt? Do you use dojo plugin? On Fri, Jun 22, 2018, 3:25 AM Deborah White

Struts 2

2018-06-21 Thread Deborah White
Hello, I'm hoping someone with more experience can help me with this. When I do the file upload, it uploads the file and returns to the page (but it looks like it breaks out of the view it was in) but then the Add button does not work. I believe I need to be able to post data to my action clas

Lang

2018-02-09 Thread Deborah White
I have this: It doesn't seem to like lang=es Help? CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It is solely for the use of the intended recipient(s). Unauthorized interception, review, use or disclosure is proh

RE: Question

2017-12-13 Thread Deborah White
Never mind. I figured it out. -Original Message- From: Deborah White [mailto:deborah.wh...@doj.ca.gov] Sent: Wednesday, December 13, 2017 10:56 AM To: Struts Users Mailing List Subject: RE: Question This might seem like a dumb question to you, but the action I am using already extends

RE: Question

2017-12-13 Thread Deborah White
10:21 PM To: Struts Users Mailing List Subject: Re: Question 2017-12-11 20:56 GMT+01:00 Deborah White : > Hello, has anyone implemented the new reCaptcha v2 (I'm not a robot) with > Struts 2.3.34? I have followed examples and it just spins when clicked. Yesterday I have extende

Question

2017-12-11 Thread Deborah White
Hello, has anyone implemented the new reCaptcha v2 (I'm not a robot) with Struts 2.3.34? I have followed examples and it just spins when clicked. CONFIDENTIALITY NOTICE: This communication with its contents may contain confidential and/or legally privileged information. It is solely for the use

Struts 2.3.16 to 2.3.33

2017-09-12 Thread Deborah White
Do you know why I am seeing this since migrating? Unable to find 'struts.multipart.saveDir' property setting. Defaulting to javax.servlet.context.tempdir I have a struts.properties file, do I need to add something? CONFIDENTIALITY NOTICE: This communication with its contents may contain c

Error Struts 2.3.33

2017-09-12 Thread Deborah White
Can someone take a look at this and tell me what exactly it means and possibly how to resolve? My log file fills up with these. 12:43:57,952 ERROR [org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler] (ajp-jbappprd4/172.26.11.62:8409-4) Exception occurred during processing request: tag

RE: Struts2 - Open page in same tab

2017-08-10 Thread Deborah White
Thu, Aug 10, 2017 at 4:18 PM Deborah White wrote: > If I want it to open in the same tab? > > -Original Message- > From: Lukasz Lenart [mailto:lukaszlen...@apache.org] > Sent: Thursday, August 10, 2017 1:16 PM > To: Struts Users Mailing List > Subject: Re: Struts2 -

RE: Struts2 - Open page in same tab

2017-08-10 Thread Deborah White
If I want it to open in the same tab? -Original Message- From: Lukasz Lenart [mailto:lukaszlen...@apache.org] Sent: Thursday, August 10, 2017 1:16 PM To: Struts Users Mailing List Subject: Re: Struts2 - Open page in same tab 2017-08-10 22:10 GMT+02:00 Deborah White : > action="

RE: Struts2 - Open page in same tab

2017-08-10 Thread Deborah White
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%> <%@taglib uri="/struts-tags" prefix="s" %> http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";> http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en"> $(document).ready( function() { var ePayAmount =

Struts2 - Open page in same tab

2017-08-10 Thread Deborah White
> I have a page that is opening a new tab instead of the same tab. Since I am > somewhat new to jquery, ajax and struts, I'm wondering if someone can help me. > > > I have this in my jsp: > > function continueToNext() { > document.getElementById("payByCheck").value = payByChec