RE: File upload fails first time, then works after page reload

2007-03-27 Thread Amit_Wadhwa
Are you using the Java NTML Authentication method by any chance (before reaching this page or on this page) ? NTLM makes tomcat/struts behave erratically. Form posts dont work (Intermittently). From: Kelly Morrison [mailto:[EMAIL PROTECTED] Sent: Wed 3/28/2007

RE: Re: Html:Cancel and html:submit works only on new page

2007-03-14 Thread Amit_Wadhwa
Hi there, Thanks for looking, This is the page which doesnt execute if I goto it from a link. It works if opened directly. (Apologize for the long pieces of code) ChooseJournalType.jsp <%@ page language="java" %> <%@ include file="../pages/Includes/Validator.jsp" %> <% String tooltitle = applic

Html:Cancel and html:submit works only on new page

2007-03-14 Thread Amit_Wadhwa
Hi, I have a navigation page which takes me to pageA.jsp throw an PageA.jsp has a textbox, a submit button and a cancel button. If I navigate through the index.jsp navigation menu to goto PageA.jsp, the cancel and submit requests don't work - they both return a blank page - no cancel is captured

Issue with Struts-action.... Submit... cancel

2007-03-09 Thread Amit_Wadhwa
Now this problem is really getting to me... I changed the address bar to read the system name:8080 instead of localhost, and it worked... But.. With NO changes made by me to any file, stopped working on its own, after accessing and verifying everything for about 10-15 times.. ? -Ori

RE: Error Starting on Tomcat

2007-03-09 Thread Amit_Wadhwa
Oops, I am sorry about retaining the subject of the previous person. This is a new issue for a new user. -Original Message- From: Wadhwa, Amit Sent: Friday, March 09, 2007 7:03 PM To: 'Struts Users Mailing List' Subject: RE: Error Starting on Tomcat Importance: High Hi, I am developing

RE: Error Starting on Tomcat

2007-03-09 Thread Amit_Wadhwa
Hi, I am developing a form action using Struts 1.2.4 and am facing a peculiar problem with struts, not sure if my action tag in the struts-config.xml is the issue.. - I used the struts-examples validator application without problems - which leads me to believe that my tomcat/struts installation