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

Re: Struts session scoped forms

--- Christopher Schultz wrote > If you have a form that needs to be populated > submitted validated and possibly re-displayed why > not use an ActionForm to populate the form in > the first place

LazyLists

Hi I have an application that I 'm moving over to J2SE1.5 and J2EE 1.4. I am getting an error when executing a JSP javax.servlet.jsp.el.ELException Unable to find a value for "beneficiaries " in obj

OutputStreamPath

Hi all I have a question how I can set the path for the OutputStream like i get it for the InputStream with getResourceAsStream? This is my code Properties properties new Prope

Subject: Validation with wildcards

Hi Guys I expreinced another trouble with my validator using wildcards definitions. I 've got the following in my struts.xml <action name "Login_* " method "{1} " class "com.project

DynaValidatorForm and BigDecimal problem

Hi Has anyone had problems with BigDecimal and DynaValidatorForms? I 've got a form with two fields (advisorFee and grossIncome) defined as java.lang.Double. I want to change them to java.math.BigDec

Redirect Action Result - Need directions to configure my app to use ActionMapper

<package name "queryReports " extends "struts-default " namespace "/queryReport/ajax " > <action name "auditLogQueryReport " class " com.xyz.customersolutions.ess.webapp.action.common.BaseAction " >

Subject: forward to another action

I can 't figure how to do this. Can somebody help me ???? I wan 't to forward an action to another with something like requestDispatcher( "/action.do?param1 value1 ").forward(req res) - I can 't use r

Dojo vs TagLib of Struts for Ajax

Hi I am involved in a project which needs Ajax features. We have decided to use struts 2 for development. For Ajax support is it advisable to use Dojo with JSON or Struts2 Taglib with ajax th

question about interceptors and profiling

Hi. I 'm using a custom stack that calls use the following interceptors exception alias fileUpload servlet-config cardibox-bo prePreparationParams prepare i18n chain checkbox static-para

Subject: Good App for Ajax with struts

Has any body came across good application (ajax with struts) just similar to mailreader or showcase which will be useful for learning. Or any tutorial links which will be useful for learning Strut

Connection, pool exhausted error

I am getting a connection pool exhausted error in the action class below. The error happens exactly after the hundredth connection even though I have closed all my statements result sets and

Multiple submit buttons on form not working

Hello I am trying to follow this guide http //struts.apache.org/2.0.6/docs/html-form-buttons-howto.html To create a multiple button form. Unfortuntely it is not working for me. I created a simp

Subject: s2 plugins and java 1.4

Are there any plans to add retro-translated versions of the struts 2 bundled plugins (like spring plugin) to the j4 distribution? That would be really great for those of us with server admins still s

Subject: Struts session scoped forms

I have page1.jsp which has a form which calls Page1Action which forwards to page2.jsp. Also session scoped Page1Form and Page2Form. In Page1Action I do Page2Form frm new Page2Form() frm.setSom

Real time data display in a struts based application.

All Have a design issue here. We have a web based application and have 2000 concurrent users. The requirement is when new data comes on Oracle database for users this data has to be sent to th

Accessing form bean properties from within JavaScript

I like to do the following When a selection in a select box changes display a value from a mapped property in a textarea field. To do this I need to get the currently selected value of the ComboBo

Subject: struts2-config-browser-plugin

FYI I don 't see the struts2-config-browser-plugin version 2.0.6 in the apache maven repo. I had to grab it out of struts2-all zip file. I _do_ see a struts2-config-browser-plugin in the repo with a v

TypeConverter

I do it like so Map contextMap ActionContext.getContext().getContextMap() ApplicationContext applicationContext (ApplicationContext) ((Map) contextMap .get( "application ")).get(org.spr

Struts2 with JSF Plugin vs. JSF with Facelets

Hello everybody The documentation about JSF plugin in Struts2 is not long enough for me to answer my question. So could you please give your idea/opinion here? My question is how we compare Struts

replacement for indexed= "true "

I am trying to use struts 2 and can not figure out how to do the following that I could in struts 1.3 <logic iterate name "person " property "addresses " id "address " indexId "ctr " > <html text name "

IS struts 2 websphere compatible?

We are using websphere 5.1.2 which only supports j2ee 1.3. Can I use struts 2 (which has servlets 2.4) with wsad 5.1.2? Dariusz Wojtas wrote > > Yes you can use it with Websphere and it 's Java

Using Struts Tag to create HTML tag

This works for me set a request scope variabe with s set and then use a jstl expression like ${zi} You should be able to use ${zi} pretty much anywhere. Don 't know if there is a more strutsy way of

Using Struts Tag to create HTML tag

Hi I 'm using the <s iterator > tag with the status attribute to get the iterator count. From this I want to dynamically construct an HTML tag <div class "columnX "/ > where X is the value of the iterato

Subject: Spring Factory and Struts2

How can I tell struts to use the SpringObjectFactory on global converters registering phase. Thnks Jo?o

Mgnt Error message

HI Guys I tried to manage some custom error messages using ActionMessage and ActionError. I set the text message in the Action and redirect to the ERROR result but I don 't have any text displayed in

TypeConverter

Hi How can I access application context on a custom ognl.TypeConverter? Thanks Jo?o

Some tips to help load page faster

Dear All Just optimize my small project which is using struts 2.0.6. Here is something that may help to get the faster speed when load a page 1 Use the default setting of Struts.properties unles

Issue with forwarding to another .do

Hi I hope every one is fine. Iam forwarding a 'login.do ' to another path like this <action path "/public/login " type "blah blah " > <forward name "success " path "/public/defaultPage.do " > </f

Need suggestion to load resource properties file dynamically

Help required to load values in properties file(MessageResources) without restarting/reloading the server. Kindly give your suggestions.

Subject: Fileupload in JBOSS AS

I have problem to upload a file using strut2 in an jboss server version 4.0.5 In the jsp page I have <s form action "FileUpload " method "POST " enctype "multipart/form-data " >
Page 102 of 788 Previous 100   Previous 10   101   102   103   104   105   106   107   108   109   110   Next 10   Next 100