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 98 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100  

Subject: ResourceBundle in Javascript?

Hi Does anyone know how can I acces Message ResourceBundle key/values in Javascript? Thanks -Nitin

{S2] Newbie: Sharing a POJO between two or more actions

Hi I need to share an object between two actions. As I 'm familiar with servlet programming I reached for the SessionAware interface and share the object that way. And it works. However. the Javadoc f

Datetimepicker not working on non-English?

Hi all I have got the impression that datetimepicker when picking the date does not work in non-English localization. You can easily reproduce this one when opening showcase and adding ?request_loc

Global messages.jsp file included in a SiteMesh decorator

I have a messages.jsp[1] that 's included (using <%@ include file "/common/messages.jsp " % >) in my default decorator. This file has a couple of calls to the valueStack - namely hasActionErrors() and h

Subject: Struts 2.0.6 portlets

We were alble to successfully deploy the struts 2.06 portlet sample on our portal container which is uPortal. What we want to know is Can we write the portlet applications simillar to the Struts 2.0

OGNL - invalid syntax. JSP EL?

Hello I get the following error when trying to create a list with ognl org.apache.jasper.JasperException /jspx/users/completeProfile.jspx(27 48) "#{ 'F ' 'Female ' 'M ' 'Male '} " contains invalid exp

Subject: Validation on java.util.List

Hi all... I am using Struts 2.0. Has anyone ever done validation on individual item in java.util.List before? Say I have a property List <Customer > customers in my Action and Customer

Dynamic parameter question - S2

I would like to have a url pass a parameter based on the value of a field on the JSP. My code looks like this <s url id "historyUrl " action "LineupHistory " includeParams "all " > <s param name "

Subject: S:SUBMIT action usage

Hi All How do you utilize the s submit tag in conjunction with 'Action Wildcards '. On my form I have 3 buttions one to display tabular results and the other 2 to display

Previous action 's property file being accessed incorrectly

> Hi > > We have a problem. Our home page is made up of three actions etc. > > <s action name "Home1 " executeResult "true " / > > <s action name "Home2 " executeResult "true " / > > <s action name "Home

Setting up actions

Dave Newton-4 wrote > --- Skip Hollowell <skip@(protected) > <http //www.nabble.com/user/SendEmail.jtp?type post&post 9458130&i 0 > > > wrote > > 1 action per functional part of the app or 1 action > > > p

Subject: Validation framework question

I am having an arguement with a co-worker here and here is how it goes. We have a JSP which has about 100 input fields. These fields have custom validators on them. When we try to run the JSP it thr

Subject: Setting up actions

I have spent a few weeks getting my hands dirty with Struts 2 now and I have come to a crossroads of sorts in my app design and layout of my actions. A good example of where I am looking for dir

Struts Question - multiple instances of an actionForm

Hi all Is there any standard ways to manage multiple instances of one form with Struts? Say I have application which is supposed to take theorerically unlimited number of person 's descriptions.

How do i set default values?

Hello i am trying to convert some struts form to be JSf compatible using struts faces. However there are a few problems with initialization for form. I have this <html form action "/search.do " ac

newbie - setting multiple values in an action

Hi all I started playing around with Struts 2.0.6 on Saturday. All went well until I 've run into the need to call an Action setter for a list of strings submitted from an html form (will switch to d

DispachAction - does not contain specified method

Hi I am using "DispatchAction " as my base action class. when submit url "http //.../myAction.do?action view " and there is no "view " method defined in my action class then it throws following excep

Filters: distinguishing between user-requests and redirects

I am trying to implement a flood control mechanism to prevent robots requesting pages after pages at an "inhuman " rate. My basic idea is this * A FirstInFirstOut List stored in the HttpSession that

updownselect tag in 2.0.6

Hello list The trivial examples on the wiki work fine but my attempt at using <s updownselect > fails when I try to use listKey and listValue <s updownselect list "courseList " name "selectedCourse

Getting the AJAX Form Validations to work

Hi Musachy Thanks for replying! On FB I see HTTP 404s on 1) http //localhost 8080/validations/stuts/dojo/src/widget/html/Tooltip.js 2) http //localhost 8080/validations/stuts/dojo/src/widget/html

Struts-DisplayTag(partial list)

Hello I ' using struts framework and displaytag 1.0 all works great. Now I want to implement pagination using the the partial list (External Paging and Sorting) for displaying records (display tag

Help: Populate DB Data into FormBean

Hi all I 'm just getting started with Struts 1.3.x and I 've run into a problem I just can 't seem to find a way to tackle. I am simply trying to load data from a database and populate it in a form-bea

Getting the AJAX Form Validations to work

Hi all I am trying out the Ajax Form validations in S2. I see the validations example working perfectly fine in Showcase demo but I can 't get it to work on my machine. Here is what I did 1) Cre

httpheader result and headers with - in the name

Hello. I 've been working on my first Struts2 application over the last couple of weeks and have been quite happy with it. I do have a question about the httpheader result that I hope somebody ca

Struts/Tiles 1.1 app on Tomcat 5.5

Has anyone had luck taking a Struts 1.1 app with Tiles and dropping it into Tomcat 5.5 app? I saw a couple of old posts but there weren 't much in the way of responses. I 'm trying this now and I '

Is it possible to mix pages that use tiles with those that do not?

I am trying to build an application which some pages use tiles that have a header body and footer. I 've managed to get the pages with those three tiles working but now whenever I want to forward to a

Subject: guice plugin - ROCKS!

Guice is used as the internal IOC within struts2 but that is recommended for use in applications But there is now a plugin which will use an external version of guice to do your depency injection ht

DynaValidatorForm with java.util.Date

Hi I have a form in which a Date is displayed using fmt. It 's static text so no user input is required. The problem is the following. When the validation of that form fails you return to that

suggest a filename to a generated pdf

Hi I try do suggest a filename to the generated pdf?s. However the PDF should be display automaticly this meand without some further action of the user. This HTTP Header Information works response

Print property of a property using bean:write?

Hi all I have a User object which has a Country object attached to it representing the country that the user is from. If I do <bean write name "user " property "country " / > then I get the output
Page 98 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100