There is an error in file /taglib/DbBaseButtonTag.java, line 129:

129:  public void setAlt(String src) {
130:    this.alt=alt;
131:   }  

..resulting the non-working of the attribute alt, if someone uses the
flavor "image". It has to be updated as follows:

129:  public void setAlt(String alt) {
130:    this.alt=alt;
131:   }  

Can it be updated in the main source?

---
Stratos Nikolaidis
Thessaloniki, Greece

-------------------------------------------------------------
http://www.mail.gr/ - Get Your Private Free Email Address!
http://www.ringtone.gr/ - Ringtones & Logos for your mobile!


-------------------------------------------------------
This sf.net email is sponsored by: Dice - The leading online job board
for high-tech professionals. Search and apply for tech jobs today!
http://seeker.dice.com/seeker.epl?rel_code=31
_______________________________________________
DbForms Mailing List

http://www.wap-force.net/dbforms

Reply via email to