Tool for HTML/JSP formatting

2004-04-13 Thread walkrustin
Does anyone know of any good tool for formatting HTML/JSP code? thanks. - walk rustin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Problem in org.apache.struts.scaffold.FindForwardAction

2004-04-13 Thread walkrustin
I am trying to use FindForwardAction using scaffold package. Struts-config.xml is: My JSP code is : Search New But I am getting following exception. Any idea. thanks. - walk rustin. javax.servlet.ServletException:

Creating value objects using reflection class

2004-04-05 Thread walkrustin
Hi, After receiving the form, I have to copy the value of each field to a value object. I wrote a small reflection utility class to server the purpose. Now I need more functionalities to that utility class. I was wondering if there is any utility package already out there which helps copy the

smart forwarding: page 253 - doesn't work

2004-04-01 Thread walkrustin
Ted wrote that FindForwardAction could be used in the following manner. SAVE DELETE My question is: tag doesn't have any attribute named "name". Am I missing here something? thanks. - Walk rustin - To unsubscrib

Re: .properties file

2004-04-01 Thread walkrustin
While debugging this problem it's easy to overlook the fact that struts-config.xml is loaded when the web server boots for the first time. I have come across many cases where the fix is put into struts-config.xml file but the server is not restarted; hence the old result shows up and the user b

Struts in Action: page:253

2004-04-01 Thread walkrustin
Ted Husted wrote on page 253 that we can use FindForwardAction in the following manner. Search New When I run this code, I get an error because "name" attribute is not supported in the "html:submit". I guess I am missing something here. Thanks for any i