View Single Post
  #5 (permalink)  
Old September 10th, 2007, 03:54
satya_m satya_m is offline
Junior Member
 
Join Date: May 2007
Location: Singapore
Posts: 26
Thanks: 0
Thanked 1 Time in 1 Post
Groans: 0
Groaned at 0 Times in 0 Posts
Rep Power: 0
satya_m is on a distinguished road
Re: Mandatory Field - Red Star

Hi Saufil,

In your xsl, search for 'order_release/xid' . You will find something like this in the same template.

<xsl:with-param name="required">true</xsl:with-param>. change the 'true' to 'false'.

If you are using jspx, search for the same string 'order_release/xid' , you will find an attribute in the same template which will be like - required='true' , make it false.

To find out which xsl/jspx you have to modify, open your new/edit page in a new window and on the top to the left side you will find an icon ( OTM or GC3). Click on it, it will display the xml and in the 2nd or 3rd line, you will see the xsl/jspx name.

Regards
Satya
Reply With Quote