this would indeed not work, you either do one of both tags in your JSP:




<tiles&#58;insert attribute="loggedUser" type="string">

&nbsp; stuff to go in the page

</tiles&#58;insert>



<tiles&#58;insert page="/some/page.jsp" flush="true"/>





your tiles-defs.xml looks fine to me, 

if I understand your code correctly you do not need to do anything in your JSP, 
just remove the <tiles:insert ... />, the loggedUser tile will be inserted by 
default since it has been defined in the tiles-defs.xml files (in fact, the 
result of an action call will be stored into that tile)
--
Wouter Zoons - [EMAIL PROTECTED]

http://www.andromda.org/
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=1067#1067
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to