Internationalization support in Tiles

2004-06-14 Thread Suresh S
hi all, I have seen in books that struts plug in 'tiles' support internationalization but i couldn't get any nick of example on this one.It would be great if i could have a piece of code to explain on this .Any URl's explaining on this would be great . Thanx Suresh S

RE: Internationalization support in Tiles

2004-06-14 Thread Suresh S
ustom definitions factory and supply the class name here. The default is org.apache.struts.tiles.xmlDefinition.I18NfactorySet." does it how anything to do with I18n ? Thanks Suresh S On Tue, 2004-06-15 at 11:54, Joe Hertz wrote: > Assuming you understand how Struts deals with interna

Re: I Wondor Why Validation Doesn't Validate

2004-06-21 Thread Suresh S
hi 2. c. type="com.pdpsoft.lms.struts.action.CreditStudentAction" >name="CreditStudentForm" validate="false" scope="session"/> > make validate="true" that should fix the problem On Mon, 2004-06-21 at 16:25, Mailing List wrote: > Dear All, > > I did the fo

Calling a static method using bean write tag

2004-06-22 Thread Suresh S
Hi all, Is it possible to call directly a static method using tag .Actually i need to write something in the jsp with help of some utility class and the utility class is static.But it seems tag requires so is there any other way to do this? Thanx in Advance for u r suggestions

Indentation using html:messages tag

2004-07-30 Thread Suresh S
The problem here is all the contents are dynamic including the title name . Thanks in advance for your suggestions.Pls reply asap Thanx Suresh S

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

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 prob