show text in displaytag from properties file

2009-02-25 Thread Po Po
Hello, I used s2 with displaytag. I already create file textmessage.properties, this file contain: label.firstname=First Name label.lastname=Last Name But the problem is in table title show "label.firstname". How to configure displaytag to read from properties file? Thanks, Popo

Re: customize fielderror

2009-02-12 Thread Po Po
..@yahoo.com > Date: Thursday, February 12, 2009, 9:54 PM > Not sure what is, but try adding > theme="simple" to it. > > On Fri, Feb 13, 2009 at 12:39 PM, Po Po > wrote: > > Hi, > > > > I use struts 2.1.6, > > When I used , it's generated ht

customize fielderror

2009-02-12 Thread Po Po
Hi, I use struts 2.1.6, When I used , it's generated html with tag and . how to configure the component, so the html result is only plain text message (without html formating ul dan li) ? Thanks - To unsubscribe,

Upload file without struts 2

2008-10-06 Thread Po Po
Hello, Some modules in my application not yet migrate to struts 2. upload file doesn't work (using commons file upload), because it's intercept by struts 2. How to disable / avoid upload file functionality in struts 2 ? Thanks ---

Re: how get index value at logic:iterate

2006-12-12 Thread Po Po
Ok, it's working. Thanks, Popo --- Nikhil Walvekar <[EMAIL PROTECTED]> wrote: > try > > onchange='<%= "onchangeGrade(" + indexId.intValue() > + ");" %>' > > > Regards, > Nikhil > > On 12/12/06, Po Po <[EMAIL

how get index value at logic:iterate

2006-12-12 Thread Po Po
Hello, I've a collection and i iterate using logic:iterate, inside the iterate, put a html:select. ... ... In the html:select, I add an javascript onchange event. the event call onchangeGrade. I need the indexId is write as parameter in javascript onchangeGrade. But when I run, it's javasc