Border support broken ?

2007-12-05 Thread rkanadam
Is perchance border support broken in 1.3 rc1 or am I using it in the wrong way... ? BoxBorder border = new BoxBorder (borderId); border.add (new Label (label, Hello World)); gives a Did you forget to add it to the markup... ? exception. Thanks, Raghu

Re: Border support broken ?

2007-12-05 Thread rkanadam
Igor Vaynberg wrote: what does your markup look like? -igor On Dec 5, 2007 9:25 PM, rkanadam [EMAIL PROTECTED] wrote: Is perchance border support broken in 1.3 rc1 or am I using it in the wrong way... ? BoxBorder border = new BoxBorder (borderId); border.add (new Label (label, Hello World