Re: Validation problems

2006-01-28 Thread Debendra Barik
Hello, I don't know what exactly you are doing, whre you are calling the validation condition. But still i have a copule of alternative for you, just try. Hope your problem will be solved. Because i had same problem and i solved that by applying this teh. Solution: Step1. Your actio

Re: Set values in form bean

2006-01-28 Thread Debendra Barik
Hi, Plz. let me know about you wrote "When a user enters a particular field, another hidden form gets submitted and the page is refreshed." . Whether you are doing so by writing some code(its your requirement) or you just guess its happening automatically when a user enter a particular field,

Re: Form pre-fill issue

2006-01-28 Thread Debendra Barik
Hello, its appearing that you are using the type attribute inside the tag, its ok but you have to give fully qualified class name of the ActionForm which you are using in the form-bean section of your struts-config.xml. that is type="com.bofa.ecomm.snf.web.privacy.PrivacyPreferencesBean" N

Re: Set values in form bean

2006-02-01 Thread Debendra Barik
tabase and display him that! So, i am sending the value in the textbox as a hidden parameter of another form and submitting it! Hope u got the real picture On 1/28/06, Debendra Barik wrote: > > Hi, > Plz. let me know about you wrote "When a user enters a particular field, > ano

help for file upload

2006-02-08 Thread Debendra Barik
Hello, can anybody help me, i have a problem in uploading file into mysql database. I am not getting the right way how to do it. Here i am giving some details about my ActionForm, javaBean and database table //CompanyForm(ActionForm) has a member variable and setter/getter private FormFile logo;