Antwort: Re: bean:message-tag: how to write text with { .. } [*]

2006-10-30 Thread Andreas . Hartmann
Hello Chris, I found a bugentry in the struts bug database (https://issues.apache.org/struts/browse/STR-2304). As a solution, I'm using now the argx-option of bean:message. Thanks for your hint, to Martin, too! Kind regards, Andreas Hartmann "Chris Pratt" <[EMAIL PROTECTED]> wrote at 30.10.2006

Re: bean:message-tag: how to write text with { .. }

2006-10-30 Thread Chris Pratt
It's not actually Struts that's parsing the text, it's Jasper, the JSP engine. Is this text within a Scriplet block (<% %>) or an EL expression (${ })? As far as Jasper is concerned, everything outside of scriplet blocks (or EL expressions) is just plain text. (*Chris*) On 10/30/06, [EMAIL PRO