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

<logic:iterate > is not compiling on Websphere6

Hi all I have this piece of struts html logic code <logic iterate id "addlInfoLabel " name "registrationForm " property "addlInfoLabels " indexId "i " > <tr >

Single quote in package.properties

This should be an easy one. When putting a single quote in a package.properties resource bundle entry by default the quote get 's removed and none of the variables in the entry get loaded. 1. W

Subject: how to upgrade to 2.0.6

I have alreasy start my project with 2.0.1 and it is working well. However I 'd like to upgrade to 2.0.6. Can someone explain me how to do it ? thanks -- View this message in context http //www.na

LoginAction - Best approach feedback?

Accept Tentative Decline Calendar Accept Tentative Decline Calendar Hey Looking for feedback on b

Is it possible to get Struts ' FilterDispatcher to serve up static files

Right it can serve up static content from the classpath but I want to do it from the webapp. Matt Musachy Barroso wrote > > Quoting the doc " > > Common static content that is needed by the

Is it possible to get Struts ' FilterDispatcher to serve up static files

I 'm using *.html as my default extension which causes a whole host of issues with Dojo. Regardless I want to fight through it and see if I can come up with a solution. I noticed that FilterDispat

Problems using spring plugin and struts 2.0.6

I 'm not sure type converters are instantiated via the ObjectFactory mechanism but you can just as easily say domain.security.PermissionType presentation.converter.EnumTypeConverter You will pr

Subject: Re: Problem with 2.0.6

I see errors like that on occasion ( mine is with the JSONResult type and the location property ) but they 've always been warnings. Is yours logged at the ERROR level? Piero Sartini-3 wrote >

Repeat Question: Struts Profiling

Anybody use a good profiling tool with Struts/ Web Application? This is a repeat question. Is this not the forum for these kind of questions? -RP

Subject: Scriptlets in Struts tag

My code <logic iterate name "FDA3Form " property "dependentsInfoAl " id "element " indexId "indexVal " > <html text name "element " property "dependentName " size "20 " maxlength "35 " indexed "true " style

FileUploadInterceptor not intercepting

I 'm trying to get file upload working (struts 2.0.5). It seems that FilterDispatcher.prepareAndWrapRequest is not creating the MultiPartRequestWrapper as required by FileUploadInterceptor. prepare

Problems using spring plugin and struts 2.0.6

We 've upgraded to struts 2.0.6 and we can 't make spring-plugin work. The spring factory isn 't being called and we are getting ClassNotFoundException for the beans that reference spring. This is work

Struts 2 Action Classes (HELP!)

Could we explain this good example then? http //cwiki.apache.org/S2WIKI/struts-2-spring-2-jpa-ajax.html Here we can see there is a form (index.jsp) calling the save() action on the PersonAction clas

How to make the file to download when clicking on a link --use DownloadActi

In Struts 1.2.8 we have DownloadAction write a class that extends extends DownloadAction implement folloing meyhod

Struts 2 Action Classes (HELP!)

I 'm having some difficulty passing along params from my action forms with Struts 2. I have a basic jsp form declared as follows <s form id "loginForm " action "executeLogin " validate "true " nomespace

struts sub-modules and file upload

Hi allI 'm using struts 1.3.5 and I defined a struts sub module (a new struts-config-mymodule.xml) when I try to call an action of the mymodule module to upload a file I get "Corrupt form data premat

Subject: Re: Ajax Requirement

i dont think struts2 provides any specific support for this. DWR (not part of struts2) is very good at doing what you describe if you need to go to the server to get the States list each time you cha

ww-1747

Hi. I actually have a bug on 2.0.6 related to this ticket that is marked fixed in 2.0.7. (I tried select.ftl and ContainUtil.java from trunk and it works ... no more exception from freemaker) For

Need Help in Applying error Style class for <html:select

In case of error in <html select property i required to display them with red border. i couldn 't able to apply border for html combo box. but able to change other properties like fonts color of tex

Load MessageResource from custom file path

Hello I can not load MessageResources from my custom file path. I can load for <fmt message/ > taglib but how can I do with <bean message/ >? For example here is my Struts action snippet URL[] url

Problem with 2.0.6

upgraded to 2.0.6 - now the error below is thrown when accessing an Action with validators. dont know if it is important but ajax-validation is enabled and the annotation looks like this --- cod

How to make the file to download when clicking on a link

How to make the file to download when clicking on a link using JSP... Please send me the code...

Subject: struts and bulk inserts

Hi I have a scenario where my form can contain large number of rows say 100 (or even more ) and each row contains some fields. There is a save operation that needs to be done on this data which basi

Ajax Requirement

Hi I am new to Struts 2. I have following requirement on Ajax. Can somebody explain me how to implement this requirement? There is form in which there are 2 selects. One is a master select an

Struts 2 with Tiles 2 Running under WebSphere 6.1

Has anyone gotten Struts 2 and Tiles 2 to work under Websphere 6.1. We are a site that has many pages down using Struts 1 and Tiles. We are testing Struts 2 with Tiles 2 but cannot get it to work.

Ajax Div bind function not working.

I 'm currently in the process of migrating my webwork 2 application over to struts 2. I only have one more remaining issue the function specified on this page doesn 't seem to work (http //struts.ap

ServletActionRedirect result with @Result

I 'm using the following annotation to specify a result for one of my actions @(protected)( @(protected)(type ServletActionRedirectResult.class value "register-success " params

Pass url back to redirect action?

Hello In my struts.xml I have this <action name "*/* " class "{1}.{2} " > <result name "input " >/{1}/{2}.jsp </result > <result name "login " >/top/Login.jsp </result > <result name "loginRed

Session scoped action errors/messages

Struts1 allows action errors and messages to be saved into the session for display after a redirect and supports automatically clearing the messages once they 've been displayed. Does Struts2 have a

s2] Is this a sensible way of doing in-line editing in a table?

I 'm doing in line table editing and it works. Here 's a (very) cut down version of my form. The code displays a form/table where each line in the table corresponds to an element/item in the prLines
Page 103 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100