Re: [S2] getText() and #attr

2007-11-06 Thread Marco Machmer
I use: value=%{getText( #Variable+'.string.constant.label.'+OtherVariable)} try: s:url id=image value=%{getText('common.themes.'+#attr+'.THEME.reference.edit.24')}/ regards, Vinicius Marco Machmer wrote: hi folks, can i use #attr inside the getText()-methode? here my problem

[S2] getText() and #attr

2007-11-05 Thread Marco Machmer
hi folks, can i use #attr inside the getText()-methode? here my problem: s:url id=image value=%{getText(common.themes.#attr.THEME.reference.edit.24)}/ the key will not be found. whats wrong regards marco machmer -- View this message in context: http://www.nabble.com/-S2--getText%28%29