struts1 Questions
3
Solved
When I use <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %> for my struts 1.3.10 project, it throws following exception:
org.apache.jasper.JasperException: The absolute uri: ...
6
In the Chrome browser, I have saved the username and the password.
Now, if I navigate to some other form and it contains the username and password for some other stuff, the one I saved is auto-pop...
Excellency asked 14/5, 2014 at 6:15
2
Solved
My application is running struts 1.1 on tomcat 7.0.47. Whenever I request a jsp like this :
http://localhost:8080/myTestPage.jsp?lang=fr
The value lang=fr is automatically stored in cookies . Ev...
Weltanschauung asked 24/8, 2018 at 17:47
1
I am working on some legacy Struts 1.x applications that use Struts html tags instead of standard html tags. I am trying to modernize the UI without making functional changes.
For example:
The inp...
Meitner asked 29/6, 2017 at 7:56
1
I am planning to migrate to the Struts 2 with the Struts 1 code base. I am not getting any good source to proceed on this migration. Could you please help on this approach?
1
Solved
I am using Struts1.3, I have Jsp page which is showing the list of employees on that page. For this what i did is, I have a action inside that action i am calling a function which returns List and ...
2
Solved
I have a jsp as my view, which displays a form for adding a new user/ updating the user, if one is selected. I can't figure out how to prepopulate my form if a user is selected. I read about the so...
Imbue asked 4/8, 2011 at 15:56
1
© 2022 - 2024 — McMap. All rights reserved.