cancel
Showing results for 
Search instead for 
Did you mean: 

Clear the default value type I in an input field

Former Member
0 Kudos

My web dynpro has a input field. This input field is mapped with a context attribute which type is I.

I want that this field doesn't show the default value 0.

If I change the attribute context to String I lose the standard message "The Entered Value Can Only Contain Numerical Characters" and the input field is not in red with this error.

1.- If I use a context attribute type I, How can I show an empty default value ?

2.- If I use a context attribute type string, How can I use the standard error "The Entered Value Can Only Contain Numerical Characters" and show the Input field in red?

How do I solve this?

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

please look in your other thread for first point,

the other point is handled by the framework when not using

input string or character in a numeric field

grtz,

Koen

Answers (1)

Answers (1)

Former Member
0 Kudos

The problems has been solved.

Thanks a lot.