Amit Tiwary

Greenhorn
+ Follow
since Feb 13, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Amit Tiwary

In a JTable,when I start editing a cell,all the displayed characters in Japanese Font turn to square and as editing is over they r restored?
Why?
How I fix it?
21 years ago
Hello ,
I fixed it ,called gc() when it was minimised and it worked!!
Thanx
21 years ago
My Swing application,if minimised and left for few minutes,is when maximised doesn't paint itself fast and properly.Sometimes,it starts not responding to any mouse and key events.And in the worst case it hangs and forces me to restart NT.
Why this is happening?
The solution to the problem is very much needed and urgently.
Plz see it.
Thanx Gang
Amit
21 years ago
One of my application in Swing doesn't respond once it is maximised from minimised state(after certain time being in minimised state) and sometimes it forces WinNT to get hanged.
Kindly help
Amit
21 years ago
One of my application in Swing doesn't respond once it is maximised from minimised state(after certain time being in minimised state) and sometimes it forces WinNT to get hanged.
Kindly help
Amit
21 years ago
Hello,
I am trying to display japanese characters on JSP.I am using iterate tag to iterate over a bean, containing indexed properties,and displaying those values in HTML table using the bean:write tag.But it doesn't show it in Japanese.All the things like setting of Locale and fonts installation is already done and Japanese characters come to JSP but not via bean:write tag.(Hope I am clear abt the problem).
So what I do?Plz help,its urgent.
Amit
21 years ago
In one of my struts application,I am trying to read a properties file having Japanese text.The JSP is not able to read that and default it is reading.But if Isave the file in ANSI removing Japanese text,it reads the Japanese Properties file based on locale "ja".
What I do to read Japanese Text from the properties file?Others things like setting locale etc I am doing correctly.
Thanx in adv.
Amit
21 years ago
See I am using this logic iterate tag with offset.
According to link http://j2ee.masslight.com/Chapter5.html it says..
offset the value, expressed as an integer or as a java.lang.Integer, of where the iterator tag begins the iteration of the collection - the default value is zero.
Now my problem is..
I am extracting an object obj( made from Integer wrapper )from request.And from toString method I am coverting object to string in a jsp file.If I try to insert the int converted value in offset,it throws an error saying it requires string,and when i directly assign string...it works but it doesn't go to index were it should go and neither it iterates sequentially.
what I do?
21 years ago
The result set I am using to fetch data from a table in MS-Access following the query "select * from fun",is fetching the recors but not sequentially from data base? How do I fix that?
Thanx in adv
Amit
How to return result-set from controller to JSP in struts?
Plz
Amit
LookupAction.java:30: warning: DATA_SOURCE_KEY in org.apache.struts.action.Action has been deprecated
DataSource dataSource = (DataSource)context.getAttribute(Action.DATA_SOURCE_KEY);
This warning comes when I am trying to use jdbc dbc ,ms access and Struts.
What I should do???
Amit
perform() deprecated....so go for execute...the way...
21 years ago
Thanx Sir,
It was really an error in Struts-config!!!
Good Day!
Amit
21 years ago
What is origin of this error and why it is coming?
How to fix it??
21 years ago