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 Mike Lewis 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: tmmet
  • Order by date
  1. tmmet

    Connect to Lotus Notes from Java

    Hi, I want to connect to Lotus Notes Repository programmatically from Java and search for documents of particular type. Is there any JDBC driver available for the above ? I have Notes 7.0 version. Any ideas or suggestions is greatly appreciated and would help me a lot as I am totally new to the...
  2. tmmet

    load-on-startup

    Hi, I have the below in my web.xml.Can anyone say me whether the struts log4j properties file will be loaded first before the properties specified below? <servlet-name>action</servlet-name> <servlet-class>org.apache.struts.action.ActionServlet</servlet-class> <init-param>...
  3. tmmet

    log4j file load

    Hi, I have a web project and the web project has an ejb jar included in its build path.The ejb project automatically loads the log4j.properties which is located in ejbModule folder. I have the below in web.xml.My question is , since, I have load-on startup set to 2, the log4j.properties that...
  4. tmmet

    Message in console

    Hi, Can anyone help me out.I am suing Strts. I get the below message in console.Not sure what I miss . Could anyone let me know how to avoid these messages filling up the console? Thanks in advance, org.apache.struts.util.PropertyMessageresources...
  5. tmmet

    Using struts tag

    Hi, I am using Struts1.1 in WSAD5.x. I am getting a "Broken link" error in the below tag in forward attribute. If I hardcode the value in forward attribute,the tag works fine. Could anyone let me know why it is giving me an error? I have the CONSTANTS class imported in my page . <html:link...
  6. tmmet

    escape method

    Hi, I have a question.I am unable to use the escape() in the below line.Can anyone help me out. out.println("<TD>" + "<script>\n document.write(\" "+ "<A HREF=mailto:testyahoo@yahoo.com"+ "?subject=javascript:escape('Test&Execute')"+ + ">Test<A>\"); \n" Thanks in advance,
  7. tmmet

    WSAD 5.1

    Hi, I have a question. Why it takes more time in WSAD 5.1 to save struts-config.xml or jsp file? I didn't face the slowness issue in VAJ or in WSAD 4. I even tried disabling the validation setting in WSAD.But,still no luck.It takes like 3 to 4 minutes to save .xml or jsp file in WSAD Any...

Part and Inventory Search

Back
Top