A friendly place for programming greenhorns!
Big Moose Saloon
Search
|
Java FAQ
|
Recent Topics
Register / Login
JavaRanch
»
Java Forums
»
Frameworks
»
Struts
Author
Tiles Framework
shailaja siddappa
Greenhorn
Joined: Apr 14, 2009
Posts: 16
posted
Apr 20, 2010 23:11:01
0
Hello All,
Im using Tiles framework for my application when i click on submit button it should go to the success page but im getting this Error
javax.servlet.ServletException
:
java.lang.IllegalArgumentException
: Path Login1 does not start with a "/" character
This is my struts-config & tiles-defs.xml files and im getting the below error when i run the application please help me out.
<action attribute="LoginForm" input="/jsp/Login.jsp" name="LoginForm"
path="/corpgrant"
scope="request"
validate="false" parameter="parameter"
type="in.corp.Action.corpgrant">
<forward name="success" path="Login1" />
<definition name="Login1" extends="baseLayout">
<put name="title" value="test" />
<put name="body" value="/jsp/success.jsp" />
</definition>
Thanks in advance
Shailaja
I agree. Here's the link:
http://ej-technologies/jprofiler
- if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
subject: Tiles Framework
Similar Threads
Tiles and struts 1 , not redirecting to tileÅ› definition path
Struts2 CannotRenderException
Configuring Tiles in Struts Error
struts 1.3.8 and tiles framework
Struts1.3 tiles problem
All times are in JavaRanch time: GMT-6 in summer, GMT-7 in winter