RE: Struts 7 issue while posting the data

2025-05-16 Thread Priyanka Vaddadi
.intercept(ActionFileUploadInterceptor.java:151) deployment.ems.war//org.apache.struts2.DefaultActionInvocation.executeCondition From: Priyanka Vaddadi Sent: Friday, May 16, 2025 1:48 PM To: user@struts.apache.org Subject: RE: Struts 7 issue while posting the data Hi Sorry . I attached incorrect

RE: Struts 7 issue while posting the data

2025-05-16 Thread Priyanka Vaddadi
sure it is annotated with @StrutsParameter with an appropriate 'depth'. Thanks and Regards Priyanka From: Priyanka Vaddadi Sent: Thursday, May 15, 2025 12:50 PM To: user@struts.apache.org Subject: Struts 7 issue while posting the data Hi We are migrating from struts 2.3 to struts 7.

RE: Struts 7 issue while posting the data

2025-05-16 Thread Priyanka Vaddadi
with an appropriate 'depth'. Thanks and Regards Priyanka From: Priyanka Vaddadi Sent: Friday, May 16, 2025 11:51 AM To: user@struts.apache.org Subject: RE: Struts 7 issue while posting the data Hi I tried using depth = 1 as below public final class CgSupplierMgmtSearchAction e

error while uploading file using struts 7

2025-05-19 Thread Priyanka Vaddadi
Hi We are facing issue while uploading file with struts 7.0.0/ By using below code we are attaching the file on UI

Struts 7.0 issue with Ftl

2025-05-28 Thread Priyanka Vaddadi
Hi I am getting below error while loading the page after migrating to struts 7 Pleaselet me know what could be the issue Template inclusion failed (for parameter value "/Empty{name='templateDir'}/simple/checkbox.ftl"): Template not found for name "Empty{name='templateDir'}/simple/checkbox.ftl".

RE: Struts 7.0 issue with Ftl

2025-05-28 Thread Priyanka Vaddadi
27;t see maxLength property in attributes And when I replace <#if parameters.nameValue??> value="<@s.property value="parameters.nameValue"/>"<#rt/> with <#if attributes.name??> value="<@s.property value="%{attributes.name}"/>&q

Struts 7 issue while posting the data

2025-05-15 Thread Priyanka Vaddadi
Hi We are migrating from struts 2.3 to struts 7.0.0 As part of this migration I am facing below issue There is a action class in my project in which we defined SupplierSearchData variable as below public final class CgSupplierMgmtSearchAction extends EmsWebAction implements ValidationAware {

RE: Struts 7.0 issue with Ftl

2025-05-28 Thread Priyanka Vaddadi
ame displayed in text box but not parameter value Please help me with this Thank and Regards Priyanka From: Priyanka Vaddadi Sent: Wednesday, May 28, 2025 6:55 AM To: user@struts.apache.org Subject: RE: Struts 7.0 issue with Ftl Hi When I change below code <#if parameters.disabled?string?

issue with iframe when upgrading from struts 2.3 to struts 7

2025-06-19 Thread Priyanka Vaddadi
Hi In our application when we click on one of the link, then it will load other application in iframe within my application. Then we have to enter username and password in that loaded application. After migrating from struts 2.3 to struts 7 The application is loaded in iframe and showing us the