Actually you can do something similar, you can just create a Seam component that extends org.jboss.seam.web.AbstractResource and implement the getResource() and getResourcePath() methods. Take a look at org.jboss.seam.captcha.CaptchaImage for an example.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4084852#4084852 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4084852 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
