Hi
I'm new to struts and I have some problem with struts.
I have tiles.jsp:
<%@ taglib uri="/WEB-INF/struts-tiles.tld" prefix="tiles" %>
<tiles:insert page="/tiles/karta.jsp" flush="true">
<tiles:put name="title" type="string" value="karta" />
<tiles:put name="header1" value="/tiles/top1.jsp" />
<tiles:put name="body1" value="/tiles/evidCard.jsp" />
</tiles:insert>
In top1.jsp there's just this table of links
<td><a href="allcards.jsp">All cards</a></td>
<td><a href="evidCard.jsp">Evid.card</a></td>
<td><a href="storeCard.jsp">Store card</a></td>
When I first call tiles.jsp, then I see both tiles (top1.jsp, evidCard.jsp).
Then when I click link e.g. All cards, then I dont see top1.jsp (I see just
allcards.jsp)........Can you tell me, where's the problem?
Do I need to write other jsp pages like tiles.jsp, but I will change value in
body1 into :
value="/tiles/allcards.jsp"
value="/tiles/storeCard.jsp"???
Thanks a lot.
regards
________
S pokazeným bicyklom v Arizone. http://majkut.blog.sme.sk/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]