|
From: Colin S. <col...@ex...> - 2003-10-15 19:17:56
|
Has an expression language available for use in the app context ever been considered? (as per email below) -------- Original Message -------- Subject: Re: Spring XMLBeanFactory Date: Wed, 15 Oct 2003 15:14:42 -0400 From: Colin Sampaleanu <col...@ex...> To: Vladimir Blagojevic <vla...@cs...> References: <Pin...@bl...> It can't do this (to the best of my knowledge). There is an expression language available for use in the JSP tags, but this is not accessible in the contexts. If there is enough of a use case for this it could certainly be done. One way would be to try leveraging the existing expression language code. I have no idea how easy this would be to do since I've actually never touched the web ui code. Another mechanism would be to bring in something like OGNL, which is quite powerful... What is your usage scenario? Vladimir Blagojevic wrote: >Colin, > >Does XMLBeanFactory support reading property of bean X and assigning it >to bean Y within declarative xml config file? I don't think so, but is >there any chatter on the lists about that? > >Cheers > > > |