If values are not restored then check: - do you have public getters for all your fields of the entry? - do the names of fields of the entry match with the names in the constructor?
> Am 01.07.2016 um 00:50 schrieb Jacqueline Taing <[email protected]>: > > I wrote a plugin that extends from Dashboard view. The dashboard has default > values for entries in the Create View form. Sample content in > configure-entries.jelly is below: > > <f:section title="Dashboard Content"> > <f:entry title="Build Age (Days)" > > help="/plugin/quality-dashboard/help/help-configBuildAge.html"> > <f:textbox name="daysFilter" field="daysFilter" default="7" /> > </f:entry> > > The dashboard gets created properly (e.g. non-default values are used in the > dashboard created), but when I click Edit View link, the form does not show > the values that were used to create the view. Instead, it shows the default > values for the fields. > > How do I properly implement this so that current values used are propagated? > Do I need to create a different .jelly file for Edit View? > > Thanks! > -jacqui > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-dev/e6363b40-e65d-4f82-847e-faf417ccbce2%40googlegroups.com. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/07A88E65-58C7-4AFE-AC57-DDD2E51185A5%40gmail.com. For more options, visit https://groups.google.com/d/optout.
