You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Sonali Agrahari <so...@gmail.com> on 2018/04/03 06:37:00 UTC

How to hide parameters in hyperlink while using xml forms

Hello all,

  I am using OFBiz 12.04 version in my application. When XML-Forms are used,
its parameters value are shown in URL while using hyperlink.  How can I hide
these values from URL . i,e how to use POST method in XML forms.

https://localhost:8443/dashboard/control/FormName?stageId=1

I want to hide stageId.

Kindly help.

Regards,
Sonali




--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: How to hide parameters in hyperlink while using xml forms

Posted by Deepak Dixit <de...@hotwaxsystems.com>.
Hi Sonali,

You can use  link-type="hidden-form" attribute of hyperlink tag.

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Tue, Apr 3, 2018 at 2:41 PM, Sonali Agrahari <so...@gmail.com>
wrote:

> Yaa, I am using <field> tag for passing the values . For eg.
>
>          <field name="addStageActivityLink"
> title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
>             <hyperlink target="/taskmanagement/control/AddStageActivity"
> description="${uiLabelMap.stageActivities}" target-    type="inter-app">
>                 <parameter param-name="stageId"/>
>                 <parameter param-name="partyId"/>
>             </hyperlink>
>        </field>
>
>
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>

Re: How to hide parameters in hyperlink while using xml forms

Posted by Sonali Agrahari <so...@gmail.com>.
Yaa, I am using <field> tag for passing the values . For eg.

         <field name="addStageActivityLink"
title="${uiLabelMap.CommonEmptyHeader}" widget-style="buttontext">
            <hyperlink target="/taskmanagement/control/AddStageActivity"
description="${uiLabelMap.stageActivities}" target-    type="inter-app">
                <parameter param-name="stageId"/>
                <parameter param-name="partyId"/>
            </hyperlink>
       </field>





--
Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html

Re: How to hide parameters in hyperlink while using xml forms

Posted by deepak nigam <de...@gmail.com>.
Hi Sonali,

Are you using the <field> tag for passing the values?

On Tue, Apr 3, 2018 at 1:52 PM Sonali Agrahari <so...@gmail.com>
wrote:

> Hello all,
>
>   I am using OFBiz 12.04 version in my application. When XML-Forms are
> used,
> its parameters value are shown in URL while using hyperlink.  How can I
> hide
> these values from URL . i,e how to use POST method in XML forms.
>
> https://localhost:8443/dashboard/control/FormName?stageId=1
>
> I want to hide stageId.
>
> Kindly help.
>
> Regards,
> Sonali
>
>
>
>
> --
> Sent from: http://ofbiz.135035.n4.nabble.com/OFBiz-User-f135036.html
>