Re: German currency format and D2W
Holzner Roman <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
I'm not sure if it is that, what you are looking for, but perhaps it is useful for you I just setted the formatter for a D2WEditNumber witht he WebAssistant to look what rules is makes for me. The following was the result: ((task = 'edit') and (entity.name = 'LineItem') and (propertyKey = 'price')) => formatter = "#.##0,00" Greets Roman On 21.03.2006, at 17:25, Guido Neitzer wrote: > Hi. > > What is the correct way to set a D2WEditNumber (or ERD2WEditNumber) > field to require the input in the german decimal format: > > e.g.: 1.000,45 > > I can't see how to get this with D2W rules, but perhaps I'm missing > something in the docs. Or do I have to create my own property level > component for this (can't believe that)? > > cug > > -- > PharmaLine, Essen, GERMANY > Software and Database Development > > > _______________________________________________ > WebObjects-dev mailing list > [email protected] > http://www.omnigroup.com/mailman/listinfo/webobjects-dev