Hi,
Sorry for this late answer, I am abroad since 2 weeks, and have some
trouble with my mails.
Don't you have more message error ?
Maybe you have a problem with one of your tiles. Can you try them
separately, especially the ones inserted inside tabs.
Also, can you confirm that tabs from tiles-doc war files work for your
configuration ?
Cedric
Curtney Jacobs wrote:
>Greetings everyone!!
>
>I am trying to incoporate a tab layout in one of my jsp pages. I have
download
>the tiles layout examples from the tiles website and I have configured my
>tiles-defs.xml similar to the examples.
>
>However I am getting the following error message:
>
> [ServletException in:/layout/tabsLayout.jsp]'
>
>
>Any comments or suggestions would be greatly appreciated.
>
>Thank you.
>ps.
>The Following is what my tiles-defs.xml look like:
>
><tiles-definitions>
>
> <!-- ================================================ -->
> <!-- Master Layout -->
> <!-- ================================================ -->
> <!-- Master layout and default layout used by all pages -->
> <definition name="sesm.master.page" path="/layout/classicLayout.jsp">
> <put name="title" value="Special Education Student Management
Master
>Layout" />
> <put name="header" value="/common/default_header.jsp" />
> <put name="menu" value="/common/default_menu.jsp" />
> <put name="footer" value="/common/default_footer.jsp" />
> <put name="body" value="/common/default_body.jsp" />
> </definition>
>
> <definition name="sesm.index.page" extends="sesm.master.page">
> <put name="title" value="Specia Education Student Management
(SESM)" />
> <put name="body" value="sesm.tab.body" />
> </definition>
>
> <definition name="sesm.tab.page" extends="sesm.master.page">
> <put name="title" value="SESM TABS" />
> <put name="body" value="sesm.tab.body" />
> </definition>
>
> <definition name="sesm.tab.body" path="/layout/tabsLayout.jsp">
> <put name="selectedIndex" value="0" />
> <put name="parameterName" value="selected" />
>
> <putList name="tabList">
> <item value="Header" link="/common/default_header.jsp"
>classtype="org.apache.struts.tiles.beans.SimpleMenuItem"/>
> <item value="Footer" link="/common/default_footer.jsp"
>classtype="org.apache.struts.tiles.beans.SimpleMenuItem"/>
> </putList>
> </definition>
>
>
>
></tiles-definitions>
>
>I have checked my
>
>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>