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 109 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

How to refreshOnShow in struts 2

Dear All I have submitted an issue ww-1730 to JIRA ( https //issues.apache.org/struts/browse/WW-1730). But I don 't know whether there is a way to walk around it. It looks that this will not be solv

error Struts2.0.5-Blank - No mapping found for dependency

I found this error when application starts 22 30 18 500 INFO [STDOUT] 22 30 18 500 ERROR [[/Struts2.0.5-Blank]] Exception starting filter struts com.opensymphony.xwork2.inject.DependencyExceptio

problem with Tiles in 2.0.5 Showcase App

Hi I can not make Tiles work with the 2.0.5 and I have the same problem with the Showcase app bundled with this version. It is exactly the same log "org.apache.jasper.JasperException /common/la

Multiple s:checkbox backed by array/list

I have a view with a table each row or which shows a single table record. Each row has a checkbox so you can select multiple items and click 'delete selected ' to remove them in one go. This is imple

Subject: Re: Error with <c:out / >

org.apache.jasper.JasperException The absolute uri |http //java.sun.com/jsp/jstl/core| cannot be resolved in either web.xml or the jar files deployed with this application org.apache.jasper.compil

Error with <c:out / >

If anybody can explain me why I get this error and how to repaire it. My view page " <%@ taglib prefix "c " uri "http //java.sun.com/jstl/core " % > <html > <head > <link href "main.css " rel "s

usage of constant in validation-rules in custom validator

Created a custom validator. I have created a constant in validation-rules.xml <constant > <constant-name >alpha_num </constant-name > <constant-value >^[a-zA-Z0-9]*$ </constant-value > </constant > Is it

Validation 'magic ' on 'input '

I 'm trying to get validation working (using annotations) in a Struts2 project and I can 't seem to get it to quite cooperate -) I 'm using the Zero Configuration and Code Behind plugins so this may

Multiple select not rendered in browser with tiles

Hi all I have a problem while rendering a jsp with a select multiple tag in a Struts application using tiles. If I forward directly to a JSP I have no problem and the select multiple is correctly sh

Testing mailing list do not reply

-- No virus found in this outgoing message. Checked by AVG Free Edition. Version 7.5.441 / Virus Database 268.17.36/681 - Release Date 11/02/2007 18 50

Testing mailing list

-- No virus found in this outgoing message. Checked by AVG Free Edition. Version 7.5.441 / Virus Database 268.17.36/681 - Release Date 11/02/2007 18 50

Equivalent logic:messagesPresent in JSTL

Is there an equivalent in JSTL for the logic messagesPresent ? I 've looked on Google but I can 't find a decent example. Someone suggested <c if test "${! Empty requestScope[ 'org.apache.struts.acti

Collecting data from few pages

They could... I am searching right now idea how to do this So I am open for everything! Martin Gainty wrote > > are the forms toy are using ActionForm? > > dziekuje/ > M- >

Subject: Scanning for tld 's in loop

Last Friday we 've encountered a rather annoying issue. When we launch our webapplication org.apache.commons.digester.Digester.sax starts parsing all our tld 's and shows every line in the log-file.

Problem while Struts 2 and Tiles 2 integration.

Hi All I have created a small application to get familiar with the Struts 2 and Tiles 2 integration. I am using *struts2-tiles-plugin-2.0.5.jar* * tiles-api-2.0-20070130.184344-3.jar* and * tiles

Subject: Struts and welcome-file-list

My website 's homepage is the index action /index.do. In web.xml I configured the welcome-file-list like this <welcome-file-list > <welcome-file >index.do </welcome-file > </welcome-file-list >

Collecting data from few pages

Hi I have a problem. I would like to write application where I would have sth. like "wizard ". Using this "wizard " I would take information from user about name lastname etc. The thing is that I

Subject: Binding Java 5 Enums..

Hi I 've been trying to bind Java 5 enums but I get some weird problem.... xwork-conversion.properties java.lang.Enum funala.web.action.typeconverters.TestTypeConverter TestTypeConverter extend

RE: Struts action call in a JS method returns blank page

--- Christopher Loschen <CLoschen@(protected) > wrote > parent.document.resultDiv.innerHtml > document.resultDivTemp.innerHtml I know that was from memory but IIRC it 's innerHTML so just in case.

no hour valye for the s:datetimepicker of type time

Hi I am experienving a small issue with the s datetimepicker I set the type of the tag to "time " to use it as timepicker however I can 't see the hour value in the box whenever I pick a time it

Subject: Re: datetimepicker - 2.0.5

No and it is missing the "templaceCSSPath " for customizing the styles. http //issues.apache.org/struts/browse/WW-1729 regards musachy On 2/10/07 Pedro Herrera <pedro_herrera@(protected) > wrote >

Subject: datetimepicker - 2.0.5

Is there another css in the bundle for s datetimepicker ? -- View this message in context http //www.nabble.com/datetimepicker----2.0.5-tf3206276.html#a8903592 Sent from the Struts - User mailing

Spring question

Morning All Given the ability for other code-generators to initialise a subset of their attributes (im thinking of hibernate with lazy true) at runtime Does Spring IOC have this capability to determi

Is this a Bug?I can 't response <s:tree > 's treeSelected event with version 2.0.5

I downloader the archive with version 2.0.5 today but I can 't handle the <s tree > 's treeSelected event using my code. I found this error even in the example showcase.Is this a bug?

why Struts2 can 't receive Jsp variable value by using Ajax1.2?

I have a text area and a text link in a jsp page when I click this text link I will call struts2 action by using ajax like follows /*-----jsp page-----*/ <html > <script type "text/javascript " > var ht

getting Session from SessionId

I am trying to integrate a web application to an external service and need to be able to take an incoming sessionId from the external service server and to return details from the session to which t

Struts 2.0.5 BETA available

The Apache Struts project is pleased to announce the release of Struts 2.0.5 BETA Struts 2.0.5 is available in a full distribution or as separate library source example and documentation distribut

Subject: question on validation

Hi All Suppose I have an action called a.A with some methods for updating records and other for querying or just redirecting. If I set up the validation file it works for update but also for the q

Exception logging

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 All I 've been using struts for several years at this point and the "right " way to do error processing has always eluded me. I have web.xml configured

creating instance of the class

I want to create instance of a class using object.getClass().new Instance() but this object constructor needs another object so how can I do this ? Suppose I have a c
Page 109 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100