Another issue is I am extending from
public abstract class Gallery extends AbstractFormWidget
So I can leverage JSON and Script... like AutoComplete widget
This guy is not a BaseComponent... and will not leverage the template. Am I
locked out from operating a template now?
Jesse, can you
Here is my Home.html
My Gallery.JAVA gets called...
But my Gallery.html gets ignored.
How can I get this thing to render my Gallery.html
I'd like to tell Gallery.JAVA to grab Gallery.html and render it while it
maintains all of it's own metrics calculations.Best rega
Tried this in my Home.html...
Tag on line 10 is a dynamic component, and may not appear inside an
ignored block.
org.apache.tapestry.parse.TemplateParseException
Tag on line 10 is a dynamic component, and may not appear inside an
ignored block.
location:
context:/WEB-INF/Home.html, l
Folks,
I have a template in html that is a makeup of tapestry and html markup...
Markup is below...
I want to render it inside my component as the body.
Does tap-4.1.2 support this? I'd hate to have to convert it all to JAVA.
Inside my
protected void renderComponent(IMarkupWriter writer