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: >

useAttribute and simple Types

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

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 a

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
hem. > >> > >>Brandon Goodin > >>Phase Web and Multimedia > >>PO Box 85 > >>Whitefish MT 59937 > >>P (406) 862-2245 > >>F (406) 862-0354 > >>[EMAIL PROTECTED] > >>http://www.phase.ws > >> > >> > >&

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
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

RE: What is the best struts plugin for Eclipse?

2003-03-03 Thread Alban Soupper
uts plugin 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: "St

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

Forms: 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 key in one of the text fields the form is sumited. Ok it's normal but sometimes there is in the query string, the coordi