Is changing component hierarchy in onBeforeRender not recommended ?

2007-12-06 Thread rkanadam
Hi, I am using onBeforeRender for setting the visibility of some children. Wanted to know if this was ok or was dangerous and not recommended. Could someone more knowledgeable help please ? Thanks, Raghu - To unsubscribe, e-

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 (n

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 (n

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: Problem with 1.3 Validation and Conversion order

2007-12-04 Thread rkanadam
Igor Vaynberg wrote: why do you think the validator should be called first? if you attach a Number.maximum(5) validator to a textfield do you think the validator should work on input string("5") or should string("5") firsrt be converted to int(5) and validator should work with that? imho it was