Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LanyA
  • Order by date
  1. LanyA

    Connection Timed Out - Please Help (newbie)

    I have a Struts application that is running using Apache Tomcat 5.5. It has been working all this time, but today it is suddenly giving this error upon trying to connect: javax.servlet.ServletException: IO Error while parsing file '/WEB-INF/tiles-defs.xml'. Connection timed out: connect...
  2. LanyA

    Popup calendar not working in Mozilla???

    I was actually able to get it to work: I have a function showCalendar() that is associated with the onClick event of a 'div' tag in my web page. It needed the function init() to be called before it gets called, and that seemed to be failing. So, it turns out, instead of doing window.onload =...
  3. LanyA

    Popup calendar not working in Mozilla???

    OK. I will try and get it posted to a url. Thanks again for your help.
  4. LanyA

    Popup calendar not working in Mozilla???

    var language = 'en'; // Default Language: en - english; es - spanish; de - german var enablePast = 0; // 0 - disabled; 1 - enabled var enableFuture = 0; // 0 - disabled; 1 - enabled var enableRange = 0; // 0 - disabled; 1 - enabled var fixedX = -1; // x position (-1 if to appear below...
  5. LanyA

    Popup calendar not working in Mozilla???

    It's actually open source code that I got from somewhere else, are there any rules about posting such code here? (Thanks for your help)
  6. LanyA

    Popup calendar not working in Mozilla???

    Unfortunately I am unable to post a url :(, is there a way for me to attach the script somehow?
  7. LanyA

    Popup calendar not working in Mozilla???

    I have source code for a popup calendar that works fine in IE6 but not in Mozilla and I am at a loss as to why this is: I get the error crossobj has no properties (Line 304) in the Javascript console; this line translates to crossobj.visibility = 'hidden'; Now, upon tracing it back it seems...
  8. LanyA

    Help with Tapestry

    Hello once more, I was hoping to get some help with Tapestry: I am new to Tapestry and I have been unable to successfully deploy a simple test Tapestry application using Tomcat. I created a simple Tapestry page using Eclipse 3.1, created an xml file containing <Context reloadable="true"...
  9. LanyA

    Help with deployment

    Just answered my own question in Post 2 (I needed to put the log4j.jar file in common\lib for logging purposes) :); still asking for help with the original post though?
  10. LanyA

    Help with deployment

    Actually I did not include this part of the stdout log file which might be at the root of the problem: Created MBeanServer with ID:... INFO: Initializing Coyote HTTP/1.1 on http-8080 Feb 9, 2005 10:01:30 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 3115 ms Feb...
  11. LanyA

    Help with deployment

    Hi, I'm a newbie and I've been trying for a while now to deploy my servlets and Struts/Tapestry applications using Tomcat 5.5 and JDK1.4.2_06. The only pages that ever display are the Tomcat welcome page and servlets that I place in the [TOMCAT_INSTALL]\shared\classes folder. These same servlets...
  12. LanyA

    Tomcat-&quot;Skipped installing application listeners due to previous error

    I installed Tomcat 5.5 and used to be able to run my servlets/JSP pages with no problem, until I created a web application using Tapestry 3.0.1, located in the Tapestry directory. The only thing I did was copy the jar files within the C:\Tapestry\lib\ext directory to...
  13. LanyA

    import org.apache.avalon cannot be resolved

    Thanks, I'll look at eclipse.org to find out if I'm missing any jar files or ahything of the sort
  14. LanyA

    import org.apache.avalon cannot be resolved

    Hi, I am new to Eclipse and J2EE in general and I have tried to import a project in Eclipse 3.0.1. However, I am getting several compile errors having to do with the following imports: import org.apache.avalon.framework.activity.Initializable; import...
  15. LanyA

    Debug assertion failure???

    Hello again - does anyone understand what a debug assertion failure is? I am running my exe from DOS, and i get this dialog box with this message 20% of the time: Debug Assertion Failed! Program: C:\Program Files\MPRCrypto\mprcrypto.exe File: dbgheap.c Line: 1017 Expression...
  16. LanyA

    How do you disable pushbuttons?????(urgent)

    Oh OK - what's the link? Thanks
  17. LanyA

    How do you disable pushbuttons?????(urgent)

    Yes - the code got called, because the button actually grayed out while the code was running and went back to normal after it was done
  18. LanyA

    How do you disable pushbuttons?????(urgent)

    I tried that and it didn't work :(
  19. LanyA

    How to cout a string??

    Why not use char* instead of string, that should do it so you would have char* word= &quot;hello&quot; instead of string word= &quot;hello&quot;

Part and Inventory Search

Back
Top