Details
Description
it appears that the commandButtonGroup tag is not being found in the lookup. Modifications were made to make groupId an attribute rather than a field (meaning users could manually define the buttonGroup in case it was not being found by the tag when looking for a parent)>
there are other ways of finding parent, so going to try and use findAncestor as well if findParent does not return the correct parent object.
there are other ways of finding parent, so going to try and use findAncestor as well if findParent does not return the correct parent object.
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | In Progress [ 3 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36456 | Fri Jun 28 07:54:12 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/CommandButtonTag.java
MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/input/CommandButtonGroupTag.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36461 | Fri Jun 28 12:42:06 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/CommandButtonTag.java
MODIFY /icemobile/trunk/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/buttonGroup.jsp MODIFY /icemobile/trunk/icemobile/jsp/tests/jsptagtest/src/main/webapp/inputComponents.html ADD /icemobile/trunk/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/buttonGroupNoGroupSet.jsp MODIFY /icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/input/CommandButtonGroupTag.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #36462 | Fri Jun 28 13:09:22 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-1.3.0-ee-base/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/CommandButtonTag.java
ADD /icemobile/branches/icemobile-1.3.0-ee-base/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/buttonGroupNoGroupSet.jsp MODIFY /icemobile/branches/icemobile-1.3.0-ee-base/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/buttonGroup.jsp MODIFY /icemobile/branches/icemobile-1.3.0-ee-base/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/input/CommandButtonGroupTag.java MODIFY /icemobile/branches/icemobile-1.3.0-ee-base/icemobile/jsp/tests/jsptagtest/src/main/webapp/inputComponents.html |
Judy Guglielmin
made changes -
Status | In Progress [ 3 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
rev 36461 for trunk and rev 36462 for 1.3.0 ee base