Details
Description
The following update is generated when the item add button is clicked on even though none of the attributes in the button appear to be changed:
<update address="j_id30:auctionitemList:1:addToViewId" tag="input"><attribute name="class"><![CDATA[iceCmdBtn]]></attribute><attribute name="id"><![CDATA[j_id30:auctionitemList:1:addToViewId]]></attribute><attribute name="name"><![CDATA[j_id30:auctionitemList:1:addToViewId]]></attribute><attribute name="onblur"><![CDATA[setFocus('');]]></attribute><attribute name="onclick"><![CDATA[iceSubmit(form,this,event);return false;]]></attribute><attribute name="onfocus"><![CDATA[setFocus(this.id);]]></attribute><attribute name="src"><![CDATA[/seam-auctionMonitor/xmlhttp/css/xp/css-images/add.gif]]></attribute><attribute name="style"><![CDATA[height: 25px; width: 15px;]]></attribute><attribute name="type"><![CDATA[image]]></attribute><content/></update>
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #15803 | Tue Feb 12 12:04:46 MST 2008 | mircea.toma | Avoid setting empty string values when 'value' attribute is missing. |
Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/context/BridgeFacesContext.java
|