What also-hidden="false" attribute do in <hyperlink> tag of Form Widget ?
I know that this question might have been asked on the mailing list but I am sorry I am unable to search it. I would be thankful for any pointer. -- Thanks & Regards Ashish Vijaywargiya +919893479711 |
from
/framework/widgets/src/org.ofbiz.widget.form.ModelForm.java renderItemRow() case ModelFormField.FieldInfo.HYPERLINK i looks like it is not shown in the row data. Ashish Vijaywargiya sent the following on 4/4/2008 6:52 AM: > What also-hidden="false" attribute do in <hyperlink> tag of Form Widget ? > I know that this question might have been asked on the mailing list but I am > sorry I am unable to search it. > > I would be thankful for any pointer. > |
In reply to this post by Ashish Vijaywargiya
Hi Ashish,
if also-hidden is set to true, the field is rendered as a link AND as an hidden (HTML) form field; this is useful when you have a form of type List that contains some editable fields (i.e. one form for each row; or with multi form) and you want the field rendered as link to be also posted when the form is submitted. Hope it helps, Jacopo On Apr 4, 2008, at 3:52 PM, Ashish Vijaywargiya wrote: > What also-hidden="false" attribute do in <hyperlink> tag of Form > Widget ? > I know that this question might have been asked on the mailing list > but I am > sorry I am unable to search it. > > I would be thankful for any pointer. > > -- > Thanks & Regards > Ashish Vijaywargiya > +919893479711 |
Jacopo
That does help, because I couldn't understand the need either. But, now, it makes great sense. Skip -----Original Message----- From: Jacopo Cappellato [mailto:[hidden email]] Sent: Friday, April 04, 2008 10:38 PM To: [hidden email] Subject: Re: Meaning of also-hidden="false" in <hyperlink> tag ? Hi Ashish, if also-hidden is set to true, the field is rendered as a link AND as an hidden (HTML) form field; this is useful when you have a form of type List that contains some editable fields (i.e. one form for each row; or with multi form) and you want the field rendered as link to be also posted when the form is submitted. Hope it helps, Jacopo On Apr 4, 2008, at 3:52 PM, Ashish Vijaywargiya wrote: > What also-hidden="false" attribute do in <hyperlink> tag of Form > Widget ? > I know that this question might have been asked on the mailing list > but I am > sorry I am unable to search it. > > I would be thankful for any pointer. > > -- > Thanks & Regards > Ashish Vijaywargiya > +919893479711 No virus found in this incoming message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.1/1352 - Release Date: 3/31/2008 10:13 AM No virus found in this outgoing message. Checked by AVG. Version: 7.5.519 / Virus Database: 269.22.1/1352 - Release Date: 3/31/2008 10:13 AM |
Thx a lot Jacopo.
On Sat, Apr 5, 2008 at 2:33 AM, skip@thedevers <[hidden email]> wrote: > Jacopo > > That does help, because I couldn't understand the need either. But, now, > it > makes great sense. > > Skip > > -----Original Message----- > From: Jacopo Cappellato [mailto:[hidden email]] > Sent: Friday, April 04, 2008 10:38 PM > To: [hidden email] > Subject: Re: Meaning of also-hidden="false" in <hyperlink> tag ? > > > Hi Ashish, > > if also-hidden is set to true, the field is rendered as a link AND as > an hidden (HTML) form field; this is useful when you have a form of > type List that contains some editable fields (i.e. one form for each > row; or with multi form) and you want the field rendered as link to be > also posted when the form is submitted. > > Hope it helps, > > Jacopo > > > On Apr 4, 2008, at 3:52 PM, Ashish Vijaywargiya wrote: > > What also-hidden="false" attribute do in <hyperlink> tag of Form > > Widget ? > > I know that this question might have been asked on the mailing list > > but I am > > sorry I am unable to search it. > > > > I would be thankful for any pointer. > > > > -- > > Thanks & Regards > > Ashish Vijaywargiya > > +919893479711 > > > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.519 / Virus Database: 269.22.1/1352 - Release Date: 3/31/2008 > 10:13 AM > > No virus found in this outgoing message. > Checked by AVG. > Version: 7.5.519 / Virus Database: 269.22.1/1352 - Release Date: 3/31/2008 > 10:13 AM > > -- Thanks & Regards Ashish Vijaywargiya +919893479711 |
Free forum by Nabble | Edit this page |