Hi! I got a small problem with a Tapestry application regarding components in a for-loop. Inside this loop reside a couple of TextFields and PropertySelection which i need to validate after all the data is written to the beans. Problem now is that i need to address the components to show the user in which of the components the validator found errors. One of my tries was to get these components a custom and unique id which i have the complete control over and therefore can reproduce. Didn't work as getComponent(String id) goes for the name of the component, not for the id. I also tried to set the name which got me an exception telling me that i'm not allowed to do that...
Could anyone here help me out in this matter as i'm running a bit low on ideas of how to address these fields? Thanks in advance. Patrick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]