echarish Kumar

Ranch Hand
+ Follow
since Feb 02, 2010
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by echarish Kumar

Hello

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?

IBM Kanji Class Reference IBM Site

Thank you
Harish
9 years ago
Hello

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.

Thanks..
11 years ago
You should use SimpleDateFormat

something like this to format your date format



Hope this will help
12 years ago
I have solved some issues here,

1. I removed slf4j-api-1.5.2.jar from lib and add

slf4j-api-1.5.6.jar and
slf4j-log4j12-1.5.6.jar

and I also add one line to my mssql-ds.xml file, that is

<use-java-context>false</use-java-context>


ok now I have two different errors,

1. java.lang.ClassNotFoundException: com.trn.Caller.java
2. java.lang.IllegalArgumentException: Cannot find class [com.trn.Caller.java]

and earlier 1, 2, 3 errors (these are error numbers which I mentioned earlier post)
so im still finding a solution.

please help me.
12 years ago
hi all,

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


Please help regarding this.
12 years ago
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.
12 years ago
Hello

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.

Eric Pascarello wrote:Still supporting MSIE 6? http://www.ie6countdown.com/

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.
Hello

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.

Plese any help is appriciated.
Try to use Firfox bugzilla add-on and try to pin point the CSS which is producing the effect and than change it as you like it
Submit your dialog form data to server and from there send any response back to your Main page.
You can do whatever you want after you get the response here is a sample to show you

This is the code for JS

and this is what you should do in your ajax action
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



Please suggest where i am going wrong with this