I am trying to convert Kanji to Hiragana, and found that IBM NameWorks provide that API, but problem is that i am not able to find the Jar or japaneseTransRule.ibm file anywhere.
Can someone help me where can i get this. Is it available somewhere?
In my workspace i have 18 projects which co-relate as modules and now i want to create a project reference diagram for my web project which internally have some of these projects as J2EE dependencies i have RAD and Eclipse both is there any tool with which i can perform this project dependency diagram creation.
I tried to integrate hibernate with Spring and still trying it. I m using hibernate 3 and Spring 2. my application server is jboss and my DB is sql server. I use annotations here.
this is my spring configuration file and its name is application_config.xml and it is in /src directory.
this is my jboss-web.xml file. it is in applications WEB-INF folder
this is my web.xml file
this is mssql-ds.xml file inside server\default\deploy directory in jboss distribution.
All libraries are inside relevant folders. But it gives this error inside this ControllerServlet.java
What output are you getting on your page is it ??label.username?? , if you are getting this than it means your properties are not present in the properties file.
can you post complete code that you are using along with struts-config, jsp, and properties file.
I am developing a application where i have to give a file upload function, but i want to give this file upload function when a user click on the image of file but there is no way to give an image location, it gives a default browse button. is there a way so that i can mask the default browse butoon with an image.
Are your IE6 numbers that high that you still have to support it? MS does not even support it and they stopped support for IE7 and forcing upgrades to 8/9/10.
Eric
Yes we have to .... i dont want to but customer wants that and for bussiness customer is King
I am able to solve this issue, what i had to do was to set the z-index of the parent element of jquery validation message, as IE 6 and 7 requires the z-index to be set for both parent and child element.
I am using jquery validation framework to validate my form but when the validation is getting displayed its getting hidden behind my other div and is not getting displayed properly and this is happening only in IE 6 and 7 but in IE 8 it works and in other browsers it works fine.
I have tried setting z-index but it doesnt work.
I have attached the screen shots please have a look at them.
Hello i am using Jquery to create a popup dialog box on my JSP page, below is the code which i use, the problem is it works fine in FF,Chrome,Safari etc. but when i try to execute it on IE i am getting
Message: Object required Line: 53 Char: 10521 Code: 0 URI: http://localhost:8080/EGPayment/js/jquery-ui/jquery-ui-1.8.21.custom.min.js can anyone Please help me