Image « Seam « JSF Q&A





1. image viewer website    stackoverflow.com

i asked to make a website to view images and manage it's actions like max, min, autofit,..... (some thing like picasa but as a web application ) what is the suitable tool ...

2. h:selectOneRadio containing images    stackoverflow.com

I have a h:selectOneRadio tag for displaying a number of radiobuttons:

<h:selectOneRadio value="#{myBean.radioButtonSelection}">
  <s:selectItems value="#{myBean.getPossibleRadioButtonSelections()}" var="rs" label="#{rs.toString}"/>               ...

3. JSF Seam @RequestParameter File/Image    stackoverflow.com

i have a Backing Bean in which i read parameter which are not bound to a component. Seam offered that to read get parameter. I used

@RequestParameter private String param1;
this way he ...