JavaBean « IceFaces « JSF Q&A





1. How do i get the URL of an element?    stackoverflow.com

I'm trying to do a thumbnail gallery on my web page so that when one is clicked the full size image is shown. The images are stored in a backing bean ...

2. JSF 2 Menubar redirection    stackoverflow.com

I need your help for this.. I have an Icefaces 2.0.2, JSF 2 webapp which builds a menubar dynamically, by this bean.. package managingbeans_pck; import java.util.ArrayList; import java.util.List; import javax.el.MethodExpression; import javax.faces.context.FacesContext; import com.icesoft.faces.component.menubar.MenuItem; public class simpleMenu { ...

4. Current pageIndex of ice:dataPaginator into Java Bean    icefaces.org

Hello, I'm new at icefaces and I've not found a similar topic. Like the headline mentioned, I'm searching for a solution to get the current pageIndex of the dataPaginator into my JavaBean to manipulate some entries after receiving them from the database and before showing it to the user. To get the pageIndex, I already set it with ...

5. pass a javaBean param to a local javascript    icefaces.org

thnx humppa :) I'll try that I'm using a button to do the work just now whith onclick(mifuncion();return(0);) i'm using return 0 to make the page stay (whithout it the page rerender itself) I'm facing now anoher problem, when the view changes in a windows, it changes too in the rest of windows, so I have to learn how to control ...