Hi, how to have a scriptlet rewrited to my page. Suppose i have : <! String gnu = "salut" %> in my jsp. And i want this to be generated in my page but also interpreted at compile time. So i'll have in my result page : <! String gnu = "salut" %>
Is it possible to use a tag which take the body then rewrites it in my page. -- Thomas Colin de Verdi�re SCORT http://www.scort.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
