Re: Manipulate String at view.

2005-04-27 Thread brenmcguire
I think the best thing is to make a custom tag library. The "formatting" part of your project should be in the "view" part of MVC. You can also use scriptlets, maybe just to test some code, but the most elegant way is making a custom tag library. Ciao Antonio Petrelli Rutger Heijmerikx wrote: >He

Manipulate String at view.

2005-04-27 Thread Rutger Heijmerikx
Hello, Beeing a newbie i could use some help with the following: I am busy with a simple struts application that displays an email message. Now within the jsp this is the code to display the message; <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%> <%@ taglib uri="/WEB-INF/struts-logic