inclure tag jsp dans tag personnalisé

inclure tag jsp dans tag personnalisé - Java - Programmation

Marsh Posté le 27-01-2010 à 17:11:53    

Bonjour;
 
je cherche comment utiliser un tag jsp dans un tag personnalisé, j'ai fait comme ça ( voir exemple ) mais ça marche pas
 
Code :
 

Citation :

<tag:body>
<body>
Bienvenue  
<% String pageQuest = "http://www.google.fr"; %>
<jsp:include page="<%= pageQuest %>"></jsp:include>
</body>
<tag:body>


 
apparemment que le tag <jsp:include> n'est pas interprété dans le corps d'un tag personnalisé.
 
Est ce que vous avez des idées comment faire
 
merci d'avance,

Reply

Marsh Posté le 27-01-2010 à 17:11:53   

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed