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

Struts Showcase File Download

I 'm trying to return a stream of binary data (like the image or .zip example on http //www.planetstruts.org/struts2-showcase/filedownload/index.jsp) from a Struts 2 action class but I 'm not sure how

Book recommendations for performance tuning

Hi all I guess this is partially off-topic but I 've been asked to start looking at improving the performance of our application and wanted to start reading up on things I should be looking for

- Ajax Theme on freemarker template. It is possible ?

Hi all Its is possible to use ajax tags into a freemarker page? It 's not working for me.. The same code works fine in a jsp result type... (with " <s url " sintax..) <@(protected) theme "ajax " debug "

Validator question Struts 1.2.9

I have gotten the validator to work in may of my projects but I am stuck on this one and was wondering if someone can help. I have a MessageResources.properties under WEB-INF/classes which contains a

ModelDriven & Action

I have an interesting situation which I am going to simplify in an attempt to establish dialog. I have a web page that contains a form with ten properties on it. The Action that is associated with t

Issue with DispatchAction when configuring with multiple Form beans

Hi I am using DispatchAction to do similar actions. As per the requirement i have to use two different forms but similar actions. So added individual methods in my action class for each type of for

S:if question

How do I perform string comparisons using the s if tag? I 'm trying to compare a static value of the Action Class to a form value. <s if test "resultsToDisplay @(protected)@(protected) " >

Passing arguments key dynamically in validation.xml

Hi All Is there any way to pass the argument value dynamically say <field property "complianceGroupId " depends "required " > <msg name "required " key "errors.required "/ >

Facelets

Hi! was reding about the JSF built in support in S2 (jsfstack) and was wondering if that also includes facelets? i dont whant to use the shale. Or could one build a facelets interceptor ontop the jsf

Class path basic question and FileInputStream

I have a program.xml file phycially located in a directory in my web project class path in WSAD then in my jsp I am trying to read this file I got an error saying the file is not found. Why? When cre

Time of displaying data on the page

Hi Hi If anybody could tell me how can I measure the time of displaying some data on the screen? <code > <%@ include file "/WEB-INF/jsp/include.jsp "% > <%@(protected) import "bus.TimeHold "% > <%@(protected) imp

adding parameters at runtime to actionforward which uses tiles

I am using tiles definitions in my actionforward <action path "/action/manage/entity/viewEntity " type "com.reisys.fema.ognt.web.action.manage.entity.ViewEntityAction " >

suing synchronized block

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 To whom it may concern Please note that this is a mailing list for users of the Struts web application framework. Your question is more appropriate els

suing synchronized block

--- temp temp <miroconnect@(protected) > wrote > I using synchronized block and need help in using it http //www.google.com/search?q java+%2Bsynchronized+%2Bblock d.

suing synchronized block

I using synchronized block and need help in using it ? I have a SingleTon class which has a global valriable Map. I will updating this Map at runtime. Example

Migrating to Struts2 from existing Struts1 Tiles1 application

Hi I would like to hear some advices about migrating to Struts 2. 1. We have developed a website using Struts 1 with Tiles 1. Now as Struts 2 and Tiles 2 is available how much is it feasible

<s:checkboxlist >

Is there a way to pre-check boxes that meet criteria? I have 2 lists listA is for all the checkboxes and listB is for checkboxes that will be pre-checked. <s checkboxlist label "Registration " list

Subject: CompositeActionMapper

I am having some trouble getting the CompositeActionMapper to work properly. I have the following specified in my struts.properties struts.mapper.class org.apache.struts2.dispatcher.mapper.Compos

ldap access

Hi I 'm looking for an example of an ldap search with struts. Any pointer ? Thank Philippe

Subject: A suggestion for struts.xml!

I think if struts.xml 's element 'include ' support wildcard it will be better. For example I have ten file to be included in struts.xml now I have to write <include file "/config/struts-xxx.xml " / >

JSTL Empty equivalent for struts 2.0.6

Hi What is the struts 2.0.6 equivalent for the empty check for the following <c if test "${empty sessionScope.myBean.myProperty} " > do something </c if > Thanks

Subject: Why following is not working

Hi Can some body let me know why following is not working <s a href " <s url action "myInfor.studentProfile "/ > " > <span id "blue " > Personal Details

Possibility to hide input fields if not empty?

Just wondering how you guys would make something like this When a Field in a form is null or empty it should be displayed if it is already filled it should disappear. Is there an easy way to do th

Subject: Tiles Migration Issue

I have a web application written using Struts and JSP. What I 'd like to do is to move slowly to use Tiles as well. The following piece of code is used throughout JSP pages <jsp include page "titl

Subject: Confused about <s:tree >

Hi list I 'm trying to render a list of objects from my action class as a tree menu using the Struts 2 <s tree > tag and I 'm not having any luck. I can get the static example from planetstruts to wo

DownloadAction IE problem on Open

I 've implemented a file download using the Struts 1.2.9 version of org.apache.struts.actions.DownloadAction. When the user hits the download button he or she gets the save/open/cancel dialog with th

Subject: Bread Crumbs in Struts-2

Is there any established "bread crumb " technique in Struts2 - that is execute an action and then return to the current page whatever that page might be. I implemented this feature in Struts-1 wi

Is Struts version 1.2.4 compatible with J2EE 1.4 and Java 5?

Is Struts version 1.2.4 compatible with J2EE 1.4 and Java 5? Thanks for your help!

Ruby Roundup (was Is there a mailing list for S2 only?)

On 3/19/07 James Mitchell <james.l.mitchell@(protected) > wrote > Oh lol .... I do RoR on the side. I 'm not sure where all this > dynamic language stuff is heading (ruby vs groovy vs others) with > res

AW: Howto Construct Editable Tree

Hi Looks good - can you edit the nodes? Cheers Pete > -----Urspr?ngliche Nachricht----- > Von Sarr Nathan [mailto nsarr@(protected)] > Gesendet Montag 19. M?rz 2007 15 09 > An Struts Us
Page 95 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100