Re: JXTemplateGenerator: strange behaviour with jx:set

2004-10-10 Thread Taryn East
Oops, this is the email I should have said something about... this one actually describes the problem better... Can anyone actually give me a hand with this one? Even if it's just to point me in the direction of a better list to post the request to... Cheers, Taryn On Thu, 2004-10-07 at 16:45,

JXTemplateGenerator: strange behaviour with jx:set

2004-10-07 Thread Taryn East
Hi there. While trawling through the web hoping to find a solution to a bug we've found I discovered an email with the above subject line in the archives of this list: http://archives.real-time.com/mailman/listinfo/cocoon-users relevant post:

JXTemplateGenerator: strange behaviour with jx:set

2004-05-13 Thread Jan Harms
Hi, I just found out that jx:set does not quite behave like I expected. Please consider the following JXTemplate snippets: !-- 1 -- element attr=${request.getAttribute('foo')}/ !-- 2 -- jx:set var=foo value=${request.getAttribute('foo')}/ element attr=${foo}/ 1 and 2 should be