21298 Posts in 5735 Topics by 2603 members
General Questions
SilverStripe Forums » General Questions » Saving selections in HasManyComplexTableField doesn't work with more than one page
General questions about getting started with SilverStripe that don't fit in any of the categories above.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
|
Page:
1
|
Go to End | |
| Author | Topic: | 548 Views |
-
Saving selections in HasManyComplexTableField doesn't work with more than one page

13 October 2009 at 2:40pm
I have a complextablefield where users can choose which of their contacts are in a particular list. It works fine if there are less than 10 contacts total, but any more and the complextablefield starts to paginate. When I save, all the selections from the other pages are removed.
It seems this is because only the page that we're on is posted back to the server, and setByIDList removes all the other pages item...
how can I get around this?
| 548 Views | ||
|
Page:
1
|
Go to Top |

