Questions tagged as 'struts'

1
answer

Problem when testing a SOAP web service

I am implementing a SOAP web service in Java in an application that uses Struts in the presentation layer and I have trouble testing it. The IDE that I am using is Netbeans and the service was done using the assistant provided by the IDE. The ap...
asked by 04.12.2015 / 23:44
1
answer

files * .do instead of jsp?

I am helping in the development of an application, made with java and jsp. The links appear as .do instead of .jsp, even though the files are .jsp. The most I could find is that it has to do with struts or something like that extension, but my q...
asked by 03.01.2019 / 13:24
2
answers

How to change an html property depending on the value of a profile collected from java class

I have a text box in which I would like to be able to write or not depending on the profile that the application uses. This text box is in html code inside a .jsp and the verification of this profile is done in its action. How could I do it so t...
asked by 01.09.2016 / 09:19
0
answers

s: submit does not work when migrating struts2 version 2.2.1.1 to 2.3.16.1

My problem is that an application made in struts2 2.2.1.1 in Jboss5 was migrated to a version of struts2 2.3.16.1 and with jboss6, when making the necessary configurations, I managed to make the application work almost in its entirety, my only o...
asked by 04.04.2017 / 01:55
1
answer

Invalid action class configuration that references an unknown class named

I have an application in Struts2 and Spring with Maven, but when trying to perform an action, the following error occurs: Invalid action class configuration that references an unknown class named Exception: java.lang.RuntimeException:...
asked by 10.01.2017 / 20:18
0
answers

input type file multiple argument type mismatch

I am trying to implement a functionality in which you can upload as many files as you wish to select to the server. I'm doing it with: <form id="uploadForm" action="uploadFilesDPT.do" styleId="withoutPadding" method="POST" enctype="multipar...
asked by 15.06.2016 / 14:49
1
answer

error when doing sendRedirect in doFilter method of a Filter class

Good morning to everyone, I have a filter in my web.xml to control the calls that are made to the server of my application once we have logged in this one. The filter class that implements the doFilter, destroy and init methods also has a cle...
asked by 22.11.2017 / 12:55
1
answer

Problem with Server Tomcat

Hi friends, I am starting to program with Eclipse Oxigen, and I have this Tomcat error, I would like you to help me because I can not lift the project.     
asked by 06.04.2018 / 13:00
1
answer

fill in optionsCollection Struts

I have a question to fill out an OptionsCollection of Struts. I have an Action where I retrieve the data and through the request I pass the result. From here, whatever I put in the option gives me an error. Thanks in advance. I leave the Stru...
asked by 09.10.2018 / 19:09
0
answers

Reload a JSP via STRUT only in a section of the page

I need to include a jsp within a section of a web page so that when I click on a menu, only one section is reloaded and not the menu, the problem is that the solutions I found on the internet do not work for me What is the system that I am seein...
asked by 05.09.2018 / 16:03