Re: how to access informal parameters within .script file

2006-05-04 Thread Sam Gendler
I would need to know the attribute names, in that case, yes? I was hoping for a method which would allow me to pass all informal parameters, no matter what they may be. Looking in to the tapestry code for AbstractComponent, the bindings are totally private, as are the methods for discovering whi

Re: how to access informal parameters within .script file

2006-05-04 Thread Jesse Kuhnert
You can pass the component itself into the .script as a parameter and reference the attributes via ognl expressions. On 5/4/06, Sam Gendler <[EMAIL PROTECTED]> wrote: I need to access the informal parameter names and values individually within a .script file. Is there any way to do this, even