Messages posted by suyou
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: suyou  XML
Profile for suyou -> Messages posted by suyou [40] Go to Page: 1, 2, 3 Next 
Author Message
In the fedora 12 + glassfish deployment projects appear garbled in Chinese
ice: outputMedia how to put Firefox in the MP3 format music player

rainwebs wrote:
I'm sorry, but what kind of English is this? Can you rewrite this so that we can understand your problem. Don't forget the example code. 





How to compare two objects are equal DefaultTreeModelare

example:
private DefaultTreeModel model1=new DefaultTreeModel();
private DefaultTreeModel model2=new DefaultTreeModel();

like this "model1.equals(model2) " is ok?
There are two DefaultTreeModelare refresh later in what way to compare the two is equal
Like how to achieve treemodel Ajax Push?

zeng.licheng wrote:
Suyou, my understanding is that the partial submit of selectInputText is triggered by keydown or keypress events in JS. Unfortunately, in IE or Chrome, using the chinese Input method does not generate keydown nor keypress events. It is frustrating. However, you might use a space to trigger that. 


Thank you, may be the reason you say
Properties file:
javax.faces.component.UIInput.REQUIRED = ssss

<locale-config>
<default-locale>es</default-locale>
</locale-config>
<message-bundle>
shu.properties
</message-bundle>
shu.properties is Properties file name

Poyito wrote:
Ok problem solvedĀ” solution is here:

1. Create a new properties file in your default package and type this:

Code:
 javax.faces.component.UIInput.REQUIRED=Requiered value
 


2.-In your faces-config.xml file add this:

Code:
 <application>
         <locale-config>
             <default-locale>es</default-locale>
         </locale-config>
         <message-bundle>
             Errores <---- Here you have to type your properties file name
         </message-bundle>
     </application>
 


3.- It's all

Regards.

 



Hello
Thank you
I refer to your more of a properties file, Is also configured faces-config.xml

Properties file in WEB-INF the following

java.util.MissingResourceException: Can't find bundle for base name shu.properties, locale es

Poyito wrote:
Ok problem solvedĀ” solution is here:

1. Create a new properties file in your default package and type this:

Code:
 javax.faces.component.UIInput.REQUIRED=Requiered value
 


2.-In your faces-config.xml file add this:

Code:
 <application>
         <locale-config>
             <default-locale>es</default-locale>
         </locale-config>
         <message-bundle>
             Errores <---- Here you have to type your properties file name
         </message-bundle>
     </application>
 


3.- It's all

Regards.

 



Can give a demo I referred to do???

jakarta99 wrote:
I use the <ice:tree/> component to show my organization. If the name of organization in English alpha-charaters, it works fine. However, If I use "Chinese" in the node-text, the line will break, when I use the IE browser. After I test it on Firefox, it works fine , too !

Any suggestion to solve this problem ?


 



Do you now resolved it?

Poyito wrote:
i'm triyin g to solve it, have you solved yet??? 

Do you now resolved??
I can not solve it
When the real-time refresh the tree node data, the tree node can not click on
icefaces tree data in the database can be updated in real time refresh do with Ajax-push
Do you remember how to solve this problem do?
 
Profile for suyou -> Messages posted by suyou [40] Go to Page: 1, 2, 3 Next 
Go to:   
Powered by JForum 2.1.7ice © JForum Team