Messages posted by mercury
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: mercury  XML
Profile for mercury -> Messages posted by mercury [39] Go to Page: 1, 2, 3 Next 
Author Message
Can anyone help me out ???
I have gone thru the concept of JavascriptContext, but couldnt get exact information in injecting/pushing Javascript calls to client from a bean.

Can you pls provide me more clear sample example?
Pls provide sample example on pushing Javascript calls to the Client from a bean.
Any sample example would help more .... Pls provide !!

Thanks,
Mercury
Evaluates to a default value from my backing bean. Is there any other possiblity to fire validations using custom validator?
Sorry. This was the way I tried out ...

<h:inputTextarea
value="#{myBean.address}"
style="width:280px;height:60px;overflow: auto;"
required="true">
<f:validator validatorId = "myValidatorID"/>
</h:inputTextarea>

Help me !!

Thanks,
Mercury
Yes, I tried out that way too. Below is the code...

Code:
<h:inputTextarea id="Address" value="address"
 style="width:280px;height:60px;overflow: auto;" required="true"
 validator="myValidatorID">
 </h:inputTextarea>


Any help ???

Thanks,
Mercury
Yes. I have done the same thing, what you have suggested. Tried out lots of times, yet its not working. Any other solution ???
Created a class which implements Validator interface, Implemented validate() method, registered the validator in faces-config.xml, referred the validator in Icefaces InputTextArea component, just to check for a blank field. However, the control is going to myValidator class, but not into validate() method. Thats the problem. Let me know in case am not clear.

Anyways, I can have all my validations in my JSF ManagedBean, which I dont wanna do.

Pls help me !!!

Thanks,
Mercury
Hi,

I am trying to develop few validations, by creating a custom validator class. For one validation, I am successful in doing that. But to add another validation in the same page, how should I go ahead? I have followed all the tutorial steps, yet its not working. Pls help me.

Thanks,
Mercury

Hi,

I was trying to get a selected menu item, to be displayed in a text field. But it was not working for me. Can anyone pls help me?

Thanks
Mercury
Code:
 <context-param>
 
                         <param-name>com.icesoft.faces.connectionTimeout</param-name>
 
                         <param-value>60000</param-value>
 
             </context-param>
 
  
 
             <context-param>
 
                         <param-name>com.icesoft.faces.heartbeatTimeout</param-name>
 
                         <param-value>60000</param-value>
 
             </context-param>
 
  
 
             <context-param>
 
                         <param-name>com.icesoft.faces.heartbeatRetries</param-name>
 
                         <param-value>10</param-value>
 
             </context-param>
 
  
 
             <context-param>
 
                         <param-name>com.icesoft.faces.heartbeatInterval</param-name>
 
                         <param-value>60000</param-value>
 
             </context-param>


Ya. I am using this code to take care of Connection Timeout.

Thanks
Mercury :)
Hi

I tried to use the below code.

Code:
<ice:outputConnectionStatus 
 activeLabel="Message" 
 disconnectedLabel="Refresh" >
 </ice:outputConnectionStatus>


It stopped the popup coming up, but displaying a small icon showing the same to reload the page.

Can someone help me to get rid of this too?

Even if the page is idle for long time, no message should be displayed. How can that happen in ICEFaces ????

Thanks,
Mercury :)
Yes. I am accessing database and that was done thru JSF-Spring-Hibernate Integration. I just want to know whether using all ICEFaces tags make the application to run slow. My application has become slower and it is taking much time to render/load a page. Considering the time constraints, now I cannot revert back from ICEFaces tags to simple JSF tags. Kindly help me out.
Please help me out, I need a solution at the earliest.
 
Profile for mercury -> Messages posted by mercury [39] Go to Page: 1, 2, 3 Next 
Go to:   
Powered by JForum 2.1.7ice © JForum Team