Top "Struts-1" questions

The Apache Struts web framework is a free open-source solution for creating Java web applications.

how to use <bean:write > tag in strut 1.2?

How to Use <bean:write> tag in Struts 1.2. In name attribute, what value have to be used? Is …

java struts-1
Java Struts 1: forward from action to action. Passing data through ActionForms

We've been trying to redirect from one action to another, hoping that data would be passed between corresponding ActionForm beans. …

java struts-1
Whats the difference between Struts 1.x and Struts 2.x

I would like to know the difference between Struts 1.x and Struts 2.x

jakarta-ee struts2 struts struts-1
Difference between jsp expression tags <% and <%=

I more or less know the difference between <%! and <%, but I can't seem to find the difference between &…

jsp jsp-tags struts-1
ORA-28040: No matching authentication protocol : Oracle 12c Upgrade

We have migrated our Oracle database to 12c from 11g. We have a legacy application running in Java 1.5 and using …

oracle11g struts-1 oracle12c ojdbc java-5
Struts 1 - How to display ActionMessages

I am displaying ActionMessages through a JSP file by the following command: <logic:messagesPresent message="true"> <ul …

java struts struts-1
Exception-" java.lang.NullPointerException: Module 'null' not found " in Java-Struts 1.3

While deplyoing Struts 1.3 Login application on localhost 8080 (Apache Tomcat 6.0.16 Server). I am getting following error. HTTP Status 500 - type Exception …

java nullpointerexception struts-1
Struts 1.3 action forward parameter

I'm working on a little project which uses Struts 1.3 and I encountered the following problem. After some business logic takes …

java struts-1 forwarding
Function to remove accents in postgreSQL

Possible Duplicate: Does PostgreSQL support “accent insensitive” collations? I'm trying to remove the accents so when I make a SELECT …

function postgresql struts-1
javax.servlet.jsp.JspException: Cannot find bean: "departments" in any scope

JSP PAGE <%-- Document : DeptListing Created on : 20-Aug-2011, 10:12:36 Author : LenasalonM01 --%> <%@page contentType="text/html" pageEncoding="UTF-8"%&…

struts-1