ClassTransformation, TransformMethodSignature and annotation

2008-08-11 Thread aicfr
Hi ! Is it possible to inject a field with an annotation with ClassTransformation or TransformMethodSignature ? I saw the method addField (), TransformMethodSignature () but nothing for adding annotation in a dynamic. Thanks ! -- View this message in context: http://n2.nabble.com/ClassTransfo

Re: T5: get value of textfield

2008-08-07 Thread aicfr
don't exist in my Entity. That is why i need value of "t:value" parameter. Ulrich Stärk wrote: > > You've got the value parameter which gets populated with the user's input, > what's wrong with that? > > Uli > > Am Do, 7.08.2008, 11:51, s

Re: T5: get value of textfield

2008-08-07 Thread aicfr
I'd like to do that : field.getbound() Thanks ! aicfr wrote: > > Hi ! > > Here is my problem : i have a little form > > Login : t:value="user.login" /> > Login : t:value="user.login" /> > > Password : t:id="password"

T5: get value of textfield

2008-08-07 Thread aicfr
Hi ! Here is my problem : i have a little form Login : Login : Password : and i'd like to know if it's possible to get the value of t:value parameter in a custom validator. Here, i'd like to get user.login. Thanks ! -- View this message in context: http://n2.nabble.com/T5%3A-get-value