RE: apache proxy/form action rewrite issue

2003-06-23 Thread Dirck Hecking
The magic ingredient here is to set redirect=true in the struts-config.xml for the individual form mappings. -Dirck -Original Message- From: Chris Reeves [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 9:36 PM To: Struts User Mailing List Subject: apache proxy/form action rewrite

RE: apache proxy/form action rewrite issue

2003-06-23 Thread Dirck Hecking
missing something? Chris -Original Message- From: Dirck Hecking [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:44 AM To: Struts Users Mailing List Subject: RE: apache proxy/form action rewrite issue The magic ingredient here is to set redirect=true in the struts-config.xml

RE: How do I configure multiple struts-config files?

2003-06-23 Thread Dirck Hecking
If you are looking for a way to break up your definitions into manageable chucks I would use jsp files to simply store bean definitions and then % include % that jsp on the appropraite pages. This is better for development too since you can change concrete definitions without having to redeply the