Hi, I have a form with for loop. the for loop generates a list of textfields.
Some of the fields are readonly and some are not. I know if a field is readonly by using ognl function that return true or false. however the readonly attribute is not set as readonly=true or readonly=false. It sets as follows : if readonly appears, the textfield is readonly otherwise it is readable. Not readable : Readable : My problem is how to "write" is the span while running the loop readonly if needed and don't write readonly if not needed. -------------------- m2f -------------------- Sent from www.TapestryForums.com Read this topic online here: <<topic_link>> http://www.tapestryforums.com/viewtopic.php?p=13727#13727 -------------------- m2f --------------------
