Hi Tyler,
I've converted the generator to use the JAVA Template factory and
tomorrow I'll convert over from groovy to pure .java, with compilation
to .class files. I have all the pieces in place now to generate as
much information from the Metadata as possible, but now I need to
allow custom con
I've converted the generator to use the JAVA Template factory and
tomorrow I'll convert over from groovy to pure .java, with compilation
to .class files. I have all the pieces in place now to generate as
much information from the Metadata as possible, but now I need to
allow custom constraint addit
Hi Marcus,
\[!V (the backslash)
means that the template tag is escaped and not processed. RIFE/Crud
uses templates to create new templates on-the-fly.
In a regular application you can achieve this easily with the BV tag.
The logic is simple:
* values provide place holders for content
* b
Is there an *easy* way to use a value tag to form the name of another
value tag? Something like what I've found in RIFE/Crud templates:
I've tried to do something similar in my project, to no avail. It
seems RIFE/Crud does some magic transforming these templates to make
them work.
-- Marcus
___