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 31 of 788 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100  

Anyway to have associative form properties?

Hey all In php I used to have complex forms in some of my applications associated to something like this <input type "text " name "employees[james][address] "/ > Which when posted mapped to $_P

Is it possible to pre-compile JSPs and evaluate expressions?

Is it possible to pre-compile JSPs with Struts 2 as well as compile/evaluate OGNL expressions? I found the following on compiling OGNL expressions but it 's a little more low-level than what I 'm l

Number Validator

Is there a way to use the XML validation to check to see if a field is a number? I used integer to check for min and max but if I enter any text into the field it passes the validation. Thanks Ric

parse freemarker file that is not action result

Greetings to all i am using struts2. I have a freemarker page search.ftl I wish this file to be parsed even if it is not returned by an action (i.e. get values from session). I have noticed that o

S2: How to display exception stack?

I defined a jsp page in global-exception-mappings to catch all exceptions not handled by the application. The application is still in development. I tried to display the exception stack using <s pro

Subject: upgrade from 1.2.9 to 1.3.8

Hi all i 'm actually using the 1.2.9 version of struts and i 'm thinking about upgrading to latest 1.x version. Is there any issue i must know before upgrading? I 've been looking for something like

calling an action from another

Hi I have one frame that is handled by an action that displays a treeview and another frame that is handled by another set of actions that edit the different types of elements in the tree. I would

Subject: autocompleter part of whole

say that you wanted to get part of a list say 10 of 1000 items as some one typed so the clossest 10 after each key stroke. I thought of using notifyTopics and listenTopics on the same autocompleter bu

Ajax-Validation with XHTML-theme

Hi I wonder if anyone here has successfully used Struts 2.1 ajax-validation (http //struts.apache.org/2.x/docs/ajax-validation.html) with a s form tag that is 'xhtml '-themed. I tried it but I on

Struts tags help

Hi to everybody. I 'm developing a web app using struts and wanna know if there is a way to get the session attributes using struts tags. What i want to do is something like this (within a jsp page)

Groovy Works 0.1 - Struts Groovy Spring Plugin

I 've just pushed the 0.1 release of the Groovy Works plugin out the door. The Groovy Works plugin enables dynamic compilation of Struts Actions written in Groovy as well as integration with Spring 's

s:text not applying formatting

Hello I created a struts.properties in my WEB-INF/classes directory. In it I placed these values format.integer {0 number integer} Now in my jsp page I have this code <s iterator value "nav

Tree view tutorial (please, a complete one)

Hello All Has anyone created a tree view in a web app? I 'm looking to use a collapsible tree to represent elements from a MySQL database which will be modified by some actions. I am looking for a

Submit Tag Bug

There appears to be a bug with the Submit tag. URLs for the src attribute do not appear to be resolved the same way for this tag as they are with other tags. Other tags appear to be able to determ

How to avoid FileUploadInterceptor to save the tmp file?

Hi all I wonder how to avoid FileUploadInterceptor to save the tmp file. because in my action I will process it anyway. IMO it is not efficient to have the interceptor to save a tmp file first and

Please unsubscribe me from the mailing list

Please unsubscribe me from the mailing list -----Original Message----- From Paul Benedict [mailto paulus.benedictus@(protected)] On Behalf Of Paul Benedict Sent Thursday July 26 2007 8 24 AM To S

how to handle unchecking a check box

I am running into a situation where once a user has checked a box and has submitted the form there is now no way to uncheck the box. What is the proper way to handle this situation? Thanks Joe

Subject: AJAX with Sitemesh

I tried taking a modified version of the Struts 2 + Spring 2 + JPA + AJAX tutorial that I 've done and integrated it with Sitemesh. I realized that if i have div tags with the ajax theme Sitemesh wi

Using JAAS with Struts and MySQL

Hi to everyone. I 'm new to Struts and I 'm trying to use JAAS Authentication using mysql database to store usernames and passwords. I 've found tutorials in google but they show how to configure JAAS w

Passing URL as parameter between JSP pages

I am developing an app for which there is a common pagination bar (call it "paginationInclude.jsp ") that is included at the bottom of several different pages. The pagination include needs to get a "

Exception Handling and Logging

After reading the Mail Reader walk through it would seem the best practice for handling exceptions is throwing them back to your Action and having a result mapped to handle each specific exception.

Submitting a variable amount of form data

I have a form that can have 1 to many 'Name ' text fields. In struts 2 how do I set up the action so it can automatically grab the values that are in those fields? If I had 1 name field I would just

struts buttons to invoke actions

Hi I use the following code to display a list of buttons that are supposed to call their associated actions when pressed <s form target "SMIG_Editor " > <s submit value "Add Category " action "Cate

Subject: equal symbol expected error

Hi I am using Struts 2.0 and this is my JSP code <s iterator value "tempList " status "tempListItem " > <tr >

Struts2: list and map indexing

Can anyone point me to a working example of Struts2 indexed properties? I 've managed to get list indexing working < s checkbox name "users[%{#status.index}].administrator "... /> but haven 't ha

Subject: Flashing Ajax Content

I am using Ajax/dojo in Struts 2.0 to reload the content of a div. It works but there is a really annoying flash every time the content refreshes and the loadingText gets displayed. Any workarounds

Finding size of an array in iterator tag

Hi I have a string array in my Java Backend. I am trying to use a Struts 2.0 iterator tag in my JSP to display the result. Is there a way to obtain the size of the array in the iterator tag so tha

Subject: Invoking Servlets from JSP

Hi What is the best way to invoke a Servlet from a JSP in the struts framework? I have a login page. When the user clicks 'Log-in ' the control should go to a Servlet outside the struts framewor

How Does struts.multipart.parser work?

I have created my own MultiPartRequest and specified it in the struts.properties file as such struts.multipart.parser package.MonitoredMultiPartRequest When we originally started the project w

EL vs. non-EL taglibs?

2007/7/27 Dave Newton <newton.dave@(protected) > > > --- Antonio Petrelli wrote > > Anyway the only reason to use Struts-EL and > Tiles-EL > > is when you have a pre-JSP 2.0 contaniner. Is this > > y
Page 31 of 788 Previous 10   31   32   33   34   35   36   37   38   39   40   Next 10   Next 100