[Tapestry-developer] Why doesn't the Conditional comonent not accept informal parameters ?
Brought to you by:
hship
From: Elankath, T. (Cognizant) <ET...@bl...> - 2003-02-24 12:05:43
|
Hi list, I am rather peeved that the conditional component doesn't accept = informal parameters. I have an element with a CLASS attribute that I = wish to display conditionally. Unfortunately, if I give a jwcid to this = element and let it be a conditional component, then the CLASS attribute = is invalid. IMHO, this is a bug. I don't see any good reason as to why informal = parameters are forbidden int the conditional component. As far as good = sense goes, informal parameters should be allowed in all circumstances = for all components, it should only be disabled in case of conflict. I know have to put an un-necessary pair of <span jwcid=3D"ifBlah"> tags = around the element now. This only messes the template, instead of = keeping it inviolate.=20 Regards, Tarun |