0
votes
1answer
33 views
Escapse url GET parameters in URL with Java/ICEFaces
Hi,
I have a JAVA with JSF/ICEFaces application. I need to pass parameters from one page to another so I user something like:
<f:param name="eventName" value="#{item.event_name}" />
And then …
0
votes
1answer
59 views
Differences in WYSIWYG capabilities for ICEfaces on Netbeans and Eclipse?
While evaluating ICEfaces I have used Eclipse and its Web Page Editor to visually create a webpage using ICEfaces components. I have heard that Netbeans 6.5 provided a similar capability, but …
0
votes
1answer
70 views
ICEFaces + Liferay : how to set value for public-render-parameter
Hi,
ICEFaces + Liferay : I created two war file firstApp.war and secondApp.war file and deployed on liferay.
I want to implement, when I click submit button on firstApp.war application’s page , …
5
votes
2answers
254 views
Unit testing icefaces
Can you separate components of an IceFaces application so they can be tested in isolation instead of using something like Selenium or HttpUnit on the assembled application?
Backing beans can be …
1
vote
2answers
71 views
Setting floating point formatting locale for JSF / ICEfaces?
I am writing a JSF (ICEfaces) application using resource bundles to handle internationalisation.
The application nicely applies the (default) Dutch "nl" locale for the resource bundle but fails to …
0
votes
2answers
56 views
ICEFaces inputFile getting the file content without upload
Is there any way of just getting the content of the browsed file without any upload/file transfer operations? I currently use ICEFaces inputFile component but I do not need the default uploading …
2
votes
2answers
84 views
Full page refresh in Icefaces 1.8.2 ?
Icefaces only refreshes the changed parts in the page. In my program I want to do a full page refresh through the manage bean. Does anyone know how to do that ? Thanks.
0
votes
3answers
125 views
Richfaces + Icefaces Ajax Push
Hello,
I have a project using Jboss Seam + Richfaces and I want to use comet (ajax push).
I've been reading some stuff and found Icefaces ajax push really interesting.
The problem is that I can´t …
0
votes
0answers
45 views
Icefaces selectInputText cancelling valueChangeListener on loss of focus
I have a selectInputText box that I am using the auto complete functionality. The problem is when the user doesn't need it and types in the value quickly and tabs to the next field, the …
0
votes
1answer
15 views
ICESoft messages
I have a JSP with a managed bean.
I want to display a message on the page, not related to any component, so, I do not need to use the "for" attribute.
My message code:
public void foo(ActionEvent …
0
votes
4answers
213 views
ICEFaces page refresh
I have a page where a user enters data and hits a "save" button.
The data gets saved to the db, and I want the page to refrsh itself to reflect the new data in the db.
I am using a managed bean, how …
0
votes
0answers
45 views
Icefaces command link doesn’t work on my local solairs
I use Icefaces to develop a web app. The weird thing is I can't trigger the command link when I deploy it to my local instance and test it on FireFox of Solaris. But when I use my laptop (Windows …
0
votes
1answer
141 views
Change the upload directory path for an ice:inputFile component
I've noticed that the ice:inputFile component will only upload files to the directory $TOMCAT_HOME/webapps/MyAppName/upload/. I want this directory to be dependent on the user initials for the current …
0
votes
3answers
145 views
Facelets and JSP in same project?
Is it possible to use Facelets pages and .jsp style ICEfaces pages in the same project? In looking at the ICEFaces Facelets tutorial, the migration appears to be an all-or-nothing switch. Is it …
0
votes
1answer
182 views
Error adding auto-complete component to ICEFaces screen
I am trying to create a pretty straight forward screen that has a text field with auto-complete functionality. I have been following the examples found on the ICEFaces website here. No matter what I …
