• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

PropertyEditorManager doesn't find my PropertyEditor

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

This is my first post on JR and I begin with a question about a Java SE feature that I'm not able to make work.

I try to use a PropertyEditor to convert a String into a MyCustomType. To do so, I create a MyCustomTypeEditor extending java.beans.PropertyEditorSupport.

I used :

to locate (and get) my MyCustomTypeEditor.

According to the JavaDoc :
instead of my editor.

Maybe forgot I something. I asked some others Java developpers, but we didn't found a clue.
[ September 28, 2005: Message edited by: Lionel Bartel ]
 
High Plains Drifter
Posts: 7289
Netbeans IDE VI Editor
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"herisson"

Welcome to JavaRanch!

Please review our naming policy and adjust your display name accordingly.

Thank you.
[ September 27, 2005: Message edited by: Michael Ernest ]
reply
    Bookmark Topic Watch Topic
  • New Topic