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

Websphere 6.1 Showcase application, Response already committed warning

Hi Alex- Looks as if you have 2 responses for same Request (GET/POST/PUT/DELETE) so if Servlet responds with a 200 then Servlet cannot send a second one with a 404 Give us a bit on your environmen

Websphere 6.1 Showcase application, Response already committed warning in l

Hi I am running Struts2 under Websphere 6.1 and getting a lot of warning messages in the logs. This is only happening under WebSphere 6.1 but it works fine under Tomcat. Also it 's happening

RES: Struts 2.0.6 Spring - Struts 2.0.1 work very well

Thanks . Work The glassfish .ear created all .jar in my root_context. I deleted them and run very well. But My application is very slow !!! I have an action and delay 10 seconds to load with 50 tupl

Redirect by button

Hi All! I have a simple button. It may be <html button / > or <html submit / >. If user click this button it will redirect to page /add.jsp. So how can i do this? At this time i know only one way.. 1)

Iterator item and Action getter methods collide [S2]

Hi Everyone I 'm having an interesting experience with the use of the iterator tag (Struts 2.0.6). I have an action with getter method signature which is the same as the getter of an iterator it

How Can I disable the FileUploadInterceptor - Very Slow

Hi People Glassfish v2 b39 - Struts 2.0.6 - jdk 1.5.0_10 How Can I disable the FileUploadInterceptor from action ? It 's very slow my page. I have two div my page. I lost 5 seconds on

wildcard validate method problem

I have 2 forms in a jsp posting to different methods of the same action. I have different validation that must be performed in the action validate method for each of the two methods. How do I distingu

Subject: upload fail occasionally

Hi all I am using struts 2.0.6 and encountered a submit problem. I have a form with enctype "multipart/form-data " property. there 're other text fields beside <s file >. when I submit at most time i

S2: What do you forward to after a response writer?

I am moving an app from S1 to S2 that has a third-party grid component. In S1 it looked like this public ActionForward perform( ActionMapping mapping ActionForm form Http

AW: DATA_SOURCE_KEY in Struts 1.3.8?

Hi no I have defined a data-source in my struts-config.xml <data-sources > <data-source type "org.apache.commons.dbcp.BasicDataSource " > <set-property property "defaultAutoComm

Problem with Action

I have such struts-config.xml <?xml version "1.0 " encoding "UTF-8 " ? > <!DOCTYPE struts-config PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN " "http //jak

DATA_SOURCE_KEY in Struts 1.3.8?

Hi I have used struts 1.2 in my app. Now I want to upgrade to struts 1.3.8 and I get the error "cannot find symbol Globals.DATA_SOURCE_KEY ". I don 't find information in the struts javadoc what I

Subject: A Problem in Json plugin!

I just tried to generate json result by using Json plugin. But I found that the result is cutted not a well-formed json result. After debugging I found the reason one of my string property of the str

"Disabling " struts2 filter for some URL

Hello I have struts2 application with FilterDispatcher mapping in web.xml set to /*. I would like to have in my application a few regular Servlets let say with url http //localhost 8080/MyStruts

Validation error messages are not being cleared

An action has this validation config <validators > <field name "nome " > <field-validator type "requiredstring " > <message >Campo obrigat?rio </message > </field-validator > </field > <field name "

Iterate and write indexed properties in place using logic:iterate

Hi! What i 'm trying to obtain is somewhat described in the faqs here http //struts.apache.org/1.2.9/faqs/indexedprops.html using the struts EL extension. This is the problem i have an ArrayList o

Subject: Problem with struts 2

Hi everyone I have just started working with struts 2. Quit improved and much like Spring(except DI and AOP) this is first time i am working with struts and in HelloWorld programmer i

@ExpressionValidator annotation & ognl.NoSuchPropertyException: com.opensymp

I see this warning as well when using ajax-validation. It seems ognl expects a .methodName method which is not there in the struts validators. There is another thread regarding this problem with the

abstractg class calling abstract method in constructor

I have a super class with an abstract method and a non default constructor and it calls this abstract method in its constructor This abstract method is implemented in the

Generating unique identifier with in a sesssion

* http //java.sun.com/j2se/1.5.0/docs/api/java/util/UUID.html The simplest thing would be something like String id UUID.randomUUID().toString() -HTH Ted <http //www.husted.com/ted/blog/ > On 3/

Generating unique identifier with in a sesssion

--- temp temp <miroconnect@(protected) > wrote > I need a object which generates unique identifiers > for all instances I create how to do this ? Synchronized counter? http //jug.safehaus.org/? ht

Generating unique identifier with in a sesssion

I need a object which generates unique identifiers for all instances I create how to do this ? Thanks & Regards

struts2-showcase in Websphere 6.1 not picking up static resources

I am trying to get Struts2 running on top of Websphere 6.1 and I am having some issues with this. These issues also occur in the Struts2Showcase. To get it running I am basically deploying the str

Struts 2.0.6 Spring - Struts 2.0.1 work very well

Hi People I 'm migrating to 2.0.6 and it occurs this error. I need very much . Any idea ? 2007-03-23 15 24 54 754 INFO (com.opensymphony.xwork2.config.providers.XmlConfigurationProvide

Subject: dojo and struts2 <s:combobox >

Has anyone experienced a problem with <s combobox name "object.property "? I think the ". " is throwing dojo for a loop. What happens is the onSelect event stops working if I use the ". " notation -- > > n

accessing servlet context from an action

Hi I 'm familiar with Struts 1 looking at Struts 2. The web app I am working on needs to use data sources that are controlled by tomcat connection pooling and accessed through JNDI. For this I need

RES: Major performance issue while displaying data in tabbedPanel

What 's the structure of directory web_root\template\ajax ? web_root \template\xhtml .... Thanks. -----Mensagem original----- De Gajbhe Laxman (Contractor) [mailto laxman_gajbhe@(protected)

Akrogen plugin eclipse to generate Struts 2.x components

Hi I post my message in this forum because perhaps somebody would be interset with my project. I 'm developping plugin eclipse Akrogen http //akrogen.sourceforge.net/index.html which is able to gener

- Strange error: " <s:url > " tag not working for " <s:div > "

Hi! The url tag <@(protected) id "urlMenu " namespace "/Menu " action "getTreeMenu " > <@(protected) name "decorate " value "false " / > </@(protected) > This tag works properly for a link.. as follows <a href "

Full-time Struts 2.0 Position in NYC

We are looking for a full-time Java web programmer who is familiar with WebWork/Struts 2.0. Actual WebWork/Struts 2.0 is less important as long as you are smart in Java and are curious about JRuby.
Page 93 of 788 Previous 10   91   92   93   94   95   96   97   98   99   100   Next 10   Next 100