Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.6.1
-
Fix Version/s: 1.7.1
-
Component/s: Components
-
Labels:None
-
Environment:All
-
ICEsoft Forum Reference:
-
Support Case References:
Description
It would be nice if ICEfaces could either support Seam's s:graphicImage component or make improvements to the ice:graphicImage component (and have similar features). I especially want the ability to value bind to not just a path string, but also a byte array, a Java File, InputStream, or URL.
-
Hide
- ICE-2528.zip
- 14/May/08 11:36 AM
- 17 kB
- Arturo Zambrano
-
- ICE-2528/build.xml 3 kB
- ICE-2528/nbproject/ant-deploy.xml 2 kB
- ICE-2528/nbproject/build-impl.xml 43 kB
- ICE-2528/nbproject/faces-config.NavData 0.3 kB
- ICE-2528/nbproject/genfiles.properties 0.4 kB
- ICE-2528/nbproject/.../private.properties 3 kB
- ICE-2528/nbproject/project.properties 5 kB
- ICE-2528/nbproject/project.xml 2 kB
- ICE-2528/src/conf/MANIFEST.MF 0.0 kB
- ICE-2528/src/java/.../ice03/MyBean.java 1 kB
- ICE-2528/src/java/.../ice03/MyOtherBean.java 2 kB
- ICE-2528/src/java/.../ice03/MyTestBean.java 0.2 kB
- ICE-2528/web/index.jsp 0.2 kB
- ICE-2528/web/META-INF/context.xml 0.1 kB
- ICE-2528/web/test.jspx 0.7 kB
- ICE-2528/web/WEB-INF/faces-config.xml 1.0 kB
- ICE-2528/web/WEB-INF/web.xml 4 kB
-
Hide
- icefaces.jar
- 14/May/08 11:37 AM
- 888 kB
- Arturo Zambrano
-
- META-INF/MANIFEST.MF 0.3 kB
- com/icesoft/.../D2DViewHandler$1.class 1 kB
- com/icesoft/.../D2DViewHandler.class 21 kB
- com/.../D2DViewHandlerDelegating.class 0.5 kB
- com/icesoft/.../ProductInfo.class 2 kB
- com/icesoft/.../StartupTime.class 1 kB
- com/icesoft/.../ViewHandlerProxy.class 2 kB
- com/.../serializedTagToComponentMapFull.ser 5 kB
- com/icesoft/.../render/AsyncRenderer.class 0.4 kB
- com/.../ContextDestroyedListener.class 2 kB
- com/icesoft/.../render/DelayRenderer.class 3 kB
- com/icesoft/.../render/Disposable.class 0.2 kB
- com/icesoft/.../GroupAsyncRenderer.class 5 kB
- com/icesoft/.../IntervalRenderer.class 3 kB
- com/icesoft/.../OnDemandRenderer.class 0.4 kB
- com/icesoft/.../RejectionHandler.class 2 kB
- com/icesoft/faces/.../render/RenderHub.class 5 kB
- com/icesoft/.../render/RenderManager.class 6 kB
- com/icesoft/.../RenderThreadFactory.class 1 kB
- com/icesoft/.../render/Renderable.class 0.3 kB
- com/icesoft/.../render/RunnableRender.class 5 kB
- com/icesoft/.../SingleEntryQueue.class 2 kB
- com/icesoft/.../FileUploadComponent.class 0.5 kB
- com/icesoft/.../component/IceExtended.class 0.5 kB
- com/icesoft/.../PORTLET_CSS_DEFAULT.class 1 kB
- com/icesoft/.../UIXhtmlComponent.class 6 kB
- com/icesoft/.../AbstractAttributeMap$1.class 0.2 kB
- com/.../AbstractAttributeMap$EntryIterator.class 1 kB
- com/.../AbstractAttributeMap$EntrySet.class 2 kB
- com/.../AbstractAttributeMap$EntrySetEntry.class 1 kB
-
Hide
- icefaces-comps.jar
- 14/May/08 11:38 AM
- 1.69 MB
- Arturo Zambrano
-
- META-INF/MANIFEST.MF 0.3 kB
- com/icesoft/.../component/BodyTag.class 5 kB
- com/icesoft/.../component/CSS_DEFAULT.class 9 kB
- com/icesoft/.../component/CheckboxTag.class 4 kB
- com/icesoft/.../ColumnGroupTag.class 4 kB
- com/icesoft/.../CommandButtonTag.class 14 kB
- com/icesoft/.../CommandLinkTag.class 14 kB
- com/icesoft/.../ContextActionEvent.class 1 kB
- com/icesoft/.../component/DataTableTag.class 13 kB
- com/icesoft/.../component/DisplayEvent.class 2 kB
- com/icesoft/.../component/FormTag.class 9 kB
- com/icesoft/.../GraphicImageTag.class 12 kB
- com/icesoft/.../component/HeadTag.class 4 kB
- com/icesoft/.../component/HeaderRowTag.class 4 kB
- com/icesoft/.../component/HtmlTag.class 3 kB
- com/icesoft/.../InputHiddenTag.class 5 kB
- com/icesoft/.../InputSecretTag.class 15 kB
- com/icesoft/.../component/InputTextTag.class 15 kB
- com/icesoft/.../InputTextareaTag.class 14 kB
- com/.../InvalidComponentTypeException.class 0.4 kB
- com/icesoft/.../component/MessageTag.class 8 kB
- com/icesoft/.../component/MessagesTag.class 8 kB
- com/icesoft/.../OutputFormatTag.class 5 kB
- com/icesoft/.../OutputLabelTag.class 9 kB
- com/icesoft/.../OutputLinkTag.class 13 kB
- com/icesoft/.../OutputTextTag.class 8 kB
- com/icesoft/.../component/PanelGridTag.class 10 kB
- com/icesoft/.../PanelGroupTag.class 11 kB
- com/icesoft/.../component/RadioTag.class 4 kB
- com/icesoft/.../RowSelectorTag.class 7 kB
Issue Links
- blocks
-
ICE-1451
Dynamic image component
-
Activity
Hide
Arturo Zambrano
added a comment -
test app added...
open the netbeans project and resolve reference problems if any (i.e. mysql connector)...
MyBean.java reads a file from your local disk, so specify a location...
MyOtherBean.java reads a blob from a database, specify necessary arguments...
build and deploy, then replace the icefaces and icefaces-comps jars with the ones attached to this issue...
Show
Arturo Zambrano
added a comment - test app added...
open the netbeans project and resolve reference problems if any (i.e. mysql connector)...
MyBean.java reads a file from your local disk, so specify a location...
MyOtherBean.java reads a blob from a database, specify necessary arguments...
build and deploy, then replace the icefaces and icefaces-comps jars with the ones attached to this issue...
Hide
Ondrej Bozek
added a comment -
Totally awesome!!! I love you. I've spent whole day trying figure out how to do this using phaseListener (icefaces freezes or needs page reload to refresh images). Sorry for my english.
Show
Ondrej Bozek
added a comment - Totally awesome!!! I love you. I've spent whole day trying figure out how to do this using phaseListener (icefaces freezes or needs page reload to refresh images). Sorry for my english.
Another forum link:
http://www.icefaces.org/JForum/posts/list/3310.page