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

First try : failed to run mailreader-2.0.1

Hello I 'd like to install Struts 2.0.1 apps as a live-demo to Struts 2. I 'm using Tomcat 4.1.30 on Java5 (jrockit). When running mailreader app I get TransformerFactoryConfigurationError Provid

Struts1: Indexed Properties, BeanUtils populate, Form on REQUEST scope

Hi folks I have problem with the scenario "Indexed Properties BeanUtils and Form on REQUEST scope ". When I select a a value from (1 or 2) from the dropdownlist and submit the form I get an excepti

STRUTS 2 . Populating values in Action

Hi to all i have a cuestion about populatin values in an action. I have an action that implements the interface ModelDriven. The object CUSTOMER has some string properties and a collection of users

Trouble with validation of nested properties -   indexedListProperty?

John Tangney <johnt <at > jdtangney.com > writes > > Hi all > > I have memorized the docs scoured the archives googled 'till my eyes were > crossed experimented at great length but have not bee

Comparing dates

Hi Is it possible to compare dates with logic equals tag. My form bean has a property called addedDate. I need to compare it with date 2006-12-24 how should I write the equals tag <logic equals

Is there a modal dialog component in the current impl?

Hi Is there a component in the current code to show a modal dialog or 'Accordion ' (as shown on the DojoTooklit website)? If not - I could try to help in this area. Dariusz Wojtas

Updating a config(.ini) file in Action class

Hi all I have this web app that allows user to change the config (.ini) file via a form. When the user submits the form it goes into the action class and the action class is supposed to update the

Displaying a JSP in a pop-up window

Hello Strusters ! My question is quite simple. As you should have guessed is there a way in Struts / Tomcat to display a JSP not in the main browser window but rather in a pop-up window ? This

packages organisation in struts 2

Hi I 'm developping a new web app with struts 2 using eclipse and I would like to organize my code like I am used to do with struts 1. I mean putting Interfaces beans actions in separate folders/p

The first request

I need to set up my first page with a sequence of database interactions before the execute() method is called (I think). What 's the recommended struts way of doing so. When a first request to my jsp

very basic bean/iterator question

I 'm slowly improving with struts but have a basic question. I query a database using hibernate which returns a List. On the other end I have a jsp page that displays the result. I know that the

Subject: Validate length of array

Hi all I 'm using struts 1.2.7 with commons-validator 1.1.4 I 've this DynaValidatorActionForm which has the following properties <form-bean name "TOAForm " dynamic "true " type "org.apache.struts.v

Making LazyDynaBean work with ModelDriven interface

Some folks may be as pig-headed as me or may need to use LazyDynaBeans as they are translating from struts1 to struts2. After fooling around I figured it out but it is pretty clear to me this is

debug in eclipse using tomcat plug-in

When I try to debug my application by starting tomcat using tomcat eclipse plug-in eclipse keeps telling me that it can not find the source. I 'm not sure if there is a setting problem in eclipse

problem with using dispatchaction

I am currently using dispatchaction with good success however I recently encountered a situation that I hope someone has a suggestion for. I am implementing dependent drop down lists in one of my

How to align form fields in struts 2

Hi I have a problem with aligning my form 's fields to the right using struts 2. Here is my code <s textfield label "%{getText( 'username ')} " name "username "/ > <s password label "%{getText( 'passw

[Tiles] Defining insert points in derived definitions [SOLVED]

Well I got it working defining the 'pgList ' attribute at top level (in the 'standard ' definition) and using 'importAttribute ' in the standard layout page to put it into the request scope for the 'mu

Filter problem

OK I 've collided with struts over an issue and would like to know if people have suggestions on how to solve. I am reading stuff from an XML file and building parts of my UI from for use in a JSP. I

Using tiles and validator framework

Hi I 'm using tiles component in my .jsp page (eg. main.jsp). It is a poll component which user can submit the vote. Commons validator framework is used to validate the poll submission. When the val

RV: validation

Hi i have a question about validators (struts2) i was using fileld validator and when i have an error (filling some filed) the error appears on top of the input box now i change to visitor validato

Defining insert points in derived definitions

Hi folks I am using Tiles with Struts 1.2.9. I have a 'standard ' JSP defining the global layout used by all pages as in the snippets below ##### * File /WEB-INF/tiles-defs.xml <tiles-definitio

Re: Tiles 2 - How to dispatch to tiles servlet????

David H. DeWolf ha scritto > Just to avoid confusion I don 't think Antonio meant to imply that the > Container.render returns a ComponentContext. Err... right my confusion was due to wrong cut 'n '

Tiles 2 - How to dispatch to tiles servlet????

Moving to Struts Users list please reply there. Antonio Petrelli wrote > First of all this is a typical question to be submitted in Struts Users > mailing list. > Anyway since Tiles 2 is under de

Multiple tile def files w/ S2 Tiles listener?

Howdy Is it possible to split up tile definition files using the startup listener under S2? Thanks Dave

working with radio buttons with html tags.

Hi All Am trying to display a radio button according to the value in the database. The way am trying is ... <logic equal property "realStatus " value " <% TIMKeys.A

Subject: Detailed TagDocs download ?

Where detailed tag desc ( http //struts.apache.org/2.x/tagreference.html ) can be downloaded ? I didn 't found this information from struts-2.0.1-docs.zip (2006-11-06)

NEW t oStruts

Hi Please let me know what is right point to start off with Struts. Please point me to a good tutorial to start off. Thanks in Advance Jagaran

Query

Hi all How to install a simple application in Struts? I am new to this field. Please let me know what is good way to start exploring STRUTS. Thanks in Advance Jagaran ************

Formatting numbers in text field

Hi Is there a way display numbers in a text field in a formatted way. For example I want to display 100 as 1 000 in a text field. My form field attribute type is Double. Thanking You Chamal.

more than one parameter in a link

Hi Strutsers ! For my first question here I would like to know how to make an <html link > which would contain more than one parameter without having to use a bean property. For example I would li
Page 130 of 788 Previous 100   Previous 10   121   122   123   124   125   126   127   128   129   130   Next 10   Next 100