to see the images I go via the servlet (again see seamspace for this).
(I can also look into the hypersonic database to see the bytes arrive [and cut/paste them
to see my database]).
| <ice:dataTable id="organisationsTableComponent"
value="#{organisations}" var="the_organisation"
| sortColumn="#{findOrganisationController.sortColumn}"
| sortAscending="#{findOrganisationController.ascending}"
| rows="10">
|
| <ice:column>
| <f:facet name="header">
| <ice:outputText value="#{messages.column_title_image}" />
| </f:facet>
| <ice:graphicImage
value="/content/images?id=#{the_organisation.picture.id}"
width="70"/>
| </ice:column>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4022208#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...