Re: Scriptlets in JSF tag attribute

2004-10-20 Thread Ratnakar Parakala
Tried. Getting compilation error... Hubert Rabago <[EMAIL PROTECTED]> wrote:Try " /> On Wed, 20 Oct 2004 09:33:16 -0700 (PDT), Ratnakar Parakala wrote: > Hi, > > Anyone used scriptlets in JSF tag attributes? For ex: /gifs/login.gif">. When I > tried, I'm getting compilation error stating that

RE: Scriptlets in JSF tag attribute

2004-10-20 Thread Matthias Wessendorf
it is not possible, only JSF expressions (e.g. #{bean.property}) or plain (e.g. "foo") since all attributes have in tld-files: false JSF-EL is able to look for example in application, session or request scope (and some other things more) the SPEC for more (Chapter 5.3.1.2 Default VariableResolver

Re: Scriptlets in JSF tag attribute

2004-10-20 Thread Hubert Rabago
Try " /> On Wed, 20 Oct 2004 09:33:16 -0700 (PDT), Ratnakar Parakala <[EMAIL PROTECTED]> wrote: > Hi, > > Anyone used scriptlets in JSF tag attributes? For ex: . When I tried, I'm getting compilation error stating > that "expressions cannot be used in tag attribute". Pl help. > > Thanx > Ratn