1. JSF and links: the target property doesn't work? stackoverflow.comI need to render a simple link in a page that open a pdf file in a new browser window. I wrote the following tag:
| |
2. IceFaces 1.8.2 "couldn't find container for property: bridge" on button click stackoverflow.comI have a two simple IceFaces buttons created this way. (I don't use xhtml but create things from Java code.)
| |
3. Property strings in Icefaces coderanch.com | |
5. How to set bean property value in jsf page? icefaces.org | |
6. URGENT ::: Problem with validator property of Icefaces Input Text icefaces.orgpublic void validateName(FacesContext context, UIComponent validate, Object value) { // string value entered in input field String nameToCheck = (String)value; try { // checking if its null and in the range and calling the validate from another file too checkSum = (nameToCheck == null || nameToCheck.trim().length() < 1 || nameToCheck.trim().length() > 255) ? false : CommonUtils.isFirstLetterAlphaNumeric(nameToCheck); System.out.println("checkSum = " + checkSum); ... | |
7. Error on faces-config.xml with properties icefaces.orgJSF1001: No se pudo crear el bean administrado MyBean. Failed to execute JSP lifecycle. javax.servlet.jsp.JspException: javax.faces.FacesException: javax.faces.FacesException: javax.faces.FacesException: No se puede definir la propiedad de Bean administrado: shape. at com.icesoft.faces.component.OutputTextTag.doStartTag(OutputTextTag.java:536) at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:204) at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:229) at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:229) at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:229) at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:229) at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:229) at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:229) at com.icesoft.faces.webapp.parser.Parser.executeJspLifecycle(Parser.java:229) at com.icesoft.faces.webapp.parser.Parser.parse(Parser.java:162) at com.icesoft.faces.application.D2DViewHandler.renderResponse(D2DViewHandler.java:464) at com.icesoft.faces.application.D2DViewHandler.renderView(D2DViewHandler.java:153) at com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.java:283) at com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:106) at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:251) at com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:144) at ... | |
8. Properties in jspx icefaces.org | |
9. Push server properties icefaces.org | |
11. Alter style property on a DIV rendered by Ice:DataTable icefaces.orgI have a datatable and I'm in need of altering one of the DIV that is rendered by the Ice:DataTable. It does not provide any CSS on the div and I don't see how I can modify html output for it. I'm talking about a between: |
12. How to simply output an entry of a properties file? icefaces.org | ||||||||||||||||||||||||||||||||||||||||||||||
14. Rendered VS Visible Property icefaces.org | ||||||||||||||||||||||||||||||||||||||||||||||
15. Problem with icefaces DataTable and rendered property : BUG ? icefaces.org | ||||||||||||||||||||||||||||||||||||||||||||||
16. ice:inputFile disappears when using setDisable property. icefaces.org | ||||||||||||||||||||||||||||||||||||||||||||||
17. how can i intercept a required property from inputText tag icefaces.orgHello, when a field is required through required property from inputText tag i need to do some functionality, but i don'y know how to intercept the required tag. I need help!!! Otherwise how can i access to a validator at the stage of validation when de inputText is empty? something like this: | ||||||||||||||||||||||||||||||||||||||||||||||
19. as I change the property value of a bean without using labels? icefaces.org | ||||||||||||||||||||||||||||||||||||||||||||||
20. How to set bean property value in jsf page? icefaces.org | ||||||||||||||||||||||||||||||||||||||||||||||
21. Linefeed in .properties icefaces.orghello folks, i m looking for an answer to insert linefeeds in a .properties of a message bundle file. what i want is this output on my website: value1 value2 what i have tried: key=value1 \n\ value2 key=value1 \n\ value2 key=value1 \n value2 key=value1 \n value2 key=value1 | ||||||||||||||||||||||||||||||||||||||||||||||
22. Bean property method gets called too many times in one request icefaces.org | ||||||||||||||||||||||||||||||||||||||||||||||
23. Change property 'action' of h:commandButton icefaces.org | ||||||||||||||||||||||||||||||||||||||||||||||
24. Setting Bean property icefaces.orgHello, im new to the ICEface framework. We've used Struts before. Now im Trying to use ICEface with Spring Security. I'd like to have a page that fills the clients browser. My first try was to use the 100%(height) attribute but it doesn't work in a Static Tabset because it's a
|