| Issue 109: | Add To Worksheet Testing | |
| 1 person starred this issue and may be notified of changes. | Back to list |
This was necessary on a recent project. The logic of adding the worksheet
to the session and tipping off a table refresh should move into the testing
API.
Worksheet worksheet = new WorksheetImpl(COMPANION_PRODUCT_GROUPS_TABLE_ID,
null);
WorksheetRow row = new WorksheetRowImpl(new UniqueProperty("id", "2"));
worksheet.addRow(row);
request.getSession().setAttribute(COMPANION_PRODUCT_GROUPS_TABLE_ID +
"_WORKSHEET", worksheet);
request.addParameter(COMPANION_PRODUCT_GROUPS_TABLE_ID + TABLE_REFRESHING,
"true");
Jun 26, 2008
#1
extremec...@gmail.com
Status:
Fixed
|