Re: tile attribute as message key?

2003-07-03 Thread Marc BEGUIGNEAU
pt the is different: --- Let my now i this work. Regards Marc BEGUIGNEAU --- Henrik Lindqvist <[EMAIL PROTECTED]> a écrit : > > Hi All, > > Is there any easy way to use a tile defini

How I can format a date to display

2003-06-27 Thread Marc BEGUIGNEAU
Hello, With Struts, I'm using Torque to access a database under Oracle 9. The result of a search in an array of bean (values object bean). This bean as an property witch is a date. When I iterate this array in my JSP page, the date are displaying under US format (year/month/day). To format the d

RE: NewBie Q: can't find bean

2003-06-12 Thread Marc BEGUIGNEAU
Hi, I haved problem with Vector, a better way could be using ArrayList. To iterate a list (displaying a search result for example), I make an ArrayList of bean, that I take in the request scope. Then in my JSP page, I use the public class Film { protected int id_film; protected String titre;

Best practive for presenting a search result to a user

2003-06-10 Thread Marc BEGUIGNEAU
Hello, I would like to know what is for you the best practice to present to a user the result of a db query (a ResultSet variable)? If, you can take some example of your suggestion, it will help me to understand... thank you in advance regards Marc