Re: Form initialization and frames

2001-12-22 Thread Erik Hatcher
I have just tackled this very issue. I did try to make my solution extremely generalized, but I haven't decided if/when it will be ready to contribute back. But I will describe its architecture: In our application we have many two-frame pages, top containing criteria, bottom containing

What does this mean?

2001-12-22 Thread Tony Ziolkowski
16:53:20.916 WARN!! Non file CLASSPATH jar:file:/J:/JBoss-2.4.3_Jetty-3.1.3-1/jetty/webapps/struts/struts-documenta tion.war!/WEB-INF/lib/struts.jar;jar:file:/J:/JBoss-2.4.3_Jetty-3.1.3-1/jett y/webapps/struts/struts-documentation.war!/WEB-INF/classes/. If JSP compiles are affected, try

Adding a button

2001-12-22 Thread George White
Hi everyone, I am new to Struts and have been asked to make a small change to a JSP -- The folowing single line of code works but the user wants to be able to click on a button rather than simply the text Edit Profile html:link page=/editCarrierProfile.krEdit Profile/html:link

RE: Adding a button

2001-12-22 Thread Jeff Martin
Is there any other data on the form that needs posted when they click the button? If not, you could make a separate form for just that button. If yes, I (like many) use a hidden variable in the form to hold the action (or button name, etc) that they clicked on, and set a separate forward for