Hello, I have a problem with sitemesh.
I have 2 pages, Login.jsp and Success.jsp
Heres my decorator.xml file
If I use this
pattern, then both my Login.jsp and Success.jsp are decorated.
If I switch the pattern to this
Then only Login.jsp is decorated (as expected).
But If I change the pattern to
Then my Success.jsp page doesnt get decorated.
Success.jsp is called after Login.jsp subits its data to my action class. The action class loads the Success.jsp page.
It loads it without being decorated. The only thing I can think of is if sitemesh isnt working with my action classes,
but I havent read about anyone having this issue.
here is my struts.xml file
Does anyone know why it would ignore the
jsp pages that are called up from an action class?
Please help me if you have any ideas whatsoever.
sincerely,
thebravedave