[VOTE] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-11 Thread Leszek Gawron
I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro file which is kind of ugly IMO - see yourself:

Re: [VOTE] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-11 Thread Upayavira
Leszek Gawron wrote: I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro file which is kind of ugly IMO - see

Re: [VOTE] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-11 Thread Leszek Gawron
Upayavira wrote: Leszek Gawron wrote: I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro file which is kind of

Re: [VOTE] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-11 Thread Leszek Gawron
just for the record :) [+1] Yes go for it. [ ] It's a bad idea - leave jx-macros.xml untouched! [ ] It's not jx-macros.xml fault. CForms should be changed if current solution isn't right. -- Leszek Gawron [EMAIL PROTECTED] IT Manager

Re: [VOTE] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-11 Thread Upayavira
Leszek Gawron wrote: Upayavira wrote: Leszek Gawron wrote: I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro

Re: [VOTE] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-11 Thread Daniel Fagerstrom
Leszek Gawron wrote: I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro file which is kind of ugly IMO - see

Re: [VOTE] CForms instruction set for jxtg rendering vs. jx-macros.xml file

2005-05-11 Thread Vadim Gritsenko
Daniel Fagerstrom wrote: Leszek Gawron wrote: I have refactored JXTG recently so now instructions like jx:for, jx:if are defined in separate file: src/block/template/java/org/apache/cocoon/template/template-instructions.xml Right now we are rendering forms in jxtg using a macro file which is