| Author |
path=".search.save" where does it take me?
|
Mohanraj Naidu
Greenhorn
Joined: Sep 10, 2001
Posts: 7
|
|
In my struts-config.xml I have following entry <action path="/profiles/saveProfileAction" type="struts.profiles.LoadSaveProfileAction"> <forward name="finished" path="/profiles/administration.do" /> <forward name="show" path=".search.save" /> </action> Where will path=".search.save" take me? I have never seen path with ".". Kindly advice
|
Mohanraj Naidu
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
|
A path starting with a "." refers to a Tiles template.
|
Merrill
Consultant, Sima Solutions
|
 |
 |
|
|
subject: path=".search.save" where does it take me?
|
|
|