Hi folks, In my webapplications there are many html page with the similar look and structure. I am trying to factor out them. So I created utility functions to print out html code to the jspWriter. But I am not able to incorporate struts tags into these functions because they will just be printed without being rendered through the struts engine. So if I print <struts:radio .../> it will come out like <struts:radio.../> without any change. On the other hand if I don't incorporate struts tags into my utility functions and use just plain html code, I don't get to take the full advantage of struts tags. How do I get around this problem? thanks
__________________________________ Celebrate Yahoo!'s 10th Birthday! Yahoo! Netrospective: 100 Moments of the Web http://birthday.yahoo.com/netrospective/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]