I have * @hibernate.property length="20" not-null="true" in my POJO and would like to edit the template to generate a maxLength attribute in my .xhtml file Something like ... maxLength=<XDtForm:fieldLENGTH/> ... Is there a tag I can use to do this?
Or will I need to add code to FormTagsHandler.jav / MethodExTagHandler.java ? If so how do I get appgen to use my modified versions of these files? I tried editing them it said it had compiled them (.class date confirmed this) but Appgen wasnn't using my changed code. Any ideas please? MTIA -- View this message in context: http://www.nabble.com/Appfuse--Appgen--JSF-tf3823497s2369.html#a10824379 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
