| Author |
Message |
|
|
Hi all
i want to use jmeter with my icefaces application to do a stress testing
but i could not do a stress testing, after i configured an (HTTP Proxy Server) and getting the recorded actions. after that when i started my thread group , and do a 10 hits, i got from response the (session expired) , and any events (buttons) never called :(
thnx
|
 |
|
|
Hi all
i want to use jmeter with my icefaces application
but i could not do a stress testing, after i configured an (HTTP Proxy Server) and getting the recorded actions. after that when i started my thread group , and do a 10 hits, i got from response the (session expired) , and any events (buttons) have called :(
thnx
|
 |
|
|
hi
i have a String like this:
String inputField="<ice:inputText id="xId" value="#{modelBean.textValue}">"
and on my index.jspx , i want to read this string and parse it , so it will render as a input field ,
how can i do this?
|
 |
|
|
Hi
i have icefaces portlet in liferay..
How can i call Portlet processAction() method from icefaces page
i see that the <portlet:../> tags are not available at icefaces portlet
in jsp portlet, you can use <portlet:actionURL/> to make action url that when triggered the processAction called ..
any idea?
|
 |
|
|
Hi
I have a icefaces page which include a form fields and a buttons , one of the buttons is to call a Servlet to generate a report on a new window(Popup)
Code:
<ice:commandButton value="Generate Report"
onclick=" window.open ('ReportServlet?Time=' + new Date().getTime(),
'_blank', 'toolbar=1,location=1,scrollbars=1,directories=1,menubar=1,resizable=1,width=800,height=600');"></ice:commandButton>
Then, when i decided to convert it to a portlet to test it , i found that the calling for a report servlet fails .
so , could you please help me how to do this? specially how to call a http servlet in icefaces portlet
Thnx
|
 |
|
|
Hellooo
i have a a standalone web-app built on icefaces..and we want to convert it to portlet on liferay portal...
The question is : can i convert any standalone web application to porltet (with some configuration) ..or i have to do and refactor the application it iself to meet the jsr-186/jsr-268
Thnx
|
 |
|
|
hellooo
i have a question:
i want to use html tags which icefaces tags .You can do this but i don't know if there are any future problems or (side-effects) with this approach?
example:
Code:
<table style="height: 128px; width: 40px" border="0">
<tr valign="bottom">
<td><ice:outputLabel for="">SNR</ice:outputLabel></td>
<td><ice:inputText maxlength="10" title="SNR"
value="#{managedBean.inputFieldsBean.snr}" id="SNR"
partialSubmit="true">
|
 |
|
|
Hi ..
i am using ICEFaces 1.8.
and when i tried to disable the javascript, i got the following message:
Javascript is blocked. ICEfaces cannot run
thats cool.. but how can i edit this message to customize it..
Thanks
|
 |
|
|
Code:
PortletRequest pReq = (PortletRequest)ec.getRequest();
so i got ClassCastException
|
 |
|
|
Okey..
i want to access PortletPreferences ,
i have portlet-edit page,when the user enter his prefernces, then, the managed bean should save the prefernces like :
Code:
_portletPreferences.setValue
_portletPreferences.store().
i defined this at faces-config.xml:
Code:
<managed-bean>
<managed-bean-name>Edit</managed-bean-name>
<managed-bean-class>com.mbeans.CustomPortletPreferencesManagedBean</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
the CustomPortletPreferencesManagedBean managedBean extends PortletPreferencesManagedBean.
i accessed the PortletPrefernces at submit() method with the following statement:
Code:
JSFPortletUtil.getPortletPreferences(facesContext);
after i call portletPreferences.store() , the new value updated and reflected to the portletpreferences table at DB,
BUT , at some place at in my application, when i want to read the new preferences value, i got the old value, not the newly updated preferences values,
so seems the prefernces stored at session or some scope and iam reading it, not from mysql-liferay-DB portletpreferences table
so, this why i want to try to access the PortletPrefernces using another way rather than Code:
JSFPortletUtil.getPortletPreferences(facesContext);
|
 |
|
|
Hi all..
iam using icefaces with liferay portal.
i want to get the PortletRequest,ActionRequest or httpRequest, so when i write this line:
Code:
FacesContext.getCurrentInstance().getExternalContext().getRequest()
i got instance of this class : com.icesoft.faces.webapp.http.portlet.PortletExternalContext
so, is this right? and how can i have the Request??
|
 |
|
|
|
yes, it is already bound there
|
 |
|
|
Hi all..
i have ice:inputText and ice:selectOneMenu , and when the user enter the value at the inputText ,then the valueChangeListener fired and do some calculation, then the suitable item at the selectItems should be selected.
i tried this at the valueChangeListener metho by setting (setValue) for the selectOneMenu ..
but it doesn't work..
anybody know how?
|
 |
|
|
Hi all..
I'am using icefaces, and i want to add message while searching(i.e: "Please Wait........"), and this message will be hidden when searching finish.
|
 |
|
|
Hi There.
is there at icefaces any matching to the _ SerializableDataModel found at Tomahok?
|
 |
|
|