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 110 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100  

Struts2 Performance

Hi all! Well I 've been using along with my development team Struts2 since version 2.0.1 and recently moved to 2.0.5. Everything seems allright with Struts2 performance however we 've been doing

Subject: volatile vs ThreadLocal

Good Afternoon All- In a StrutsApplication is it best to use delcare variables with volatile OR ThreadLocal to ensure variables are referenced in a ThreadSafe manner? Thx Martin Gainty _________

restful2 and struts.action.extension=

I am hoping someone who is working with the restful2 action mapper could tell me if there is a way to exclude certain extensions from being mapped to actions. Specifically I have configured my acti

S2 Tags Question

I am browsing through the "struts2 showcase " and have the need to reproduce the type of Tree Example that exists under the "tags- >ui tags example - > tree example dynamic ". All makes good sense but I

Current snapshot for 2.0.1 broken in the repository

Hi Current snapshot for Struts 2.1.0 in the repository seams to be broken. In struts2-core.jar struts-tags.tld is missing from META-INF. Also plugins are not up-to date (they appear to be older th

forwarding values from Interceptor to Action

Hi all I 've already asked for this problem but I did not have any answer I think my explanation was not very clear... I have an interceptor that makes some controls and in the case these controls

<at > Result annotation not working

Hm...if it doesn 't work on the method level file a ticket as it should work that way. If nothing else we should document it better. Don On 2/9/07 Dave Newton <newton.dave@(protected) > wrote > ---

Struts taglib autodiscovery in JSP 2.0 XML?

Hello Well the subject says it all uses of taglibs are outputted as-is by the container. My JSPs are like <jsp root version "2.0 " xmlns bean "http //struts.apache.org/tags-bean " xmlns jsp "htt

How to use nested iterate...through ArrayList

Hi I am trying to nested iterate fro looping through am hashMap of Hashmap of ArratList <UserDefinedObject > But I get property "cnt " cannot be found error. When looping through the object of arrayLis

R: Invalid Column Type Exception

As you can see it 's an SQL Exception. I suggest to print out the insert statement and then try to execute the SQL insert in a SQL client. I think yuu 'll get the problem. Just to show an example it doe

Subject: Invalid Column Type Exception

Hi all I am working in a webapplication where we have Spring JDBC in DAO layer. Everything is fine till recent time as I am getting this exception though I didn 't make any changes in the code ba

Subject: type validwhen validation

Hi I have two fields in a form. I believe the validwhen rule executes a specific rule (e.g. required) on field a based upon the value of field b. The situation I have is that I need to execute d

Subject: From html:form direct to JSP

Hi everybody New day new problem ). I have a html form in my page with hidden fields (don 't ask why long explanation). When you submit that form an action is triggered which forwards the use

Subject: Pager Tag in Struts1.1

Hi Guys Please help me to solve this problem Scenario In my Jsp page I am getting an ArrayList Object that is having say 50 sub object. Now in this page I want to Implement the pager co

Please

unsubscribe

S2 showcase 2.0.1

Downloaded from site the struts-2.0.1-apps this morning. Extracted the download and deployed "struts2-showcase-2.0.1.war " to my local tomcat 5.5 webserver. When hitting the app I issue [http //loc

Simplifying the interceptor stack

I 'm working to simplify the stack that I used to use in a WebWork application. Here 's what I currently have <interceptors > <!-- Interceptor to handle allowing only admins to ce

Undefined number of input parameter in a form.

Hi everybody I explain my problem. I am doing an application with struts and velocity that permit to automatically generate my forms. To make simple my form would be something like that <form nam

Validating list backed struts form

Hi I am trying to validate a form which has an arraylist of Address objects. I would like some pointers on this or any references etc. Harsh.

Authentication / RolesInterceptor

Hello List i try figuring out how security will work with struts2. I have an EJB3 application - the frontend will be written using s2. I added the RolesInterceptor to an action ----- code ----

Subject: Tiles generic error message

Hello Whenever I get an error (of any nature) in a jsp I always get the same exception. It is very dificult to find out whats causing the error. Does anybody know how to "dig " the stack trace tiles p

Harsh: List backed form validation

Could anyone point me to a resource which explains how to validate a list backed form using the validator framework. Thanks Harsh.

<at > Result annotation not working

The @(protected) annotation should be at the class level not the method level.

Action and ActionForm in popup window

Hi all

Exception when clicked on twice on a lnk or button. Consistent error

Hi guys I have been trying to solve this error for a while now. The issue when the user click on a link or click on submit button quickly twice consecutively. HTTP Status 500 -

How to configure Struts taglib

I have a strange problem. I am using Struts taglib version 1.3.5 but I notice for LinkTag FormTag ReWriteTag the parameters in the querystring are being appended with the ampersand unencoded - this

@Result annotation not working

What do I need to do to make @(protected) annotations on my action methods work? I 'm using the code-behind and zero-config plugins and tried to add the annotation like this @(protected)(value "users

How to hold values in html:radio Button Group using Java Script

Hi All I have 2 Radio Button Group How can i call the following html radio code in javascript html radio code First Radio Button Group <html radio property "firstRadioG

Struts 1.3, JSON, and Action Forms

Hello I am wondering if anyone has made use of Ajax and SON under Struts 1.3... I 'd like to make use of JSON in my Struts application in order to ease the process of data binding Dojo widgets. I '

binding select value to a Java 5 enum

Hi All I`m trying to bind the value of a select to an enum but I`m getting the following error Invalid field value for field Does anybody knows how can I set the value to be the enum type? Thank
Page 110 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100