On my first attempt to use displaytag in a basic Resin web app, I'm running
into a brick wall and I can't figure out what's up. In trying to do the
simplest thing I can think of - basically the trivial one-line
<display:table name='whatever'/> - all I get from Resin is an error from JSP
compilation about its inability to find an appropriate "setName()" method in
the TableTag class:
attribute `name' in tag `display:table' has no corresponding set
method in tag class `org.displaytag.tags.TableTag'
Now I've had a decent amount of experience with Resin, and I have a feeling
that it has some fairly idiomatic ways of matching up setter methods on tag
classes with what's presented in the JSP source. However here I've tried the
simple:
<display:table name='whatever'/>
and
<display:table name='${whatever}'/>
and
<display:table name='<%= "whatever" %>'/>
and the results are precisely identical each time.
I've found various things on the net that imply other people have gotten
considerably farther than I have here :) There must be something basic I'm
doing wrong, but I can't figure it out. (Oh, and for fun I tried the EL
version, with the same results.) Am I alone here?
--
Mike McNally
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user