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

Autopopupation of fields fails with

> check if you have any custom filter in front of your action - > themultipart parser requires a 'virgin ' request object without > accessingany params in it prior to multiparse analysis. Could y

Extend form-bean in struts-config

Hi In my struts config I have a few forms with type DynaValidatorForm. The problem is I have a few forms who share a few fields. Is there a way to declare a superform and let the other extend th

Parameterizing the struts-config file

Can I use a parameter instead of a hard coded value in the mappings of a struts-config.xml? If so how? What I mean is I have a config file that looks like so <action path "/myAction " type "co

<html:select > problem in Struts

Hi there. I have the following JSP page which i am populating it through a JTable kind of class. This is populating the page in a tabelar mode and can be controlled by the number of line and number o

Using the Restful2ActionMapper

Hi I am trying to use the Restful2ActionMapper for my project. However I have not been able to configure it correctly so far. My struts.xml looks like the following <struts > <constant name "str

R: Exceptions design

What i do (not sure is the best way but it works) Every form has en errormessages text area The forms classs inherit from a super class with getter and setter methods for the textarea In the action

Struts 2 and Spring AOP using ProxyFactoryBean

Hello I have downloaded struts-blank to play around. I was trying to use Spring AOP with Struts 2. However I am getting the following error 2007-02-04 21 27 17 233 DEBUG AbstractBeanFactory - Be

Autopopupation of fields fails with "enctype= "multipart/form-data " in f

Hi Zafer I would 1) check the archives of this mailing list from the last 2 weeks there was a thread about fileupload issues (parameters are not always set from such form). One of the hints was t

Autopopupation of fields fails with "enctype= "multipart/form-data " in form

I have a form with the enctype set to "enctype "multipart/form-data " as I am uploading a file the form also contains some other fields. On submission the autopopulation of other fields fails but it

Exceptions design

Hello all I have a doubt about how design the exceptions in my struts project. I have the action classes and the bean classes. The action classes execute methods from bean classes which connect t

Producing links

Hello Even though the method I 'm using to produce links is working I think of it like a little bit awkward. An example of what I 'm saying is <a href " <s url action "preferences_prepare "/ > " > <s t

Subject: <html:form > render output

Hi all is there a way to avoid that the <html form > action property is rendered with the application name (e.g <html form action "myAction.do " > -- > <form action '/myApp/myAction ' > ) ? What i nee

How to use a bundle message in a validation

Hi all I put the message on the right hand side of the tag with writing my own theme. (Thanks for all) But i cannot put the <div > tag on the message. struts.properties errorage <div name "ageerror

Transfer Object (TO) vs. Entity Bean

Hello. I have a question concerning transfer objects. If a transfer object contains another object represented by a POJO is this contained object also considered a transfer object or simply an enti

will validation include custom error tag in the next releases?

Hi all I really don 't like the position of the validation messages. And I want to use theme "simple " tags always. So I wonder if we can have the opportunity to have a validation message such below.

Subject: Problem with JTable & Struts

Hi there ! I got into a new problem that i can 't fix it. I have a page that i 'd like to show all the data from a table in the database so i am using JTable. If anyone can help me i would be very g

Subject: Struts-Faces: validator

hi All does anybody know if validator work with struts-faces? I have read a lot of tutorials on the Internet but no success at all.... Thanks Rodrigo Pereira

Re: Populating collection in struts 2 Action properties

--- zafer Mohamed <mzafermail@(protected) > wrote > I am struggling to populate a collection in the > struts action 's attribute. You neglect to say what the problem actually is so helping is... trick

Populating collection in struts 2 Action properties

I am struggling to populate a collection in the struts action 's attribute. My scenario is similiar to below public class PersonAction extends ActionSupport { private Person person public void s

Use tiles:getAsString to return a key to s:text

Hello I 'd like to do something like <s get name " <tiles getAsString name "title "/ > "/ > to internationalize my page title. Then in the tiles configuration I 'd have <put name "title " value "some.key "/

One tile-conf.xml per namespace

Hello Is it possible to have one tiles configuration file per struts namespace ? Thank you. Best Regards -- Gon?alo Luiz

Blank Struts Page after Submit

Hi ! I am learning to work with struts after i click on submit button (in a form) i get a blank page. This thing is annoying me because i can 't find the solution for a week ! The page has 2 hmtl li

Can Validator error messages use the field 's properties?

Dear All I 'm using Struts 1.3.5 in my content management web application. I have a form with a dynamic list. To validate it I used the following in my validator.xml to loop over all elements of t

Design issue

Think about a typical struts app and on the jsp there are text field and drop downs. There are two approaches (1) the action populates all the text fields and drop downs from the Database and th

<s:text > issue

Hi Using Struts2 (2.0.5 snapshot) in a project I hit the following problem I have a resource bundle key that I need to use with <s text > tag to retrieve a text from my resource bundle. The name

s:commandLink

Hi all is it possible to pass parameters on s commandLink? If so how can I send and get this parameter? Thanks Rodrigo Pereira

Struts 2 and Other Open Source Products Integration

Does the Struts2 integrate with other open source products such as DWR JMOCK/Junit testing?

SEVERE: Exception starting filter struts2

Hi I am getting the following error when I try to bring up my app - SEVERE Exception starting filter struts2 Cannot locate the chosen ObjectFactory implementation spring - [unknown location]

How to create a <s:select > using the struts.properties file

Hi I want to use the <s select > using the struts.properties file struts.properties file country.values Italy Holland country.keys 1 2

Struts 1.x Edit Button Dispatching

I have a multi-record display grid and I want the user to be able to click a button to Edit a record. Since the page also handles Loading the records and navigation to two other places I was using
Page 112 of 788 Previous 100   Previous 10   111   112   113   114   115   116   117   118   119   120   Next 10   Next 100