Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
JSP - A mailing list about Java Server Pages specification and reference
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Subject: Servlet : Session invalidate
Oracle Connection Pooling in 3 2 2
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Subject: Running a Simple JMS Example
Tomcat and webapplication specific java library path
Mapping in workers2 properties
org apache jasper JasperException
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action
   MESSAGE
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
Value attribute of <html:checkbox
url string for connecting jboss to oracle
javax servlet ServletException: BeanUtils populate
5 0 18: Windows XP Pro vs Windows 2000
HTTP Status 404 The requested resource is not available
 
Struts
Page 107 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Tiles with Struts-2

I have been unable to get Tiles to work with Struts-2 (v2.05). When I add the Tiles-plugin and Tiles-core and Tiles-api jars to WEB-INF/lib I start getting ClassNotFoundExceptions about classes fro

Subject: expression evaluation

Hi I have a list of user... I want to display some details and add two input images near each of them with edit and delete action associated... I planned to add a javascript to store the name of the

Struts 2.0.5: Could not execute action

Hello I have managed to create a web application which uses Struts 2.0.5 build. When deploying the application into a Tomcat 5.5.20 server it starts without errors. Problem occurs when trying to

why action calling is occuring twice !

I have populated my form bean with data object using DAO. For this I have used <jsp useBean > tag in my JSP say(My.jsp). In struts-config.xml file simply I have mapped my action(MyAction.jav

IBM 's 19 best-of-best practices for J2EE

The top Java EE best practicesThe top Java EE best practices according IBM WebSphere Developer Technical Journal #1 - Always use MVC. # 2 - Use common proven frameworks like Apache Struts JavaSe

Subject: File Upload design doubt

Hello all I am trying to upload files but I have some doubts? As I?ve read there are two typical ways to do that 1.Using StrutsFileUpload MyActionForm myForm (MyActionForm)fo

New MD4J tutorial and template, help in supporting S2 needed :-)

MD4J is an extensible J2EE webapp generator. One of the main features is that it allows you to work on your model iteratively providing a complete J2EE application following your model changes. So

Subject: Struts-Faces: parameter

Is there any way of passing parameters to the action instead of form fields? I mean I have a value on a managed bean and I 'd like to pass it to the action how can I do that? Thanks Rodrigo Pereira

Mailreader Welcome ActionMapping

I notice in the Mailreader ver 1.3.5 app that struts-config.xml contains 2 ActionMappings for Welcome.jsp what 's the reason for this? <!-- Display welcome page -- > <action

struts 2.x migration

Morning All- Following the literature guidelines listed at http //wiki.apache.org/struts/MigrationTools I am hoping to deliver a (hopefully) comprehensive Struts.1 to Struts.2 migration strategy Keep

IS struts 2 websphere compatible?

Yes you can use it with Websphere and it 's Java 1.4 It worked for me. Look here http //people.apache.org/builds/struts/nightlies/2.0.x/java-1.4/backport/ http //people.apache.org/builds/struts/nig

IS struts 2 websphere compatible?

Hi If struts2 needs jdk version 5 and if websphere 5.x or 6.x is not compatible with jdk 1.5 can we still use struts 2 for our application and still get it work fine ? Thanks Praveen

suggested alternatives to struts-plugin

Good Evening All- The scenario is Spring 1.x framework with normal complement of IOC bells and whistles A colleague removes the struts-plugin from his project and noticed he lost capability for Actio

struts.configuration directive in struts.properties

Hi 1. Can someone explain to me the good use of "struts.configuration " directive in struts.properties ? 2. Can I implement an Interface and get rid of struts.xml and simular files? 3. When I try

how do I handle upload larger than struts.multipart.maxSize

Hi I use the default FileUploadInterceptor in Struts2 to handle multipart requests. When an upload exceeds the defined value of struts.multipart.maxSize I see this in my logs... 02 52 04 899 ERROR

Can 't access plain jsp result after enabling Tiles2

Hi I 'm using the Struts 2.0.5 and Tiles 2 on a Jboss 405GA with Java 1.6 When I use tiles result from an action class it works fine but when I don 't want to use tiles (ie. a plain JSP page) I get

Groovy Actions in Struts 2

--- Ian Roughley <ian@(protected) > wrote > > I 'm not sure what you mean by that... it 's just a > > class it happens to be compiled on-the-fly during > > bean instantiation. Not much else is different.

Adding ActionErrors / Messages with a named key

Is there a way to associate an ActionError or ActionMessage with a named key in Struts 2? In struts 1 we can add ActionErrors / Messages with a named key. The lines of code below add a new error

formbean reset() equivalent?

How do you initialize values to use in a form? I tried just initializing the value in the action and referencing it in the form but the value is not set. In action private String test "tesing "

Interceptor to Autheticate User

Hi Wiil appreciate if some one come with Solution!! I am writing customized Authentication Interceptor.It Checks username & password from database by calling EJBs. Code is Here public class Authenti

Subject: request-taglib: isUserInRole

Hello! I have got an application where users are authenticated with ldap firstly. Afterwards there will be another database which defines the roles the user is in. When the user is logged in t

Subject: DispatchAction and execute

Hi I have a custom class MyAction which extends a custom ancestor MyAncestor. MyAncestor class extended Struts Action. I would like to use DispatchAction so my Ancestor extends now DispatchActio

Struts best practice

What logic should be typically added into the CustomRequestProcessor? Thanks.

Postback forms not working with my tiles configuration

Hi All I 'm having problems using Postback forms with my tiles configuration. I am using the html-form.jsp from the examples as my postback form. This is working fine when run from within the example

Control/Restrict number of users using the system

hi My problem is that i want to restrict no of user to use application. right now our application can be use by any no of user .i want to restrict no of user for example if i want to rest

Tiles vs. <s:url.../ > and Ajax?

I created a quick prototype using plain old JSP pages with some nested tabbedPanels a div of which was loaded via Ajax. That div contained an <s a.../ > tag that loaded another form. This all worked f

Attempting to load static resources from my own jar file

Hello all. I have built a custom jar which in addition to classes contains some static javascript and css files. I 'm deploying an exploded war to tomcat 5.5 which has this jar in it 's lib. I

S2 Seeking Suggestion for XML/Dom

I am implementing a "treeview " type of page to display categories in a "treeview " type manner. The implementation requires a XML file displayed in the browser. So my idea would be to use the action to

problem using Struts 2 + Spring 2 + file upload

Hi All I 'm trying to do an file upload using Struts 2.0.5 and the file is always null. My actions are created using Spring 2 via Spring plugin. If I disable Spring in my webapp (removing it 's listen

Not able to get the Struts 1.3.5 with tiles working.

I started using the struts-blank.war file for my new project. I want to Integrate the project with tiles. I am using RAD 7. Here is what I see in the browser Error 404 File not found /mainLayout
Page 107 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100