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 115 of 788 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100  

Building struts with Maven 1.1

Can anyone help me in building struts applications with Maven 1.1? Plz Let me know what are all the dependency files used to compile the struts java files. Thanks and Regards Saravanan

upgrade to 2.0.4

hi I tried to update my application from 2.0.1 to 2.0.4 and I have downloaded all the nightly built 2.0.4 jar files and plugins i needed and put them under WEB-INF/lib (do I have to remove the strut

s:select and non-primitive values

I suspect this may be related to the recently mentioned bug/limitation in s select but I haven 't been able to figure out how to work around it if so. I 'm trying to create a select input for a model

Select multiple matching values from form bean

Hi I 'm trying to create an 'edit form ' page. In this I 'm trying to populate a multiple select field with a bean in the request scope and match the selected values from the form. I 'm not sure how

difference id - name in struts tag

Hi A simple question <s textfield id "lastName " label "Last Name " name "person.lastName "/ > In this tag what 's the difference between id and name ? Thanks in advance Philippe

s2 and AJAX

Hi I wonder if there are any design guidelines on how to use AJAX with s2.There was that traditional MVC architecture now with AJAX there would be a lot of processing done on the client side. Al

File Upload Problem with large Files in struts2

Hi i have a Problem with uploading large Files in IE (Firefox it is ok). Here is the first part of my fileuploadinterceptor. (i just override the fileuploadinterceptor and added some debug message

Subject: Struts Security Extension

Hi All I would like to present to you a new open-source project related with web application security HDIV (http //www.hdiv.org). Actually we have been working on it for 3 years but we have publi

how to fully customize tabs ?

Hi all I could customize my <s tabbedPanel <s panel tabs with a css file that customizes my tabs content & border. I based myself on the Showcase example and the tabs.css file to do it. However I

how to use struts2 + spring + JPA

Hi I am trying to use Struts 2 Spring and JPA. I have developed a simple application like the one mentioned in http //cwiki.apache.org/S2WIKI/struts-2-spring-jpa-ajax.html. I am getting the fol

Struts vs JSF

Can some one say something about the direction of Struts? Can we say it will be replaced by JSF eventually? Is it easy to migrate struts to JSF?

Cannot create a session after the response has been committed: struts o

I usually get IllegalStateException exceptions with Struts2 if there was an unexpected exception in my code ie. from Hibernate. I can see Hibernate in your stack are you sure this is not the reason

Cannot create a session after the response has been committed: struts or to

I 'm getting the following error with every request. I can 't figure out what it means. I 've looked around and tried to read the request myself but I 'm just starting to learn Struts2 so its not the

Example of a working tiles-config.xml

Hello comunity After a couple of hours searching for a working example of tiles2 config file that actually works with struts2 I decided to ask on the mailing list if anyone actually got tiles2 worki

Subject: Inner Tag Syntax

Hi Struts2 Users I have a question. <s iterator value "commercialList " > <area href " <s url action "Direction " includeParams "all " > <s param name "address " value "10 " / > </s url > "

Struts 2 and tiles

Hello I 'm developing a web application using struts2. I 'm a struts1 developer and now I 'm migrating myself (not a specific app) to struts2. The documentation is very good so I managed to setup stru

Element type "bean " must be declared

hi i am having this error after i upgraded to 2.0.4 any suggestions will be helpful!! thanks a lot! Pam Element type "bean " must be declared jar file /C /Documents%20and%20Settings/st.Pamann/proj

Subject: Re: Interface question

--- Martin Gainty <mgainty@(protected) > wrote > Without declaring with implements as in > ClassName implements InterfaceName > any static invocation in the class such as the > example illustrated be

Subject: Re: s:datetimepicker not working

Which version of S2 are you using? There were changes in this area in the last month. You need to use 2.0.3 or preferably 2.0.4 to use it this way http //people.apache.org/builds/struts/nightlies/2.

Subject: s:datetimepicker not working

Hi I seem to have problem with the s datetimepicker tag in my struts 2 application I used the quickstart project as a template and starting point for my project but when I include a s datetimepic

Interface question

Good Morning All- I saw this yesterday and thought this could never work (but then again maybe there is a way) package fu.bar class HttpSource { RequestHandler reqHandler } package fu.bar

Dynamically redirect to a page

Hi all I have another problem. I want to redirect my action to a link but the link must be gathered from database and it can be chosen randomly. So I cannot staticly put a definition for this action

Subject: struts2 with beehive and jsf?

All I want to make a switch to struts 2 but I was wondering if struts 2 can be integrated with beehive? And if so do I gain productivity or performance or is it better to kick off with Struts2 an

Putting a single html input type= "text "

Hi all I just wondering if I can put a single html input to the form without a label td 's and tr 's. The <s textfield name "name " > generates the html code <td class "tdLabel " > </td > <td > <input n

Need help with simple struts question

I 'm very new to struts and have a simple question I have a page called mailGroups.jsp which uses some beans. I forward to mailGroupsEdit.jsp so that I can use the data from the beans in mailGroups.js

Struts2 Spring Info

Does the S2 that is now beta have Spring IOC built in? Or is this a plug in. I have been grepping through the docs I see mention of spring mocks but not of anything with the IOC layer. I wasn 't sur

What is the preferred way of exception handling (error 500 and similar)

Perhaps this will help http //struts.apache.org/2.x/docs/exception-configuration.html But for general 500 errors normal servlet methods should work... Don On 1/26/07 Dariusz Wojtas <dwojtas@(protected)

S2 - Error when I use include in struts.xml

Hello When I use tag include in my struts.xml I get a error on startup of my application. My struts.xml file is <struts > <package name "jsime-default " extends "struts-default " > <!-- ommited

What is the preferred way of exception handling (error 500 and similar)?

Hi What is the suggested way of exception handling in Struts2? I am talking about cases when there is a * JSP page compilation error * exception inside an action is * someone types url /i.ac

Actions in different Namespaces

Is it possible to redirect an action in one namespace to another? I wasn 't able to do so... For example to take an action "Example_create " in the "example " namespace and if for some reason the user
Page 115 of 788 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100