Re: Problem with setmethod

1999-12-16 Thread Praveen Kumar S .
as information.. I T H Amit > -Original Message- > From: Danny Trieu [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, December 16, 1999 9:43 PM > To: [EMAIL PROTECTED] > Subject: Re: Problem with setmethod > > well, I encountered this myself > > I assumed you used

Re: Problem with setmethod

1999-12-16 Thread Danny Trieu
well, I encountered this myself I assumed you used the setProperty with "*" right? well the you need to handle this problem yourself, which mean you cannot use that. Jsp engine won't call your setter if it do a getParamter() and the return is null. What you can do is create a setProper

Problem with setmethod

1999-12-16 Thread Rajiv Shah
Hello Everyone, I have created one servletvbean with five set and get method then i have created jsp for those five field. Now problem is that when I am entering any value of space in that field it calls according setmethod but when i am not entering any value it doesn't call set