[
https://issues.apache.org/jira/browse/OFBIZ-4119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12983815#action_12983815
]
Jacques Le Roux commented on OFBIZ-4119:
----------------------------------------
Hi Ankit,
I'm maybe missing something but I don't think it works. In ListSecurityGroups
form (Party) I have tried to change the hyperlink of the field groupId from
also-hidden="false" to true. I don't get a hidden field with an id="h_... ,
even not a hidden field and moreover it never passes by id = "h_" + id; in
MacroFormRenderer.java. Could you please have a look. Maybe you used another
use case for your tests?
> 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.