These tile errors are usually typo-related.  Your struts-config has
both frame.content and frame.Content.  Maybe only one of these are
valid?  If both are really valid, make sure they're both in your tiles
config file.

Hubert

On Wed, 22 Sep 2004 14:54:37 -0700 (PDT), Caroline Jen
<[EMAIL PROTECTED]> wrote:
> I think I have made all kinds of mistakes in the
> Struts history.
> 
> I was working on VALIDATION.  However, when I leave
> all text fields blank and submit the form for testing,
> I got HTTP Status 500 -
> 
> java.lang.IllegalArgumentException: Path
> .frame.content does not start with a "/" character
> 
> I think the problem is in my struts-config.xml file.
> I do not see that I put a "/" in front of any tile
> expressions; in particular, .frame.content
> 
> (My struts-config.xml can be found in the attachment)
> 
> The Tomcat logs file can also be found in the
> attachment.
> 
> In the browser window, I got:
> 
> java.lang.IllegalArgumentException: Path
> .frame.content does not start with a "/" character
> 
> org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1062)
> 
> org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:274)
> 
> org.apache.struts.action.RequestProcessor.internalModuleRelativeForward(RequestProcessor.java:1012)
> 
> org.apache.struts.tiles.TilesRequestProcessor.internalModuleRelativeForward(TilesRequestProcessor.java:345)
> 
> org.apache.struts.action.RequestProcessor.processValidate(RequestProcessor.java:980)
> 
> org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:255)
> 
> org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
> 
> org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
> 
> javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
>        javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 
> 
> _______________________________
> Do you Yahoo!?
> Express yourself with Y! Messenger! Free. Download now.
> http://messenger.yahoo.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to