Re: StrutsTestCases

2006-04-28 Thread Chaitanya Parkhi
lize the log4j system properly. > > > > > > > > On 4/27/06, Ed Griebel <[EMAIL PROTECTED]> wrote: > > > > > > There was a question about this a couple of days ago where web.xml was > > > not being found. Also, it looks like you have a l

jsp / html in struts by eclipse

2006-04-28 Thread Chaitanya Parkhi
hi friends , i m using eclipse for my struts application,i m trying to create a JSP / HTML file in my project , but whenever i select respective option a progress box is coming as it should,but it stucks ther & doesnt show any progress atall, to come ot of it i hav 2 close whole project & again st

Re: StrutsTestCases

2006-04-28 Thread Chaitanya Parkhi
ng slash before > the "D:" in setConfigFile(), that could be the problem. > > HTH > -ed > > On 4/27/06, Chaitanya Parkhi <[EMAIL PROTECTED]> wrote: > > hi friends i m working on Struts Test Cases ,i have written the > following > > code,for testi

Re: StrutsTestCases

2006-04-27 Thread Chaitanya Parkhi
ng slash before > the "D:" in setConfigFile(), that could be the problem. > > HTH > -ed > > On 4/27/06, Chaitanya Parkhi <[EMAIL PROTECTED]> wrote: > > hi friends i m working on Struts Test Cases ,i have written the > following > > code,for testi

StrutsTestCases

2006-04-27 Thread Chaitanya Parkhi
hi friends i m working on Struts Test Cases ,i have written the following code,for testing accurate user login from login page for my application i hav included strutsTest-2.1.3.jar,junit.jar from JUNIT_HOME directory,when i run the following code i m getting following failures: 1.junit.framework

StrutsTestCases

2006-04-24 Thread Chaitanya Parkhi
hi guys i hav created a java file by using MockObjectStrutsTestCases which tests for a simple login form which takes Login Name & password as a input.in this file i hav following method public void testSuccessfulLogin() { setConfigFile("/WEB-INF/struts-config.xml"); setRequestPat

StrutsTestCases

2006-04-24 Thread Chaitanya Parkhi
hi guys i hav created a java file by using MockObjectStrutsTestCases which tests for a simple login form which takes Login Name & password as a input.in this file i hav following method public void testSuccessfulLogin() { setConfigFile("/WEB-INF/struts-config.xml"); setRequestPat

Re: javascript in mozilla

2006-04-20 Thread Chaitanya Parkhi
hi adam,everyrhing is ther in my project but still the same code works in IE but not in firefox. On 4/19/06, Adam Hardy <[EMAIL PROTECTED]> wrote: > > Chaitanya Parkhi on 19/04/06 05:59, wrote: > > hi guys,i m facing a problem tha javascript is not working in mozilla > >

javascript in mozilla

2006-04-18 Thread Chaitanya Parkhi
hi guys,i m facing a problem tha javascript is not working in mozilla firefox 1.0 ,i came to know about a java file which has 2 b added in src of struts framework & a tab in javascript file,i m not getting yhat can anybody pls tell me about it!!!