Hidden field becomes null when binding it in stripes actionbean
问题 I have a stripes action page. and When the page loads, I want to save an originalAssignee by assigning it from an object (i.e setOriginalAssignee (userAction.getAssignee())) so that in case if the object's field assignee is changed i will do some computing. Here is my action bean: @UrlBinding("/action/view-details.page") public class ActionListViewPage extends CustomAction { . . . private static final String ACTION_LIST_VIEW = "/action/view-details.jsp"; private static final String ACTION