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 60 of 788 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10   Next 100  

Subject: Re: Serious memory leak

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 Balazs I just realized that we 're talking about approximately 1MB of char[] data... what 's the big deal about that? ) Balazs Michnay wrote > > Can yo

Subject: If Test Conditions

I am having a devil of a time getting a simple if test condition to work properly. Here is the jist of what I am trying to do <display table id "idContract " name "contracts " class "results " >

Help required for error html:form not closed

Hi all We have got an Application wherein we are having many layouts. But we can easily group some layouts of some pages. We also can say that some part is common to all pages in a group. Hence we t

No result defined for action ..... problems - HELP

Why this happens? 2007-05-30 09 51 49 986 ERROR (org.apache.struts2.dispatcher.Dispatcher 515) - Could not find action or result No result defined for action br.com.cpm.gepro.action.CadastroProjetoAc

Wierd behaviour with redirect, result, and store interceptor

I have the following Action A --- forwards to --- > A.jsp --- submits to --- > Action B --- redirects to --- > Action A The B to A redirect uses the store interceptor to pass action messages and act

Problems with client side validation

Hi I try the client side validation with Struts 2. The validation is well done but I have many problems - For each datetimepicker field in my form I have the following Javascript error which di

S2 - Ajax Dynamic Double Select Demo - complete code included

A common problem is having two related select controls on a page. Call them the 'trigger ' and the 'target '. This is an ideal use case for Ajax because you don 't want to refresh the entire page to

how to check if page has been displayed (rendered) by the browser

hi My problem is that I 've a big JSP page with a lot of scriptlets and a JavaScript which basically reloads the whole page every 5s. The problem is that my JavaScript makes a request to the server

Subject: XML error reading definitions

Hello I 've posted this question on the Webwork forums and thought that maybe the Struts2 community could help. I 've integrated Tiles into my WW application and am seeing an error that I can 't se

Struts 1.2.9 and UNICODE issue on form submittal

We 're using the html form element and we have the acceptCharset attribute set to "UTF-8 " and when we enter a unicode character in a textarea in this form element the UTF-8 character (in this case \

Obtaining Session/Request Object

--- yitzle <yitzle@(protected) > wrote > So it would seem a Strut project is a servlet. It > runs inside the web container receives an HTTP > request generates and sends an HTTP respons

Subject: jsp page processing time

hi Is it possible to get a time my servlet spends on generating JSP page? There isn 't a problem to measure this time for actions in RequestProcessor but I 'd like to know exactly how long did it tak

Regarding "How can we test applications? " in S2 doc online

"First push as much business and data access logic as possible out of the Action class and into a POJO facade that the Action can call. In this way you can test all that outside of the Action. " M

S2 - checkbox list

Hello I am trying to display a checkbox for every day of the week (7 total)... I wanted to model this via some sort of Map in the java world and use <s checkboxlist .../ > I have the view wo

Obtaining Session/Request Object

I want to store session information.

Subject: html:multibox in S2

I am experiencing multi selection boxes in Struts 2. I have a list of checkboxes in a table that spreads to more than one page. I am using the displaytag for the table. Here is my attempt <s fo

Subject: Go back - > BeanUtils.populate

Hi I am facing a problem -) I am using struts 1.3.5 My web application is based on several forms and each one corresponds to a step of a process. For example If I am in the form 3/5

Subject: Problem with html:link-tag

Hello i hope this is the right location for my question. If not please redirect me. I have a jsp-page where at the beginning of the page i load a collection of data from the database and put it i

Table Tags - Installation

Hi I 've just downloaded the Struts 2 table tags from Sourceforge. Are there any installation instructions anywhere? Regards Roger

How to set an action as input result ?

Hi I need to do something that looks very simple to me - a form with a select list - the data in the list comes from database - when submitting the form I want to validate datas. If it doesn 't va

Subject: Field is not changed

Hi. In my action class i have to different String fields(setters and getters are aplied). String test1 String test2 In my jsp page i have <s property value "test1 "/ > and <s textfield name "callTe

Problem in Implementation of Struts2 Validation framework

Hi I am using Struts2.0.6 and trying to implement Validator framework but couldn 't succeed. I have confution to give name of actionname-validator.xmlfile. I am here giving action cofiguration in St

s:submit type:image valid path

Hi. <s submit type "image " name "submit " src "/buttons/save.gif "/ > In my generated html path looks like this <input type "image " alt "save " src "/buttons/save.gif " When i use html submit <input t

Subject: WordML encoding problem

There is an earlier post http //mail-archives.apache.org/mod_mbox/struts-user/200603.mbox/%3C1141255998.8281.29.camel@(protected)%3E. My problem is pretty much the same as described. But t

Prepopulate ActionForm bean with STruts

Hello to all... I 'am working on a large project for car assicuration. My question is if it 's possible to prepopulate a form for example.. On page A user must enter policy number... then in actionForm

how to get "onclick " working with ajax themed submit button

Hi We 're using an ajax-themed submit button to submit a form. We now need to add an "onclick " trigger to call some javascript before it submits. However the javascript never seems to be called whe

Subject: Spring scope= "prototype "

I am having a problem getting Spring to instantiate my Actions beans. I have configured my Actions in application.xml and am referencing the bean id name from struts.xml. I see the beans instantiate

action redirection

Is it possible to redirect the application to another context from the struts-config.xml I have tried this and it doesent work it says path need to start with /. <action path "/ad

Validation does not work in Struts 2 basic project

<sorry reposting my previous message with more appropriate subject line > I am a Struts 2 newbie. The validation piece from Struts 2 bootstrap tutorial is not kicking in and does not show the val

logon-validation.xml does not work in

I am a Struts 2 newbie. The validation piece from Struts 2 bootstrap tutorial is not kicking in and does not show the validation error messages even when I provide invalid data. I started my this s
Page 60 of 788 Previous 10   51   52   53   54   55   56   57   58   59   60   Next 10   Next 100