At 12:40 AM 19/12/2003, you wrote:

in the <image: /> tag that your using you have to make sure that its
descriptor in the tld has rtexprvalue equal to true. for example:
                <attribute>
                        <name>rowsPerPage</name>
                        <rtexprvalue>true</rtexprvalue>
                </attribute>

and even if it is, i think you may not be able to concatinate with text
the way you are. try this:

<% String temp = sectionNames[i] + "_off.gif"; %>
<image:local file="<%= temp  %>" />

that is i think the attribute has to be either text or an expression,
not both.

dave

Tried that already, getting the same flamin error, and checking the tld was the first thing that sprang to mind. Unfiortunately, it's correct, and the first occurence (where is shows the error) isn't inside a taglib tag at all :(


This is really killing me, _anyone_ out there suffered something similar?

-Josh



         "He likes to run, And then the thing with the.. person..
               ... Oh boy, that monkey is going to pay."

[ Josh 'G' McDonald ] -- [ Pirion Systems, Brisbane]

[ 07 3257 0490 ] -- [ 0415 784 825 ] -- [ http://www.gfunk007.com/ ]


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to