cancel
Showing results for 
Search instead for 
Did you mean: 

Set country value to default

Former Member
0 Kudos

Hi All,

In my identification page there is a input field for country, I want to set the country to default value. The code for input field is as given below.

<crmic:inputField

disabled ="<%=Search->GET_I_Country( )%>"

id ="Country"

value = "//Search/Country"

maxlength = "3"

showHelp = "TRUE"

width = "100%"

/>

How can i set this value to default value but it also possible to change the value and do the search.

With advance Thanks & Regards,

Sujith

Accepted Solutions (1)

Accepted Solutions (1)

P000636
Active Contributor
0 Kudos

Hi Sujith,

You are in the ICWebClient 5.0.. i guess. If you want initializate a attribute you should give the value in method DO_INITATTRIBUTES of implementation class of your view.. C*IMPL

Regards.

Manuel

Answers (0)