Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread anant.parnami
Hi, I am using bean:write in a lot of places in my jsp's, Whenever the form bean property is null It prints null on the screen, I was hoping if there could be some way in which I can force all null values to be printed as in my jsp's. I have tried giving initial= in my form property but

Re: Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread Ivan
Try to rewrite the taglib :) for your needs (and then share it) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:13 PM Subject: Urgent repost: How to avoid bean:writeto print null on the screen Hi, I am using bean:write

Re: Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread Hubert Rabago
I don't use bean:write a lot, so I'm not sure if there's a solution for this. It doesn't look like anyone else either. If there aren't any alternatives, and it's as urgent as your reposts suggest, why not subclass the tag and make a new one which does what you want? That would be much faster

RE: Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread anant.parnami
, 2004 5:57 PM To: Struts Users Mailing List Subject: Re: Urgent repost: How to avoid bean:writeto print null on the screen Try to rewrite the taglib :) for your needs (and then share it) - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 23, 2004 1:13

Re: Urgent repost: How to avoid bean:writeto print null on the screen

2004-02-23 Thread Mark Lowe
-Original Message- From: Ivan [mailto:[EMAIL PROTECTED] Sent: Monday, February 23, 2004 5:57 PM To: Struts Users Mailing List Subject: Re: Urgent repost: How to avoid bean:writeto print null on the screen Try to rewrite the taglib :) for your needs (and then share it) - Original