Re: Indentation using html:messages tag

2004-07-30 Thread Nathan Maves
So you are looking for something like this First Name Required Max Length Last Name Required Hard to help unless we know what you are looking for? Nathan On Jul 30, 2004, at 3:08 AM, Suresh S wrote: Hi, OK, i got what you r trying to say .But the problem is the errors in

RE: Indentation using html:messages tag

2004-07-30 Thread Suresh S
Hi, OK, i got what you r trying to say .But the problem is the errors in the list are need to be displayed from the bundle whereas the Title is user entered . Thanx Suresh S On Fri, 2004-07-30 at 14:24, Suresh S wrote: > Hi , > Thanks for the quick reply.But still i will be having problem in >

RE: Indentation using html:messages tag

2004-07-30 Thread Suresh S
Hi , Thanks for the quick reply.But still i will be having problem in identifying which is Title and Error. i need to achieve something like this Title 1 > * error1 > * error 2 > Title 2 >* error1 >* error2 > > > Title n >* error1 >* error2 Thanx Suresh S On Fr

RE: Indentation using html:messages tag

2004-07-30 Thread Erdem Ergin
hi; While you are generating your action messages you can use a format which is specified in your message resource file. Simple usage: ... msg = new ActionMessage("<>", "stop"); messages.add("message2", msg) ... and in jsp use: which writes all the messages Detailed example can be found