Shinerella, what are you seeing as output?

1) Table headings and empty boxes where the data should be.
2) Table headings but no rows
3) No table at all

If 3, do you have any other output on the page, and are you seeing that? (Like 
a <h1>Here are your CAROGroups:</h1> before the dataTable snippet you sent...)

Also, the example HotelBookingAction doesn't use @DataModelSelection... just 
@DataModel and @DataModelSelectionIndex.  I attempted to duplicate what you're 
doing in a working application that I have, by adding a @DataModelSelection tag 
and associated object.  My table showed up ok, but when I attempted to click 
any of my subsequent conversation methods (or even cancel, to end the 
conversation) I received an error.

This very well could be due to my own stupidity somewhere in my code, but when 
I removed @DataModelSelection and the defined object, my application started 
working again.

Again, this doesn't seem to explain why your data isn't showing up... but I'd 
be curious to see what happens if you remove that DataModelSelection tag.

You'd have to change your setCaroGroup to:


  |    public String setCaroGroup() {
  |        group = groups.get(groupsIndex);
  |        return "success";
  |    }
  | 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914615#3914615

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914615


-------------------------------------------------------
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

Reply via email to