Dear All, Many thanks for an excellent piece of software! I'm looking at adding DisplayTag support to Metawidget (http://metawidget.org).
One of the first stumbling blocks has been calling TableTag.setName() programmatically. I can use PageContext.getExpressionEvaluator() to resolve the actual Collection Object to pass to setName(), but that requires JSP 1.2 support. It'd be nice to just use setName()'s string-based evaluation, but it seems I have to prefix 'sessionScope.' or 'pageScope.' to the name, and Metawidget doesn't know which scope we're in. Would it be possible to have a new prefix 'allScope.' (or similar) which works in a similar way to JSP and 'falls through' all scopes (page, request, session, application) looking for the value? Regards, Richard. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ displaytag-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/displaytag-user

