Re: Client Side Validation

2006-08-03 Thread Irwan Nurwandi
Dear Chetan Look at your bean form definition in your validation.xml if you specify the form bean like this : formset form name=attendeeDetailsForm /form /formset then you should call generated javascript with this html:javascript formName=attendeeDetailsForm/ the first

Re: Struts ComboBox Validation

2006-07-31 Thread Irwan Nurwandi
But the thing is, since the default value is Choose Holidex it considers it a String and doesn't validate. it's should be html:option value=Choose Holidex/html:option not this one ... html:option value=Choose Holidex /html:option Regards IN

Re: About Display Tag

2006-07-26 Thread Irwan Nurwandi
Hello Alan .. I think the problem came because there are no diffrerent table id in your second displaytag, when you're iterate the second displaytag, it generated the same id=row, this will cause the displaytag throw the same paging parameter for each generating tables. Try to indexed the table

Re: pb using validator with struts1.2.9

2006-07-26 Thread Irwan Nurwandi
Dear Jeremy .. what do you mean with should I hide fields rather than not display fields.. ??, hide and not display are the same things isn't it :-) if you're expect the validwhen to manage hide and unhide HTML object, validwhen couldn't do such a thing. = Taken from struts doc : [Since

Re: Uploading problem

2006-07-26 Thread Irwan Nurwandi
in shell console : 1. login as root 2. execute : chmod -r 777 /temp hope it work ! Regards Irwan On 7/26/06, Li [EMAIL PROTECTED] wrote: yes, /temp existed if i just use normal java app to write on that machine, no problem. As long as i use tomcat to write to dir out of tomcat home dir, it

Re: pb using validator with struts1.2.9

2006-07-26 Thread Irwan Nurwandi
Dear Jeremy .. According to your code below, it seems that for the first time the jsp page load you're initialiaze the var variable into string 1. So the three object you've mention before automatically will not visible. try this and hope you can learn more .. Modify your jsp code % String