Shinerella, I did a good amount of debugging like this on my own app... trying to figure out why things don't work.
Is it that your table is being rendered but the data fields don't show up, or is your table not rendered at all? One thing I did in debugging is to put a lot of log.info statements in some critical areas... maybe put one after your "groups=session.createCriteria..." that says: log.info(groups.size() + " groups returned by criteria query."); (You'd have to define the logger, of course, but the example app shows this I believe.) That'll at least tell you whether you actually have groups in your list... View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914576#3914576 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914576 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
