Re: [Xdoclet-devel] generating Strings for all elements in a struts form

2002-12-26 Thread Erik Hatcher
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

[Xdoclet-devel] generating Strings for all elements in a struts form

2002-12-26 Thread Raible, Matt
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 -