useAttribute and simple Types

2003-03-18 Thread Alban Soupper
Hi all, Just a little question, is it possible to use a tiles:useAttribute .../ with a value passed as boolean or int values ? If yes, How :) ? Thanks all, Alban. ** This email and any files transmitted with it are

RE: useAttribute and simple Types

2003-03-18 Thread Alban Soupper
, The useAttribute tag doesn't perform any type conversion. When you specify a classname, the tag will do something like: Classtype varName = (Classtype)request.getAttribute( attributeName ); So, there is no way to specify primitive types. Cedric Alban Soupper wrote: Hi all, Just a little

Transaction Tokens

2003-03-04 Thread Alban Soupper
Hi all, I really did not found any answer to this simple question: How do we use the transaction token mechanism? How to avoid the double submit problem ? Tanks, Alban. ** This email and any files transmitted with it

What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
Hi all, With your experience can you tell me, wht is your favorite Struts plugin for Eclipse? I am most of all interested in the edition of the configuration file and graphical visualization of this file. Alban. ** This email

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
for Eclipse? I use Easy Struts and it is very cool. You can download it from http://sourceforge.net/projects/easystruts Current version (0.63) does not work with Eclipse 2.1. Dejan - Original Message - From: Alban Soupper [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
. It is not as well integrated as Easy Struts is but has support for editing validator and tiles config files Dejan - Original Message - From: Alban Soupper [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, March 03, 2003 11:44 AM Subject: RE: What is the best

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
for Eclipse? easy struts is the best :) -- Alexandre Jaquet - Original Message - From: Alban Soupper [EMAIL PROTECTED] To: Struts Users Mailing List (E-mail) [EMAIL PROTECTED] Sent: Monday, March 03, 2003 11:08 AM Subject: What is the best struts plugin for Eclipse? Hi all

Forms: enter key pressed and multiple input image

2003-02-27 Thread Alban Soupper
Hi all, I have the following problem: I have many forms that have 2 or 3 input type=image to summit the form. i.e.: Ok, Cancel, Previous, Next, ... When the user press the enter key in one of the text fields the form is sumited. Ok it's normal but sometimes there is in the query string, the