Details
Description
name attribute is not currently able to be set and core renderer defaulting to clientId.
udpate to ensure that if name is not null then user can set it, otherwise, it defaults to clientId.
Since it can't be set by user in jsf environment, it will always be clientId when in jsf.
have to test and see that it doesn't cause problems when not set in JSP...may have to differentiate with a boolean for isJsp otherwise.
udpate to ensure that if name is not null then user can set it, otherwise, it defaults to clientId.
Since it can't be set by user in jsf environment, it will always be clientId when in jsf.
have to test and see that it doesn't cause problems when not set in JSP...may have to differentiate with a boolean for isJsp otherwise.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35999 | Thu Jun 06 12:24:22 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-1.3.0/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonMeta.java
MODIFY /icemobile/branches/icemobile-1.3.0/icemobile/core/src/main/java/org/icemobile/renderkit/ButtonCoreRenderer.java MODIFY /icemobile/branches/icemobile-1.3.0/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/CommandButtonTag.java |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35998 | Thu Jun 06 12:22:10 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsf/components/component/src/org/icefaces/mobi/component/button/CommandButtonMeta.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35994 | Thu Jun 06 12:05:59 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/ButtonCoreRenderer.java
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35993 | Thu Jun 06 11:47:45 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/trunk/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/CommandButtonTag.java
MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/renderkit/ButtonCoreRenderer.java MODIFY /icemobile/trunk/icemobile/core/src/main/java/org/icemobile/component/IButton.java MODIFY /icemobile/trunk/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/button.jsp |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #35991 | Thu Jun 06 11:08:05 MDT 2013 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icemobile/branches/icemobile-1.3.0/icemobile/jsp/tests/jsptagtest/src/main/webapp/button/button.jsp
MODIFY /icemobile/branches/icemobile-1.3.0/icemobile/core/src/main/java/org/icemobile/renderkit/ButtonCoreRenderer.java MODIFY /icemobile/branches/icemobile-1.3.0/icemobile/core/src/main/java/org/icemobile/component/IButton.java MODIFY /icemobile/branches/icemobile-1.3.0/icemobile/jsp/src/main/java/org/icemobile/jsp/tags/CommandButtonTag.java |