Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #20.4K
Ranked #2K
~8K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for gaudi_br

Not entirely sure what you mean here, but if you're modifying JSP's in Tomcat, then check its still set to development mode ([URL="http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html"]http://tomcat.apache.org/tomcat-5.5-doc/jasper-howto.html[/URL]). Otherwise, if Eclipse is not updating java classes perhaps you haven't got 'build automatically' selected, or maybe theres a build error in your project?

Member Avatar for gaudi_br
0
102
Member Avatar for shiv0013

The error says its trying to conenct on port 25, which I believe is wrong. gmail.smtp is port 465. What happens if you try the following from a command prompt? telnet smtp.gmail.com 465

Member Avatar for c_blimey
0
91
Member Avatar for TheWhite

Try using the fully qualified name, so something like: [CODE]invoke( new java.lang.String("Bob") )[/CODE]

Member Avatar for TheWhite
0
156
Member Avatar for jorgelex008

There's a good tutorial for the basics [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/combobox.html"]here[/URL].

Member Avatar for javaAddict
0
7K
Member Avatar for hooligan2008

I've just tried this locally and I get the correct object from the session, so have to agree with peter_budo and request you post the code that you are deploying.

Member Avatar for ~s.o.s~
0
172
Member Avatar for jreddick82
Member Avatar for almostbob
0
119
Member Avatar for semsem-6321
Member Avatar for maheshmohandas
Member Avatar for cwarn23

Looks like the archive tag requires "a space seperated list of URLs" and you are using commas. See [URL="http://www.w3schools.com/TAGS/tag_object.asp"]here[/URL] for advice on the object tag.

Member Avatar for c_blimey
0
134

The End.