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

check if a file is OPEN status before uploading

Hi I am uploading a file using struts (using FormFile) but before uploading I want to make sure that file is not in open state. If so I want to display message to the user to close the file and th

Subject: Debugging and profiling

Hi All I found this line "Built-in debugging tools supporting profiling problem reports and interactive object model queries. " here http //struts.apache.org/2.x/docs/how-does-struts-2-make-web-app

[s1] Cancel request parameters and attributes [anyone?]

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 All Poking at this thread to see if I can get any bites. - -chris Christopher Schultz wrote > All > > I have two actions in my code that I want to

Subject: NPE in TagUtils.getStack

I am getting the same NPE in TagUtils.getStack that was mentioned before at http //www.mail-archive.com/dev@(protected)/msg26104.html However the resolution mentioned there (update web.xml

put types and useAttribute classnames

What 's the relationship between the type attribute in the put and the classname in the useAttribute. I 've just resolved some of my 'type ' issues that occurred because I apparently don 't understand it

Loss of request attributes after validation form

Ok I resolved the previous error but now a new one pops up. This is the situation We have a database in which we can look up certain persons. When we find a person we have the ability to registe

Getting a formated value inside an input field

Hi People I have the following ApplicationResources.properties format.number {0 number} format.date {0 date} format.time {0 time} format.percent {0 number percent} format.money {0 number currency}

Subject: Multiple resource bundles

Before I had no problems with this but all of a sudden errors appear in my console window. I have 2 resource bundles one with captions and titles and 1 with error messages. To use them I found

strange behaviour or working as intended with ActionForm and namespaces?

Hello i 'am working on a 3 tier -web app and we are using struts. Yesterday we found a strange behaviour with the propertynames of our ActionForms. Firstly i will describe the situation I have two

R: Section 508 and html:text tag issue

In a jsp file <label for "myField " >MY FIELD </label > <html text styleId "myField " property "formField " / > Marcello -----Messaggio originale----- Da Weisfield Russell (HAC) [mailto Russell.Weisfi

Struts 2.0 vs Struts 1.3.5 vs Struts 1.2

Hi All We have been using Struts 1.2 for many months in our company. Now we have a fresh project and some of us are confused whether we should use Struts 1.3.5 or Struts 2.0 or just continue

Creating an instance of an action a class

Hi Is it safe to create an instance of a action class in another action class and use. For example .. public NewAction extends Action { public ActionForward execute (....) { Other

Subject: Iterate over a file list

Hi all I have an ArrayList (fileList) that stores the type java.io.File Im trying to iterate through the list to get the name and size of the file <logic iterate id "file " name "fileList " >

Section 508 and html:text tag issue

Hello To abide by Section 508 compliance I need to associate my form inputs with a <label > tag. I therefore tried to add in an "id " attribute to my html text tag (which is using the TextTag object)

Nesting logic:iterate tags and indexed= "true "

I have a problem nesting logic iterate tags along with using indexed "true " I have a form that extends ActionForm which has a Car array. Car class has in turn a type and a Components array. Component

JAVAWUG 24 Web Framework Smackdown :: Skills Matter :: 19/Feb/2007

Hi The Java Web User Group (JAVAWUG LONDON) is holding a web framework smackdown BOF 24 at Skills Matter 's offices in London on 19 Feb 2007. At the moment we have representatives for RIFE Spring MV

To struts2 comitters, please include WW-1570 in 2.0.4

Hello Issue WW-1570 itself is 'just ' an improvement but since yesterday we know that solution for issue WW-1665 depends heavily on it. Can WW-1570 get a higher priority and be included in 2.0.4? I

Make Struts set form data onto the action in same order as the form 's fields

Struts don 't set the form data onto the Action in the same order in which the fields appear in the form. For instance suppose you have a form like this <s form action "customer!save " > <s token/ >

R: [OT] RE: Error : request.getReader()

Very interesting approach thanks a lot Marcello Savino ALDEBRA S.p.A. tel. 0461302441 -----Messaggio originale----- Da Dave Newton [mailto DNewton@(protected)] Inviato gioved? 25 gennaio

Unable to connect to planetstruts.org

Hi Anyone else having difficulty connecting to planetstruts.org? A few of the Struts2 tutorials link out to the site and I 've been unable to connect for the past week. Anyone know why it 's down and/

Followup: Maps of lists of beans with lists...

For the sake of completeness S2 2.0.3 fixes the map-based type conversion issue it works like a charm. I believe there was a JIRA issue filed against this here 's another datapoint saying it now wo

RE: Error : request.getReader()

From Marcello Savino > I really don 't undestand what you mean. > Can you explain with a little example ? http //www.phptr.com/articles/article.asp?p&119&seqNum 7&rl 1 http //java.sun.com/developer/

R: Error : request.getReader()

I really don 't undestand what you mean. Can you explain with a little example ? Thanks in advance Marcello Savino ALDEBRA S.p.A. tel. 0461302441 -----Messaggio originale----- Da Dave Newton [mail

Tiles 2 - problem with putList tag.

Hi I have problem using putList tag on jsp page. Namely I`m trying to use definition that looks like this <definition name "tilestest.layout.list " template "/listLayout.jsp " > <putList name "t

Subject: Error : request.getReader()

In an Action subclass the execution of "request.getReader() " throw en IllegaStateException. I found that this is the normal behavior in the servlet but i need to do this in all my Action subclass. A

Problems with Struts Test Case

Hi all Does anyone here use StrutsTestCase? I 'm getting an NPE I haven 't been able to figure out and haven 't gotten any response from the associated forum at SourceForge. Just in case somebody here

using struts validator for a form-property of type= "org.apache.struts.upload.For

G 'day All I 'm trying to validate a form that contains a org.apache.struts.upload.FormFile as a form property on a JSP. From the struts HTML tag-lib I 'm using <html file > in my JSP like this

Action classes and wildcards with special characters

Hi I am following along the tutorials online getting started with Struts2. I am loving it but I noticed something bazaar and was wondering what anyone has to say about it. When you have an action

Subject: how to go back to input page?

Hi I need to know how to go back to input page in struts. Thanks

Cancel request parameters and attributes

-----BEGIN PGP SIGNED MESSAGE----- Hash SHA1 All I have two actions in my code that I want to be able to cancel out-of but neither of them is exciting enough to warrant a form bean and a trip thr
Page 116 of 788 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100