Hello,
My form list is as follows:
----------------------------------------------------------------------------------------------------------------------------
<form name="ListSuppliers" type="list" list-name="listIt"
paginate-target="FindSuppliers"
default-entity-name="AkmSupplier" separate-columns="true"
odd-row-style="alternate-row"
header-row-style="header-row-2"
default-table-style="basic-table hover-bar">
<actions>
<service service-name="performFind" result-map="result"
result-map-list="listIt">
<field-map field-name="inputFields" from-field="eximCtx"/>
<field-map field-name="entityName" value="AkmSupplier"/>
<field-map field-name="orderBy" from-field="parameters.sortField"/>
<field-map field-name="viewIndex" from-field="viewIndex"/>
<field-map field-name="viewSize" from-field="viewSize"/>
</service>
</actions>
<field name="supplierWebsite" title="${uiLabelMap.supplierWebsite}">
<hyperlink target="external" description="${supplierWebsite}"
also-hidden="false">
<parameter param-name="supplierWebsite"/>
</hyperlink>
</field>
</form>
-----------------------------------------------------------------------------------------------------------------
${supplierWebsite} in the above form is http://www.abconsultancy.co.in
which is an external website.
While clicking the above link in the form, it is taking through the
controller. I want to open the external website directly bypassing the
controller and in a different window.
Pls help.
regards
Avijit Bose