Hi, T5 is a completley different technology and does not use JSP to render its view. You could create a JSP tag library that uses T5 to return HTML snippets (using a StreamResponse) but i don't see any reason to do so. why would you want to create JSP tags using T5 anyway?
if you have to migrate an older application you could just configure and deploy another ServletFilter or Servlet that uses Tapestry 5. and migrate the old JSP pages to tapestry. g, kris Von: tarek jaifar <[email protected]> An: [email protected] Datum: 10.05.2010 11:49 Betreff: JSP custom tag Salam Developer, How are you ? I sent this email beceause i search a answer for my question which is : *how to write jsp custom tag using tapestry 5* * * Thanks in advance
