Problem deploying older versions of my WAR in struts project

2006-02-13 Thread Jeff Bischoff
Hello. Let me apologize in advance if this is really a jboss or tomcat problem, but as I am only getting Struts error messages, this seemed the place to ask. I have a fairly simple struts application which I generally deploy to JBoss in a .war file. I have archived these files over the course

Re: Problem deploying older versions of my WAR in struts project

2006-02-14 Thread Jeff Bischoff
Thanks a bunch! I think JBoss probably behaves the same as Tomcat in this instance. Since my JSP files had an older timestamp, they were not being updated. That is, after all, somewhat intuitive. What had really been puzzling me was why I couldn't manually clear all my stuff out of JBoss, and

Re: Drop Down List Problem - Bit Urgent

2006-02-15 Thread Jeff Bischoff
You don't need to change your JSP code to accomplish this. You just have to ensure that your "SopForm" still has the selected value when the edit page is displayed. Are you using the same form between actions, or are you reseting it / letting it create a new form? If users selects "Paul", then

Re: Drop Down List Problem - Bit Urgent

2006-02-15 Thread Jeff Bischoff
This is only necessary if the bean/property containing the value to be compared with initially for marking an object selected is different from the property to which the submitted selected value will be stored. Thor Kristensen wrote: Hi Sony, Your block should include the 'value=""' part. T