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

SV: datetimepicker tag problem

Hi Have you set struts.serve.static true In struts.xml? Regards Gunnar > -----Ursprungligt meddelande----- > Fr?n Julien Leonard [mailto jl.degetel@(protected)] > Skickat den 11 maj 2007 11 11 >

<s:select > tag & pre-selected options

Hi all Could someone please a quick example on how to pre-select options within an <s select > tag? I have a user edit form where I have an <s select multiple "true " > list which is populated with al

Preparable interface & getLocale(

Yep Dave is right. I can 't think of any reason why the i18 interceptor wouldn 't be first but hey it is friday! Anyway as a workaround you can make your own interceptor stack. musachy On 5/11/07

Subject: datetimepicker tag problem

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.

Preparable interface & getLocale()

I noticed that when calling getLocale() from prepare() it seems to return the system default locale instead of the locale set by the request_locale request parameter which is the case when calling i

Dynamic List dissappears when validation fails

Hi all I have a <s select > and <s submit > in the jsp. When <s submit > is clicked a list is put below ( <s textbox > list) according to the value in the <s select >. The values in the <s textboxes > are

Regarding getting resource from external url

Hi I have a requirement where I have to hit the external url and get the response and display it on the browser this can be done using httpclient but my requirem

Problems getting started with Tiles2/S2

I 'm trying to follow the directions at http //struts.apache.org/2.x/docs/tiles-plugin.html but with no success. At the moment I am only trying to get the app running with tiles configured...I 'm

S2 and tiles2 status

I 've been partially paying attention to this list for several months while I was mostly working with Ruby-on-Rails. I finally have some time to try and come up to speed on S2. I will obviously nee

Subject: Are S2 actions POJOs?

It 's quite possible I 'm confused but I thought that actions in S2 were now POJOs. In Webwork in Action for example we see public class HelloWorld implements Action but in the blank application

Subject: General UI Tag limitation

How do I make the request to have UI tag attributes modified to evaluate an OGNL expression? Without support for substitution on key attributes like "key " we are forced to write if/else code and dup

Using complex objects in JSP

Hi I 'm newbie in Struts and I have begin with Struts 2. I have an ActionSupport object that contains a complex object TResultSet (this object communicates with a remote server and this server send

Form handling life cycle with HTTP GET/POST

Hi I worked with Spring-MVC in my past projects and I really liked the idea of my form actions/controllers to initialize my forms when I access them with an HTTP GET and then process the forms wit

The design of bread crumb trail

Say I have two Jsp pages Page 1 Page 2. On page 1 I have some text fields such as Name SSN for example and the user types in Name and SSN and then submit the form and the navigation goes to page

Creating my own tag/theme/template

Kikoolol. Thanks for your help but if you had read my question you will have understood that we don 't care what will be in my tag. In do know that displayTag is not Struts... By the way I found

Subject: Creating my own tag

Hi all I don 't find any documentation on that so I post here. I would like to create my own tag (in Struts 1 I extend org.apache.struts.taglib.html.BaseFieldTag for example) to display a table.

Generate JSP by dojo

Hi. I want to invoke the action from dojo (the result of action is a jsp) and then innerHtml this generated page. Is it possible ? If yes how to get this generated jsp ?

Need Help On Combo Box Population VERY URGENT REQUIREMENT

Hi Struts User Community I need a rough IDEA / CODE on there are three combo boxes are there depending on the first combo box selection second combo box has to populate and depending on the sec

Subject: alternate tag layouts?

hi.. i saw that all you do in struts tag is place them inside a form tag and it automatically renders them as a 2 columns table but if i want a diffeent layout? what if i want to have several con

Good idea of installing a file on host machine

Kapil Sharma wrote > Hello > > I know it is not a struts based query but still i would like to have your > idea > > Can i install a file on the client host of the pc e.g. a text file whenever > a

Struts JavaScript Validation staticJavascript generates too much code

Antony Stubbs wrote > Having staticJavascript true generates *all* the validation functions > specificed in struts-validators.xml (?) even if the form it 's generating for > only uses the REQUIRED val

Struts JavaScript Validation staticJavascript generates too much code

Having staticJavascript true generates *all* the validation functions specificed in struts-validators.xml (?) even if the form it 's generating for only uses the REQUIRED validator. Is there a way t

Subject: Decode Request Parameters

how do I decode a request parameter? like this on /.../EditUser.do?id g%C3%BCltz the value should be "g??ltz " in my Action-Class I do the following

How to forward to an unknown view in Struts 2?

Does anyone know how I can forward to a .jsp file based on a dynamic attribute (request parameter)? I want to write a Struts 2 action that will forward the user to a .jsp dynamically. The flow works

<s:submit action= "Login_cancel " key= "button.cancel "/ >

I am trying to figure out why this code works <s submit *action "Login_cancel "* key "button.cancel "/ > but this code does not <s submit *action "Login_cancel "* key "%{operation} "/ > Any idea

(S2) submit question

I have an action with a wildcard mapping <action name "Settings_* " method "{1} " class "com.kamakura.struts2.action.SettingsAction " > <result >/jspx/settings.jspx </result > </action >

Can tiles access Application.properties?

hello I am using tiles together with struts to build a web application. This web application will have different themes. Basically i would like to know if it is possible to declare a variable inside

dynamically switch between two layout

Hello I need to switch between to tiles layout depending on the context. in fact our EAR is used in two different applications but these are quite the same ones. the EAR is deployed on two diffe

Setting Global Variable in Struts 2

I know this is probably a dumb question and even more so it is probably in some best practices doc that I haven 't seen but here goes anyway. What is the preferred/recommended method for setting so

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