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
Judy Guglielmin
created issue -
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 |
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
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 | #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 | #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
|
Judy Guglielmin
made changes -
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Judy Guglielmin
made changes -
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
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 |
rev 35991 for 1.3.0 branch
rev 35993 for trunk