[jboss-user] [JBoss Seam] - Re: Anybody made s:upload work in Seam+ICEfaces app?

tony.herstell@gmail.com do-not-reply at jboss.com
Sun Feb 25 23:16:27 EST 2007


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#4022208

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4022208



More information about the jboss-user mailing list