Hi guys, I need to write a resource into the src/main/resources file that is related to a class MyForm.

I'm using this code but it smells:

resource.getResource(viewBean.getQualifiedName().replace('.', File.separatorChar)+".html")

Suggestions about the best way to do that ??

Thank you.

--
****************************************
http://www.lucamasini.net
http://twitter.com/lmasini
http://www.linkedin.com/pub/luca-masini/7/10/2b9
****************************************