Re: [S2] getText() and #attr

2007-11-06 Thread Marco Machmer
hi Vinicius, this works fine. the correct syntax for me is: s:url id=image value=%{getText('common.themes.'+#attr.THEME + '.reference.edit.24')}/ because the variable THEME is stored in the request or session or action. thanx a lot. regards marco Vinicius Medeiros Peretti wrote: Hi Marco

[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:

Re: [S2] getText() and #attr

2007-11-05 Thread Vinicius Medeiros Peretti
Hi Marco 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: s:url