Couldn't you just change the template (you're already using a custom
one, right?) to have a hard-coded "String" type instead of generating
it dynamically or however 's template currently does it?
Also, if you have a look at section 11.4.1 of my book you'll see an
(ugly, admittedly) example of g
I am using the task to generate a struts' form from a Hibernate
object. I'm having a problem where I have a couple of Long variables that
are Long's in my StrutsForm. How can I change this so all variables in the
StrutsForm are Strings?
Thanks,
Matt
-