No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Re: 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? | |
Re: 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 | |
Re: Try using the fully qualified name, so something like: [CODE]invoke( new java.lang.String("Bob") )[/CODE] | |
Re: There's a good tutorial for the basics [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/combobox.html"]here[/URL]. | |
Re: 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. | |
Re: Its just a guess, but perhaps your forms target of "_parent" is causing this? | |
Re: Are both pages in the same domain? browsers block cross domain scripting by default. | |
Re: 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. |
The End.