Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4790837
By: mockingburt

Hello,

I am trying to group elements in my table using the group attribute by using
group="1" under Display tag version 1.0. I have also set up my database query
to be sorted and grouped by required fields:

  ...
  GROUP BY project
  ORDER BY project, name ASC

However, when I try to view the page, I get the following error:

  Exception: [.DecoratorFactory] Unable to load 1
  Cause:     1
        
org.displaytag.decorator.DecoratorFactory.loadColumnDecorator(DecoratorFactory.
java:82)
        org.displaytag.tags.ColumnTag.addHeaderToTable(ColumnTag.java:588)
        org.displaytag.tags.ColumnTag.doEndTag(ColumnTag.java:521)

Can any help me to solve this problem?

Thanks for your time.

______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=249318

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
displaytag-user mailing list
displaytag-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/displaytag-user

Reply via email to