RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-29 Thread Mano Chinthaka Dasanayaka
Users Mailing List Subject: Re: File upload using DynaActionForm/SynaValidatorForm Mano Chinthaka Dasanayaka wrote: > Hi, > > Any way ...this will not work through SSL > > I used this to an APP and worked fine in HTTP > > But failed when HTTPS... > > Can you please ha

RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Mano Chinthaka Dasanayaka
, 2006 2:47 PM To: Struts Users Mailing List Subject: Re: File upload using DynaActionForm/SynaValidatorForm Mano Chinthaka Dasanayaka wrote: > Try Using > type="org.apache.struts.validator.DynaValidatorActionForm"> > > > >type=&qu

RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Mano Chinthaka Dasanayaka
Try Using "org.apache.struts.validator.DynaValidatorActionForm" Regards, Mano -Original Message----- From: Mano Chinthaka Dasanayaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 2:32 PM To: 'Struts Users Mailing List' Subject: RE: File upload

RE: File upload using DynaActionForm/SynaValidatorForm

2006-11-28 Thread Mano Chinthaka Dasanayaka
Hi, As per my knowledge Your Libraries are Ok...any way , Have you set the ?? Regards, Mano -Original Message- From: Chris Searle [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 28, 2006 2:15 PM To: user@struts.apache.org Subject: File upload using DynaActionForm/SynaValidatorForm

RE: DynaValidatorForm help?

2006-11-21 Thread Mano Chinthaka Dasanayaka
Hi, Are you resetting the property correctly in your action class? Using, PropertyUtils.setSimpleProperty(form, "obj", List);? Regards, Mano -Original Message- From: Mallik [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 21, 2006 11:58 AM To: user@struts.apache.org Subject: DynaValidat

RE: DynaValidatorForm help?

2006-11-21 Thread Mano Chinthaka Dasanayaka
Hi Malik, It seems a problem with your do Loop, Try using this instead of do().. while (rs.next()) {} any how, calling DB directly through your action class is not a good practice as I know..:p Regards, Mano -Original Message- From: Mallik [mailto:[EMAIL PROTECTED] Sent: Tuesd

RE: Forwarding to Different JSP

2006-11-21 Thread Mano Chinthaka Dasanayaka
ework like struts. for my understanding i would have 10 forwards in my struts-config.xml Regards, Nuwan. - Original Message - From: "Mano Chinthaka Dasanayaka" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" Sent: Tuesday, November 21, 2006 6:

RE: Forwarding to Different JSP

2006-11-21 Thread Mano Chinthaka Dasanayaka
Hi, Yes I also had this type of a scenario to cover. I also used the same way as you have mentioned. I used multiple forwards in the config file so that based on the forward user is directed to the relevant page. But if your pages are very much similar you can hide several controls .. Regards, man

RE: Is the setter for an OptionsCollection's property invoked by the framework

2006-11-15 Thread Mano Chinthaka Dasanayaka
Hi, Sorry I have Made a little mistake, It's like this, <%--see whether u have it in scope--> No list in scope Regards, Mano -Original Message-

RE: Is the setter for an OptionsCollection's property invoked by the framework

2006-11-15 Thread Mano Chinthaka Dasanayaka
Yes, it should work .any way are you using something similar to below, where user changes the "propFortheCollection" .. Regards, Mano -Original Message- From: Endre Nagy [mailto:[EMAIL PROTECTED] Sent: Thursday, November 16, 2006 6:31 AM To: user@struts.apache.org Subject: I

RE: html:options selected

2006-11-15 Thread Mano Chinthaka Dasanayaka
Yes u can...just set the value of c_stand to value "test2" in action class.. where u load this page...then it shud work.. Regards, Mano -Original Message- From: Søren Blidorf [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 4:27 PM To: Struts Users Mailing List Subject: ht

RE: Query in action messages

2006-11-15 Thread Mano Chinthaka Dasanayaka
Hi, Yes. When u use. errors.add(Error_FIELD_KEY,new ActionMessage(" error.required"," error.zipcode")); It will just replace what ever u pass as the second argument with the "{0)". Second way is correct... Regards, Mano -Original Message- From: Hanmay Udgiri [mailto:[EMAIL PROTECTED]

RE: Preventing redisplay for .?

2006-11-14 Thread Mano Chinthaka Dasanayaka
You have to reset the field values if the insertion is successful... U can do it from the Action.. Regards, mano -Original Message- From: Mallik [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 15, 2006 12:53 PM To: user@struts.apache.org Subject: Preventing redisplay for .? Hi frien

RE: Dynamically adding row!

2006-11-14 Thread Mano Chinthaka Dasanayaka
Hi, Display tags can be used to get paging functionalities, plus sorting on a table that u display. U can simply iterate thru your record collection using a iterate tag and can display them on the page...some thing like.. to display the records u have.. Regards, Mano -Original Mess

RE: setInput method of ActionMapping

2006-11-13 Thread Mano Chinthaka Dasanayaka
Can u Pls mention ur struts version ? Regards, Mano -Original Message- From: chamal desilva [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 1:08 PM To: user@struts.apache.org Subject: setInput method of ActionMapping Hi, I want to call mapping .setInput() method inside my

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
Hi, U can enclose tag before coming into iterate tag and test it.. Regards, Mano -Original Message- From: Mano Chinthaka Dasanayaka [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 11:55 AM To: 'Struts Users Mailing List' Subject: RE: Console error message for

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
Hi, I think u have to set the scope to session ...just try it... and let us know.. Regards, Mano -Original Message- From: Bradley Wagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006 10:11 AM To: Struts Users Mailing List Subject: Re: Console error message for a working tag

RE: Console error message for a working tag

2006-11-13 Thread Mano Chinthaka Dasanayaka
Hi Brad, Double check your Struts-config whether u have set the scope="session" for this action. And also try using simple Bean writes before using For link creations... Regards, Mano -Original Message- From: Bradley Wagner [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 14, 2006

Problem of File Uploading through SSL

2006-11-09 Thread Mano Chinthaka Dasanayaka
Hi All, I have encountered an issue when uploading files through SSL. I'm Using Struts 1.2, FormFiles.and it works on Fire fox. Any Idea..? Is there any IE 6.0 Settings to work this..? Thanks in Advance Mano