Florent LOTHON

Greenhorn
+ Follow
since Feb 06, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Florent LOTHON

I tried Hashtable, HashMap, ...
but the order of element added isn't kept :
This code :

Displays that :
Florent
Toto
Alexandre
Titi
instead the right order :
Florent
Toto
Titi
Alexandre
19 years ago
Yes i think it no more exist.
The only thing i found about javaBlend on Sun is an old patch.
And no more on Google
I never used it but it seems to be a good product but probably replaced by another but what ?
Does anybody knows where I can get javaBlend ?
I tried to find it on Sun site but i didn't
I wasn't using the correct attribute of <html:img tag :
i was using srcKey instead pageKey.
So it works fine now
19 years ago
Hi,
I trie to display my image with the <html:img struts tag
In the application ressource properties i set the images like this :
/img/image1.jpg
/img/image2.jpg
...
And i would like to use it in any JSP :
/jsp/page1.jsp or /jsp/popup/popup1.jsp

but the image aren't displayed (path incorrect).
So i tried to display the images as this with the <a href html tag :
/myProject/img/image1.jpg
/myProject/img/image2.jpg
...
"myProject" = my project context (in the webapps tomcat directory)
And it works but, you should know it isn't good.
In another application, i haven't this problem but i don't know where is the difference between the two projects about this "/"path problem.
Florent
19 years ago
Hello, i would like to get the programmer certification for java 2 platform 1.2 or platform 1.4.
I don't know what is better to get.
The 1.4 doesn't contain any test about
java.util
java.io
java.awt
I don't know Why.
Give me your opinion please...
en fran�ais si vous l'�tes
[ February 06, 2003: Message edited by: ]