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 141 of 788 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10   Next 100  

bean:write with database backed properties

Folks I have a requirement to use a database backed properties mechanism rather than a simple resources text file. The property that is retrieved will depend on the some of the user attributes so

Tiles, me again

Me again...i want to use tiles to solve the problem of putting in every page a include of a header a footer and a menu. If anyone has suggestions or knowdlege of using another template engines like s

using SMTP server

Hi everybody I wanna put a text box on my form that user can enter her email and by submitting an email send to her. I can do it with a free SMTP server. I set smtp host on localhost in server.xml

Subject: <s:datepicker > in Struts 2

Hi I am Asish I am using datepicker but it will not come to the page. Dojo is undefined. What is the problem? Can you give the solution. My cod snippet is given below. <%@ page contentT

Subject: tiles and resource bundle

In struts 1.3.x what is the best way to use resource bundle keys together with tiles? I found the following feature request but it is a couple of years old...I don 't know whether this was ever i

how to generate generic errors using Struts validation framework

Hi Everyone I am using Struts 1.2 validation framework where I am using the following elements to mention validation rules for specific action properties. <form name "navigatePatientForm " >

How to set <%@ page session= "false " % >, globally?

I 'm having trouble with Google and Alexa indexing pages on my site hundreds of times each with a different colon separated session ID. I was able to reduce this by adding <%@ page session "false " %

Mailreader2 question

After analyzing the Mailreader2 application I cannot figure out these three lines of the Welcome.java file full class below String message getText(Constants.ERROR_DATABASE_MISSING) if (

Subject: multiple nesting validation

Hi I know struts provide validation for one level nesting forms but how can we validate n-level nesting forms. For example my form is like that "Team " has --One or more "Player "

Subject: AW: Re: Struts 1.3.5 error

I have the error in several examples. The exception occurs as result of the jsp display and not when the at action execution. Does anybody know how I can swich on the structs library log stamps? ----

Subject: Download, Obtain Src

Pardon for another question... but I would like to interrogate some of the Interceptors that are included with the S[2] codebase. What is the best way to download the original src code for S2? I am h

Subject: Acegi Implementation

Is there any documentation regarding Acegi implementation and Struts2. I would like to somehow use the Acegi security framework and a Struts Interceptor to handle login and session management. I goo

Exception handling best practices: ModuleException

I would appreciate any insights people have on the best way to handle exceptions. I would really like to keep it simple and not create a custom exception handler or whatever if I don 't need to. I

if( "N ".equals( <bean:write name= "college " property= "noLunch "/ >)),can I?

hi Frineds i have a problem that based on one field value i should display some fields for that i need to check <bean write / > value... for example if no lunch break i should not display lunch from

Struts 1.3.5 error

I encounter the error appearing below when trying to run a simple example using Struts 1.3.5 under Tomcat 5.5.17 and JDK 1.5. The error arises when the Jasper JSP compiler encounters the following

Antwort: Re: bean:message-tag: how to write text with { .. } [*]

Hello Chris I found a bugentry in the struts bug database (https //issues.apache.org/struts/browse/STR-2304). As a solution I 'm using now the argx-option of bean message. Thanks for your hint to

Tiles "best practices " question

I 'm a new tiles user. I 'm using the tiles-defs.xml method for definitions (if it matters). I have a layout that includes <tiles insert attribute "body "/ > My definition does *not* include "body "

Subject: Transactions in struts

Hi All Do struts internally provides any packages for database transaction support? Thanks and Regards Raj. Xinthe e-mail communication is confidential and legally privileged. If you are

Subject: Reg Value Object and Javabean

Hi All Can anyone please tell me the difference between a ValueObject and a JavaBean where both have same getter/setter methods and both can be used to transfer data between view and model.

Best Practices for Form-Based Authentication With Struts

What is the best way to authenticate a user with Struts? I have a table in my database which holds the credentials for valid users and this table needs to be checked when a user trys to log in via a

taglib uri question

I 'm coming up to speed on struts 1.3.5 and I will be asking some possibly silly questions soon. I have been reading the "Jakarta Struts " book by Cavaness (2nd ed) which covers struts 1.1. I get t

Leaping into the 21st Century (was Hello)

I 'm copying in the user list in case others might be interested. On 10/30/06 an correspondant wrote to Ted Husted > I am reading the Struts in Action book. Very long story short I am an "old > sc

Subject: logging system initialization

People in the list I have my own log.java and I would like to make a call to my own log definitions before initialize/using the digester (org.apache.commons.digester.Digester). However I have

Subject: Request Processor Struts2

Hello Newbie with WW so hopefully this is not a silly question. In Struts 1.x I used to extend the request processor and check for a user with a certain object in the session. If it did not exist

Subject: Rolling back form changes

All I have a multi-page flow and I am using a DynaValidatorForm to store all my form info. At the end of the flow there 's a "confirmation " page where the user can check out all of the information

Dynamic links

Hi I need to use the <%@(protected) file .... a dynamic way. Ej. <%@(protected) file "/WEB-INF/jspf/${query.action}.jspf "% > or <%@(protected) file "/WEB-INF/jspf/ <% query.getAction() % >.jspf "% > bu

Struts 2 and Webwork

Hi Craig and Ted As we known struts 2 is struts 1 + webwork 2 which seems bigger than either of those two frameworks. I was wondering * What will be the development direction of struts2 will it

Subject: Struts2 set data to session

Before in Struts1 I can set data to session/request in action class then display it in jsp.. In action class request.setAttribute( "aName " "aValue ") request.getSession().setAttribute( "bName

Setting enctype through javascript causing an exception

I have an html file field in my form. Basically to obtain input for certain fields we have given user the option to either upload data through a file or input it manually. Now I haven 't set the enctyp

Subject: displaying action errors

Hi I am writing a file upload application in which I have to restrict the users to upload only upto 2MB file size. I am using struts upload(struts 1.1version) for uploading. The form from which I u
Page 141 of 788 Previous 100   Previous 10   141   142   143   144   145   146   147   148   149   150   Next 10   Next 100