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 62 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100  

S2 fileupload interceptor resources

When i was implementing the fileupload via the interceptor using default settings ( i.e. the jakarta stuff as specified in default.properties ) I found that i had to go get two jar files for thi

S2 & AJAX questions

I have a dual select box problem - Select control-A needs to trigger an event which update Select control-B. Using the s div tag I can get the desired result by having a separate page which contain

Struts2 non-redirect

I am working on customer search function for my first struts2 webapp. My search page has a few option selection fields. In struts 1.x I would normally create a prepareCustomerSearchAction responsible

Language in URL

L.S. Is it possible to use the language as a part of the URL without having to create a page per language (e.g. have nl/shop.jsp refer to shop.jsp automatically adding a request_locale parameter

Variable Form Elements, Dynamically Generated Forms

I am trying to work out the best way use dynamically generated forms in Struts. The application I am developing is going to allow the user to select from a database a list of fields that should be

Weird behavior - Struts 2 - Firefox vs. IE

I had posted a question yesterday regarding the slowness of the rendering of some of my struts pages... Well after trying many different options including turning off devMode and automatic reload

Form Update issue - Could not find action / No result defined for

Hi I got a form with following syntax <s form action "testAction " method "POST " > <s textfield name "testForm.testId " size "10 " value "%{testForm.testId} " > </s textfield > <s submit value "Search

Can 't get <s:datepicker > to work

I 'm trying to get <s datepicker > to work in AppFuse. I 'm using Struts 2.0.6. When I add the code below to a JSP I get a 404 (via Firebug) for the following files http //localhost 8080/struts/dojo/

CRUD Application - How can I receive url attributes

I 've been banging my head on this one reading everything I can. I new to struts and I apologize if this is somehow redundant to this list. I 've got a CRUD application I place various records from

MVC1 -Frame Based JSP Application to Tiles

I Have a JSP web application using MVC1 framework. It uses Farmes(one left for navigational links and other right with tabs on top.) >From tiles documentation i understand i can use tiles with out

Struts development with certain IDEs

Hi all I want to know is there any reason why with one IDE (Bea WebLogic) I cannot nest scriptlet tags in a struts tag but with another Eclipse I can? Thanks Wayne DISCLAIMER This e-mail and

Subject: portletUrlType Constants

Hi What are the constants for the portletUrlType attribute in Struts 2 url tag. Thanks

Subject: Struts2 Portlet support

I also posted this in the WebWork forum. We have succesfully developed a large application that supports milllions of users with WebWork 2.2.4. It has worked great. This application is comprised of

S2: cannot access bean from dialog

This is working fine in my main JSP <s hidden id "selectedCallLetters " name "selectedCallLetters " value "%{userDetailsBean.selectedCallLetters} "/ > However when I call a dialog li

{ANNONCE] Akrogen eclipse plugin & Struts1.x

Hello I mail you to announce there is new distribution of Akrogen Eclipse plugin. *Akrogen* is code generation Eclipse <http //www.eclipse.org/ > *Plugin*(version *3.2.**) oriented *components*. Wit

Struts 1.x and Tomcat 5 problem

Hi .. I am starting to play with Struts (rev 1.2 I think) and have a little "problem ". I am having to use an older version of Struts against a recent Tomcat (rev 5.5) and I am getting an /sear

"Starting with Struts2 " Book

I am pleased to announce the release of the mini-book "Starting with Struts2 " from InfoQ.com. "Starting with Struts2 " is aimed at those who are new to Strut2 and those familiar with MVC frameworks

Mapped Properties - Struts 2 - Best practice

What 's the best way to use Mapped/Indexed Properties in Struts 2.x???

Property Values (constants)- Struts2

Sorry for such a basic question. What is the right place in struts2 to set constant property values like FILE_NAME test.txt ROW_COUNT 10 etc.. and also from that prop

Subject: Best practice - Wizard flow

I am developing a wizard type flow with 3 pages in the wizard... We 'll call them page 1 page 2 and page 3... I need users to be able to navigate between pages with a next/previous button wi

problem sending array values to struts2 action

i have input fileds like url[] bitrate[]....like 5 fields. i used array syantax [] because dynamically i am adding those fields using javascript with same name. i want to get all those values in

retrieving value of attribute from tiles definition

2007/5/24 temp temp <miroconnect@(protected) > > My page uses this definition. In my jsp I want to capture the value of title in a bean > How to? Use <tiles importAttribute > http //struts.apache.or

retrieving value of attribute from tiles definition

I have a tiles def <definition name ".basic.layout " path "/jsp/basicLayout.jsp > <put name "title " value "Default title "/ > <put name "header " value "/jsp/header.jsp "/ > <put name "menu

Results Based on URL File Types

Hi everyone I 'm new to Struts 2 (and Struts in general for that matter). I 've got the Struts 2 framework up and running and I 'm trying to figure out how to get it to support a use case for our new a

Subject: Upload Utility in Struts

Hi Struts User Community I need rough Idea of how to implement upload file feature in struts as a component. Atleast give me some rough idea or send some urls which provides that

RE interceptor call

Depuis le 21 d?cembre 2006 Natexis Investor Servicing s 'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant chang? veillez ? la mise ? jour de votre carnet d 'adresses.

%{x}

How does '%{x} ' works exactly in struts 2 and what is the difference between '%{x} ' and '#x ' is there any other keys apart from % and # in struts 2. thanks sudeep srivastava sudeepj2ee@(protected) -

calling particular method in the interceptor

can we call a particular method in interceptor class as we do for action class like <action name "abc!* " method "{1} " class "abc " > can we do the same for interceptors

Subject: Blank war with IDEA 6

Does anyone here knows how to use Struts 2 's blank war with IDEA 6? I have been trying out IDEA and would like to do some Struts 2 projects with it. -- View this message in context http //www.nabb

Problem regarding <iterator > tag

Hi All Can you please send sample code to print matrix of 10 element from one list through iterator tag in Struts 2.0.6? I am here giving sample output.. 1 2 3 ----------- in 1st row of HTM
Page 62 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100