Top "Struts" questions

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

how to connect hibernate and DB2

I am running an application that used struts and hibernate. I am currently using Derby database. Now i have to …

java hibernate struts db2
Struts - In which jar file all the .tld files located

I am developing a Struts based web application. I am new to Struts. I want to use struts-html.tld taglib, …

java struts2 struts struts-html
Hibernate NoSuchFieldError INSTANCE but only with Struts 1?

I'm new to Java and Hibernate (being a Rails and C# developer). Anyway, I have a test program that works …

java hibernate struts
not all named parameters have been set hibernate in createSQLQuery

I am getting the error of not all named parameters have been set. Below is my code. my SqlQuery which …

java hibernate struts
test the localhost in android emulator

My web application runs in localhost server. In my emulator the URL is http://localhost:8080/myaction Is it possible to …

android struts localhost
Flow of control in Struts 1.2 (Lifecycle)

Title may sound a little vague but I'll give it a go. I have 2 servlets: one.java: Extends the Action …

java struts struts-1 struts-config
TagLib tag in web.xml is not found ERROR

I show the error in detail as follows. cvc-complex-type.2.4.a: Invalid content was found starting with element 'taglib'. One of …

java struts taglib
Java Component based vs Request based frameworks

I was recently asked in an interview - In java, how do you compare component based frameworks to request based …

java frameworks struts ejb components
read the contents of a file upload in java

I know how to upload a file: <html> <head> <title>File Uploading Form</…

java file-upload apache-poi struts
Difference between Interceptors and Filters - Is this right?

I'm researching this so that I can respond better in interviews. I've been searching around for a clear and concise …

struts2 struts