| Author |
Message |
|
|
|
Post subject: Problems with Expression -> Value Class
Posted: Apr 17, 2008 - 04:47 AM
|
|
Joined: Apr 17, 2008
Posts: 3
|
|
Hi!
I've a really strange Problem. If i define the Field Value Class from Expressions to Java.math.BigDecimal it automatically jumps back to java.lang.String.
The Field is now defined as Java.math.BigDecimal but shows java.lang.String.
So it is quit difficult to bugfix, because I can't see if the field is BigDecimal or not because everything is shown as java.lang.String.
The other Problem is, if i want to set the field back to java.lang.String it does not work. it's just still showing java.lang.string but if it was once defined as BigDecimal the only possibility is to delete the TextField and to create a new one.
btw. I'm using Eclipse Version: 3.3.2
Does maybe anyone know this Problem? Is there any solution?
Thanks for your help!!! |
|
|
| |
|
|
|
 |
|
|
| |