Thank you all who responded.

> I think the following should do you
>
> <img src="${imageUrl}" alt="Author photo" height="<c:out
> value="${DATA_PHOTO_HEIGHT}"/>" width="<c:out
> value="${DATA_PHOTO_WIDTH}"/>" />

(sigh) I feared as much. It is just that I hate JSTL tags inside another tag's 
attributes.

> On 6/22/07, Johnny Kewl <[EMAIL PROTECTED]> wrote:
> >
> > Hi Nikola, never done it, but I think you have to override the resolver.
> >
> > ie instead of the standard resolver, which looks for standard properties or
> > custom classes declared thru XML.... yours will tie to a class in your app.
> > Managed to find an ok article.... maybe its enuf for you to find the
> > relevent code in spring, and steal it ;)
> >
> > http://today.java.net/pub/a/today/2006/03/07/unified-jsp-jsf-expression-language.html

I will definitely look it up.

Is there perhaps some useful function taglib?

Something like:

${fn.getProperty( 
"com.libris4you.books.controller.AuthorController.DATA_PHOTO_HEIGHT" )}

Nix.





 
____________________________________________________________________________________
Be a PS3 game guru.
Get your game face on with the latest PS3 news and previews at Yahoo! Games.
http://videogames.yahoo.com/platform?platform=120121

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to