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 128 of 788 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100  

Struts 2 and Dojo

Hi everybody I 'm trying to use both the struts-2 embedded ajax tags I mean <s div id "once " theme "ajax " href "/TestAction.do " ... And the real Dojo that I have downloaded from dojo 's website.

DYNAMIC CHECK BOXES

Hi Please suggest me some idea to achive the following from DB getting empid empname salary..etc into a arraylist of beans. that means each employee record is stored in a bean which is added to arr

MyEclipse + struts2(MailReader)

Any one know how to setup MAilReader example in MyEclipse/ Eclipse pls show me I have problem loading the Welcome.jsp in MailReader example Even it doesnot show any error in container console at all

Subject: Preprocessing of request

Hi My application receieves an xml request. I need to perform some transformation of this xml before performing business logic etc. Is there anyway I can configure through struts that I can invoke a

internationalization in struts

Hi i am working on internationalization in struts. for this i did the following 1) WEB-INF/classes/resources folder defined all the files example application.properties application_fr.properti

Multiple buttons and validation

I have a few buttons on my jsp page and I want to have validation happen on some buttons and not on other buttons. Is that possible? How? Any examples around?

WELCOME to user@struts.apache.org

Hi i am working on internationalization in struts. for this i did the following 1) WEB-INF/classes/resources folder defined all the files example application.properties application_fr.propertie

conversionexception

I am facing an error with PropertyUtils.getProperty() Which is Caused by org.apache.commons.beanutils.ConversionException Cannot assign value of type enum object to property 'status ' of type 'j

struts 2 populating on actions

Hi to all im still still still having problems with population of collections in actions....now im making test with conversion examples in showcase application The examples is like this... An actio

Missing message

I 'm lost frustrated and reaching out for help. When I get my JSP in my browser it contains the following in the heading ???message.excuseQuestions.title??? So I check my messages.properties fil

intermittent exception in TilesRequestProcessor

Hi I 'm getting the below exception but only after hot-deploying a class file -- for example an ActionForm-derived class. I believe the error occurs only on pages that use the particular deployed cl

Subject: Brackets in validation.xml

Hi Can anyone please tell me why this works. It 's two versions of a validation rule from my commons validator xml file (for a validwhen condition) ( ( (oldProductStatusId 21) and ((prod

java.sql.SQLException: No more data to read from socket

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Aiping [I marked this as off-topic because it looks like a JDBC issue and not a Struts one.] Aiping wrote > after a certain period it starts to give

how get index value at logic:iterate

Hello I 've a collection and i iterate using logic iterate inside the iterate put a html select. <logic iterate name "form " property "coll " id "idx " indexId "indexId " > ... <html select name "idx "

external javascript file linking problem?

Hi friends i am converting a project into struts i want to use my javascript(js) calender file in strtus application.(calender will display in popup) but that javascript file is not working. what wi

Subject: Creating a UI Component

Having recently dug into creating UI tags in Struts 2 I wrote up a quick overview http //www.vitarara.org/cms/node/86 Mark

java.sql.SQLException: No more data to read from socket

Hi I 'm a newbie to struts. Lately I have tasked to maintain a struts application which makes use of struts data-source. This is working fine but when after a certain period it starts to giv

struts2.0 question

I have a question about Struts 2.0 Action I find Action will extends ActionSupport like follows public class GetUpdatedHangmanAction extends ActionSupport implements SessionAware { private static fi

struts 2 tutorial and maven question

Hi! I am new to struts maven etc. I am trying to follow the bootstrap tutorial for struts 2. I used the Maven Archetype to create a new application for the tutorial and everything worked fine ex

how to initialize an edit page?

this is a struts 1.3.5 question. I am looking for an example of an edit cycle. Let 's say I have a list of employee names If I click on one I want to have a page to edit the employee values. The

Subject: problems with <html:form > tag

I 'm using struts 1.3.5. I have a jsp that displays a <table >. If I surround the table with <html form action "/EmployeeAdd " > ... </html form > then nothing in the page renders. The EmployeeAdd ac

Subject: Need help in Custom tags

I have to form a custom tag which has the following format. <project multiselect title "Title " > <project available search "true " > <option value "1999 " >1999 </option > ...avail

Struts2 : Codebehind and Zero Configuration

I 've been trying to get Codebehind http //struts.apache.org/2.x/docs/codebehind-plugin.html and Zero Configuration http //struts.apache.org/2.x/docs/zero-configuration.html to work found that I had

calling bean reset() in Action class?

Hi friends i have a form that contain some text fields where user enters data and click save then i am saving and returning to the same page. here the previous values are redisplaying(which should n

Struts 1.3.5 and SSL

Sorry but I just can 't get a clear understanding of a solution for Struts 1.3.5 and SSL. I 've always used sslext to ensure my pages are secured. So now if I want to use the new ComposableRequestPr

Subject: novice validator question

Three questions about Validator to get me started (1) The 1.3.5 docs state By convention the validators your application uses can be loaded through a file named "validator-rules.xml " I 've looked

Subject: Formbean information lost

Hi If I fill my form with for example "xyz " as login and if there is an error "xyz " will stay in the textfield (for some reason as additional question if u can say me why that happen would be

Struts 1.x and LongRunningTask

Hi all Struts 2.0 provides a solution for long-live action based on the webwork(http //struts.apache.org/2.x/docs/execute-and-wait-interceptor.html ). It is very useful. Does anyone know how to i

REPOST: Internationalized messages for pure JavaScript client side validatio

Seems to me that if it returned a key instead of a message that you could use <fmt message key "${message} "/ > to retrieve the appropriate internationalized message cooresponding to the error. (*Chri

struts action servlet interaction with jsp files

Hello I am migrating some PHP application to struts to take advantage of MVC. Check this situation I have a struts action in fooBarStrutsAction.java. After a request this action perform a data
Page 128 of 788 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100