1. How do i get the URL of an |
2. JSF 2 Menubar redirection stackoverflow.comI 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 { ... |
3. How to use session or request object in javaBean? icefaces.org |
4. Current pageIndex of ice:dataPaginator into Java Bean icefaces.orgHello, 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.orgthnx 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 ... |