Class FieldTag

java.lang.Object
org.webpieces.templating.impl.tags.TemplateLoaderTag
org.webpieces.templating.impl.tags.FieldTag
All Implemented Interfaces:
org.webpieces.ctx.api.extension.Tag, HtmlTag

public class FieldTag extends TemplateLoaderTag implements HtmlTag
challenging to get right so heavily tested 1. on first GET request must render bean from an enum, array, collection, or just prmitive field as string 2. on second GET request must render flash IF set(even if null!!!) or the bean BUT the twist is flash is all Strings