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 67 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100  

how I can I have validation skip for the first page load?

Hello I would like to allow my forms to load once before being validated. That is the form should only be validated upon submission not on load. The way that I 'm accomplishing this right now is

Why I cannot use Interceptor to change the value of Action?

I need to use Interceptor to change a value of Action. For example below is my intercept method. public String intercept(ActionInvocation invocation) throws Exception { String result

ValueStack - retrieve parent object inside s:iterator

Hi. The code <s iterator value "collection of objects " > <tags render-some-jsp-page / > </s iterator > On this rendered page i had a tag which format and display properties of this object. I retr

Redirecting from mapping error exceptions

Hey all I have the following lines in Struts.xml <global-results > <result name "error " >/index </result > </global-results > <global-exception-mappings > <exception-mapping result "error " exce

expression evaluation, injection

hi in a jsp file <s property value "index "/ > <s property value "#session.mydata.myarray[...?...].textfield "/ > how can i inject the index ' value to 'myarray ' index rgds

Subject: Struts 2 and Velocity

Hi Has anybody successfully used Velocity with Struts 2? I understand that there is built in support for Velocity in Struts 2. Can you point me to some online examples that I can use to see the us

break up a large struts.xml file into smaller pieces : extends problem

Hi all I try to separate the modules of my app in differents xml files but the extends seems to have problems. Struts.xml <struts > <constant name "struts.enable.DynamicMethodInvocation " val

Flexible textarea

Hi everyone ! I want to create a non-fixed size textarea. I want it to resize itself depending on the amount of text received. For example if it receives 20 characters the size should be differe

Using jetty, struts2 with minimal spring and struts2 XML configuration for TDD (

I am trying to 1. Instantiate jetty from code (easy) 2. pre-instantiate proper controller class (with mock data and without spring) (easy) 3. Setup a minimal hard-coded struts action that will invoke

datetimepicker dateformat problem

Hi If I use the datetimepicker and add the dateFormat "dd/MM/yyyy " attribute. When the form is posted I get a convertor error. If I leave it as the default format there is no problem. Does anyone

Subject: form is not getting submitted

hi im creating a application for online test so i have used a link to submit using java script "document.forms[0].submit() " but some time this is not getting submitted im last moment

Action View wiring

I have this little problem. Basically I am trying to iterate through a list and dispaly the results in a column using tableTag <tt table value "accountsList " > <tt column title "Account Name " >

Subject: Interceptor execution

I 've got a large S1 app into which I 'm putting S2 features - starting with a LoginInterceptor because the S1 security-implementation was NG. The S2 mapping in web.xml is to the url "/* " which I fi

Roller 's Struts 2 migration notes

Apache Roller [1] the popular blogging software is currently in the process of migrating from Struts 1 to Struts 2. The guy doing the migration has been kind enough to write up some thoughts on the

Subject: CheckBox and sitemesh

Hello everyone I just got sitemesh to work fine but it 's creating a "sitemess " when I use checkBox in my web page. Is this a sitemesh issue or struts? This happens on any page that uses checkbox

Subject: Suggest a good tutorial?

Can anyone suggest a good website/tutorial to start off with? I need to work out all the tags and what-not. Thanks!

How to pass a javascript array to formbean array ?

Hi! In my formbean i have this property private String[] values public String[] getValues() { return values } public void setValues(String[] values) { this.values values } Late in m

datetimepicker - how to preserve original value

I 'm using 2.0.7 and am getting errors when the user inputs an invalid date format. In addition to the stacktrace below the field 's value displayed to the user becomes "NaN/NaN/0NaN ". Is this an ove

Struts 1.2 and JSF

Greetings I was wondering if I can combine struts 1.2 and jsf together..? I was trying to use the Ajax4jsf (Exadel 's RichFaces)..It seems this component needs JSF... Did any one use this this with

Best method for dynamic fields round trip

I 've got an application which has a dynamic number of customisable fields attached to each record. The customisable fields have a display name an internal name and a value. Some records have no fiel

Subject: session is not destroyed

hi im adding some object to list and the list is added to session finally i invalidate session but the values of list is again still there session is not destroyed what to do fo this p

Subject: struts2 exception handling

Depuis le 21 d?cembre 2006 Natexis Investor Servicing s 'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant chang? veillez ? la mise ? jour de votre carnet d 'adresses.

RE s:checkbox and generate <td > <tr >

Depuis le 21 d?cembre 2006 Natexis Investor Servicing s 'appelle Natixis Investor Servicing. Les adresses mails des collaborateurs ayant chang? veillez ? la mise ? jour de votre carnet d 'adresses.

Understanding RestfulActionMapper and Restful2ActionMapper

Hi I 'm testing HelloWorld struts 2 example with friendly url 's. I have read http //struts.apache.org/2.0.6/docs/restfulactionmapper.html http //struts.apache.org/2.0.6/struts2-core/apidocs/org/ap

url, fill collection

Hello i have a class public class Person { private String name // gettter setter } contained in public class Master extends ActionSupport { private Vector <Person > persons

s:checkbox and generate <td > <tr >

Hi. I put s checkbox UI tah to my jsp <s checkbox label "Label " name "some name " value "some value here " / > in my generated html i get <td valign "top " align "right " > </td > <td valign "t

showcase file download in jetty server

HI I am using jetty server and the zip file download part is not working in the jetty its giving the following error- java.lang.IllegalArgumentException Can not find a java.io.InputStream with th

Is there a struts2 best practices site?

Is anyone putting together a "Best Practices " site covering things like handling dynamic numbers of parameters on a single page UTF-8 encoding etc. etc. etc.? I think it 's something that would b

How to refresh one tab in Tabbedpanel instead of whole page?

Hi we 're using the Struts 2 tabbedpanel tag. One problem we 're having is that whenever we do a submit from within a tab we to reload the same tab with the results. At the moment we our submit butt

Can someone with permissions update the wiki

Can someone with the correct permissions change the link on http //cwiki.apache.org/confluence/display/WW/struts.xml+Examples which is labelled <http //cwiki.apache.org/confluence/display/WW/Configura
Page 67 of 788 Previous 10   61   62   63   64   65   66   67   68   69   70   Next 10   Next 100