icefaces

ww.w3.org/1999/xhtml]. JAR containing the TLD may not be in the classpath

when i am trying to running jsf project using the ice faces i am getting this error 10:56:54,144 ERROR JspPageToDocument:104 - Can't find TLD for location www.w3.org/1999/xhtml]. JAR containing the TLD may not be in the classpath . waht needs to be add to get rid of this error. ...

ICEfaces multiple selectInputText widgets inside datatable behave erratically

I have multiple selectInputText controls inside a datatable, something like this: <ice:dataTable id="attributesList" value="#{myForm.myAttributes}" var="entry" cellpadding="0" rows="9999" columnClasses="myColumn,myColumn"> <ice:column> <!-- auto-complete --> <ice:panelGroup> <ice:selectInputText rows="15" width="120" max...

ICEfaces components are not updating their values!!

I am using ICEfaces 1.8.2 with Netbeans IDE 6.5.1. Here is the issue: In the popup I have 3 textfields, 2 labels and 1 combo. When I click the update button from the datatable it must put the values in the respective components. But 1 combo, 1 label and 1 textfield are not doing this. When I look at the values with JOptionPane it will ...

Icefaces Liferay portal navigation JSF problem

I have a final Submit button in my Application looks like : public String finalSubmitNavigate(){ // LOGIC HERE! FacesContext.getCurrentInstance().getApplication().getNavigationHandler().handleNavigation(FacesContext.getCurrentInstance(), null, "success"); return "success"; } I have also set navigation case in my faces-conf...

Detailed Comparison of ICEfaces vs RichFaces?

I've seen a few very brief comparisons of ICEfaces vs. RichFaces, but has anyone written a detailed comparison of the two frameworks? I am particularly interested in detailed comparisons of the implementation details of each framework, but I've seen little more than short opinions from people who have only used one of the two. ...

ICEFaces nested tables

Hello, Does anyone know if it is possible to display nested tables using ICEFaces? For example in my system: SuperOrders are comprised of individual standalone Orders and always either one or two Orders. The user has the ability to search on SuperOrders, but they also want to see the standalone Orders underneath in the search results...

Problem in maintaining state in IceFaces

I am using EJB-3 & IceFaces in my application on JBoss. On refreshing the page, the data gets lost & all fields becomes blank. In another similar application where struts is used, no such problem occurs. Is this problem with IceFaces(View-handler/Render-response etc). ...

navigation through icefaces Jsp portlet LIFERAY

having an action function that looks like this: public String action(){ return "success" } and this in my faces-config.xml: <navigation-rule> <navigation-case> <from-outcome>success</from-outcome> <to-view-id>/Page2.iface</to-view-id> </navigation-case> </navigation-rule> I have tried all...

get HttpServletResponse from liferay portal

I am trying to get the HttpServletResponse from liferay portal. I am also working with icefaces. PortletResponse response1 = (PortletResponse)FacesContext.getCurrentInstance().getExternalContext().getResponse(); HttpServletResponse response = (HttpServletResponse)response1; I get the following Exception: Caused by: java.lang....

IceFaces accumulate view problem

I am uploading a file in IceFaces application through thread. After file upload is done, I am showing javascript message. Message is shown after some action or event is fired from view page. I want to show them soon after uploading gets completed, in console it prints the successful message properly. Following warning message is shown...

icefaces 2 beta 1: binding selectmanycheckbox to map raises conversion error

Hi, if i want to bind the value-attribute of a h:selectmanycheckbox to a map, with the ri of the jsf 2.0.3 i would do something like the following the bean: private Map<String, String[]> values = new HashMap<String, String[]>(); public Map<String, String[]> getValues() { return values; } public void setValues(Map<String, String[]...

How do you choose the filename of an uploaded file in ICEfaces?

How do you choose the filename of an uploaded file in ICEfaces with an ice:inputFile? The reason I want to do this is so that the user can upload multiple files with the same name, without them being overwritten by the server or causing an error. I've tried setting the tag's submitOnUpload attribute to "preAndPostUpload" and making an u...

How do i get the URL of an <ice:graphicImage> element?

Hello, 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 and are shown with an tag. <li> <a href="????"> <ice:graphicImage value="#{screenshot.image}" styleClass="thumb"/> </a> </li> When on the page, I see the...

ICEfaces v2.0.0 Internationalization problem - form is not redisplayed upon action listener call

Hello everyone, I am experiencing problems with localization. i am using JSF 2.0 Mojarra (xhtml not jsp) (2.02 - FCS) IceFaces Core 2.0.0 - beta1 IceFaces Compatibility Library v2.0.0. - beta1 Here is the sample of the xhtml page. DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xh...

JSF2, can I add JSF components dynamically?

Can I add JSF components dynamically? I know this should be possible in JavaScript somehow. Do anybody know how to do this in JSF? I think the major problem is how do I get or set values later via #{value}. I need to have a form with a button which should add one h:inputText to the form. Is this possible? ...

How to get panelconfirmation action on success in icefaces ?

Hi, I want to get panelconfirmation success action for redirect to another page. How to do in the icefaces panelconfirmation ? ...

How to enable/disable components in jsf/icefaces ?

Hi, I am looking for how to enable and disable the icefaces components based on the user login ? For example: if login as admin i need to enable the come more components and login as user, disable some components as well as add some other components in one page ? How to do this function in jsf/icefaces ? These two enable and disable in...

Is there a better Ajax Push for JSF 2.0 than Icefaces.

I am in a situation where I would like to implement Ajax Push in a Java based web app to update things like counts of item in stock on the web page as they change without any interaction from the user. I understand that the technology needed to do this is called Ajax Push. I also have some experience with JSF 2.0, and this is preferred...

Want to implement ICEFaces in Sun One 7 Web Server

I want to implement the JSF on Sun One Web Server 7.0. I repetitively got the exception: java.lang.NoClassDefFoundError: Could not initialize class com.icesoft.faces.webapp.http.core.ReceiveSendUpdates at com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet.(MainSessionBoundServlet.java:136) at com.icesoft.faces.webapp....

What's your experience with ICEfaces? How does it compare with Wicket?

If you've written UIs in both Apache Wcket and ICEFaces, how do they compare? My cursory lok at ICEFaces suggests it provides more "out of the box", but perhaps is more difficult to extend. Which leads to cleaner code and separation of concerns? Is either faster to prototype in, or easier to code? What are the advantages and disadva...