My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 109: Add To Worksheet Testing
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  extremec...@gmail.com
Closed:  Jun 2008


 
Reported by extremec...@gmail.com, Jun 17, 2008
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
Added and part of the next 2.3.2 release.
Status: Fixed

Powered by Google Project Hosting