Argument in exception tag

2004-06-01 Thread Alvaro Martinez
Hello, How can I include an argument in an exception tag? For example, this is a piece of my "struts_config.xml": ... ... Could I have a "errors.deleted" with the following sentence: "{0} is an invalid number." I would like to include an argument in my "errors.deleted" which I can t

Re: Problem!! TreeView [Struts-Layout]

2004-05-28 Thread Alvaro Martinez
Are You using the Blue Shoes' solution?. I have had to modify the solution TreeView using the event ['onChange'] Alvaro - Original Message - From: "Tushar Kharbanda" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, May 28, 2004 9:5

Exception argument

2004-05-28 Thread Alvaro Martinez
Hello, How can I include an argument in an exception tag? For example, this is a piece of my "struts_config.xml": ... ... Could I have a "errors.deleted" with the following sentence(next key): "{0} is an invalid number." I would like to include an argument in my "errors.deleted" wh

exception argument

2004-05-26 Thread Alvaro Martinez
I don't know English very well, I'm sorry... How can I include an argument in an exception tag? For example, this is a piece of my "struts_config.xml": ... ... I would like to include an argument in my "errors.deleted" wich I can throw from servlet "companies.actions.CompaniesDelete