[
https://issues.apache.org/jira/browse/OFBIZ-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ankit Jain updated OFBIZ-4119:
------------------------------
Attachment: OFBIZ-4119.patch
Hello Jacques,
This is the updated and working patch I have done the changes as Jacopo
suggested, please have a look.
In this patch I have completed the points of
# Duplicate Ids.
# Missing other templates/*FormMacroLibrary.ftl files
Now if <field id-name="abc"> and for
< hyperlink, display,... also-hidden="true"> then an hidden input created with
id="h_abc".
<input id="h_abc" value="" ..../>
and for <hidden /> the same id will be set as given by developer.
Thanks Jacopo , Jacques.
Regards
Ankit Jain
> Form Widget hyperlink issue.
> ----------------------------
>
> Key: OFBIZ-4119
> URL: https://issues.apache.org/jira/browse/OFBIZ-4119
> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Release Branch 10.04, SVN trunk
> Reporter: Ankit Jain
> Assignee: Jacques Le Roux
> Priority: Minor
> Fix For: SVN trunk
>
> Attachments: OFBIZ-4119.patch, OFBIZ-4119.patch
>
>
> If we take hyperlink field in form widget then an hidden input field created
> by the name same as the field name, which should not be done, and the id
> attribute is not set in the <a> tag.
> By adding id attribute in the <a> tag then its helpful for developers to
> perform action on it using js or css.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.