1. Calling method in the outputText value attribute icefaces.org |
2. Inplace outputText / inputText icefaces.org |
3. Display HTML in outputText... icefaces.org |
4. [SOLVED] Different behaviour of outputText and inputText icefaces.orgmport javax.faces.event.ValueChangeEvent; import azk.dataexchange.PortletSessionUtil; import com.icesoft.faces.async.render.OnDemandRenderer; import com.icesoft.faces.async.render.RenderManager; import com.icesoft.faces.async.render.Renderable; import com.icesoft.faces.context.DisposableBean; import com.icesoft.faces.webapp.xmlhttp.PersistentFacesState; import com.icesoft.faces.webapp.xmlhttp.RenderingException; public class CompanySelectedModel implements DisposableBean,Renderable { private static final String COMPANY_RENDER_GROUP = "COMPANY_RENDER_GROUP"; private PersistentFacesState _persistentFacesState; private RenderManager _renderManager; public CompanySelectedModel() { _persistentFacesState=PersistentFacesState.getInstance(); } public RenderManager getRenderManager() { return _renderManager; } public void setRenderManager(RenderManager manager) { _renderManager = manager; OnDemandRenderer onDemandRenderer = getRenderManager().getOnDemandRenderer(COMPANY_RENDER_GROUP); onDemandRenderer.add(this); } ... |
5. " |
6. Formatting inputText and outputText float fields icefaces.org |
7. ice:outputText doesn't print anything icefaces.org |
8. Call a methode in the value attribute of outputText icefaces.org |
9. Add blank spaces in a tex ice:outputText icefaces.org |
10. Force outputText tag to read the value attribute icefaces.org |
11. Behavior of selectOneMenu vs. outputText icefaces.org |
12. inputText / outputText showing different values icefaces.org |
13. ice:outputText vs h:outputText vs straightforward text icefaces.orgI'm not an expert here but I know some of the answers. 1) Untagged text is fine for most uses -- I notice many of the examples using it. However if you use the outputText tags you have access to the XML attributes those tags offer, such as id= and rendered= 2) The ice: form adds a few attributes that the ... |
15. Problem with outputText styleclasses icefaces.orgHello, I am new to ICEFaces, and need help. The outputText component is not allowing me to change the text color using styleclasses. I am in the process of converting woodstock component based pages to ICEFaces, but am unable to get the outputText components to accept the colors defined in styleclasses in our custom stylesheet. These classes contain nothing but the ... |
16. Why won't inputText update value and outputText will? icefaces.org |
17. Print contents of |
18. page does not render if ice:outputText contains 'class' attribute icefaces.org |
19. |
20. ice:outputText Bug? icefaces.orgHi everybody, I recognized a very strange behaviour of the outputText component. When I use this JSF code i always get an diplicate error |
21. Whitespace in outputText icefaces.org |
22. display special entity name in outputText icefaces.orgWhen trying to display currency symbol in outputText component using the following entity: & pound ; & yen ; & euro ; the symbols (, , ) does not show up, but rather the actual value (e.g. & pound ;) shows up. What is the solution to display the actual symbols using outputText component? |
23. Change an outputText display icefaces.org |
24. I don't want a Span with outputText !! icefaces.org |
25. |
26. Click on outputText change to inputText icefaces.org |
27. show new lines ("\n") in ice:outputText component icefaces.org |
29. ice:outputText and h:outputText generate unwanted span icefaces.org |
30. outputText not reserving enough space in dataTable with FF2? icefaces.org |
31. dataTable containing outputText with id attribute problem icefaces.org |
32. |