Hi,

i have a little problem with the current binary release of the
interator-sandbox distribution.
All and everywhere it's said, that the taglibrary supports
runtime-expressions

eg. <forColumns items="${athletes}" ... >

This is stated in several tutorial on the internet. The taglibrary
documentation the API documentation and even
in the provided examples.
But, this does not work at all. The containers responses with:

According to TLD or attribute directive in tag file, attribute items does
not accept any expressions

Having a closer look into all privided TLDs (the one in the jar is the one
i'm actually using) i found that forColumns
is declared as following

<tag>
    <name>forColumns</name>
    <tagclass>org.apache.taglibs.iterators.ForColumnsTag</tagclass>
    <bodycontent>JSP</bodycontent>
    <attribute>
      <name>items</name>
      <required>false</required>
      <rtexprvalue>false</rtexprvalue>
    </attribute>
      ...

I thinks theres something wrong. Is there already an issue open for that
problem, or isn't it a problem at all
and the error is on my side ?



Mit freundlichen Grüßen / Kind regards
Sebastian Wiemer

------------------------------------
Sebastian Wiemer
GfK Group
Data Services GmbH
Nordwestring 101
D-90319 Nürnberg
Fon: +49 (0) 911 395 3876
Fax: +49 (0) 911 395 3466
[EMAIL PROTECTED]
www.gfk.de / www.gfk.com
------------------------------------



_________________________

Diese E-Mail (ggf. nebst Anhang) enthält vertrauliche und/oder rechtlich
geschützte Informationen. Wenn Sie nicht der richtige Adressat sind, oder
diese E-Mail irrtümlich erhalten haben, informieren Sie bitte sofort den
Absender und vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die
unbefugte Weitergabe dieser Mail ist nicht gestattet.

This e-mail (and any attachment/s) contains confidential and/or privileged
information. If you are not the intended recipient (or have received this
e-mail in error) please notify the sender immediately and destroy this
e-mail. Any unauthorised copying, disclosure or distribution of the
material in this e-mail is strictly forbidden.
_________________________


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

Reply via email to