• 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

<hx:inputHelperAssist> not working

 
Ranch Hand
Posts: 43
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello guys,
inputHelperAssist not working in my code. As code is short i am giving here. Here we go..

<h:inputText id="text4" size="10" required="true" tabindex="31" value="#{StoreNameBean.dates}" >
<f:converter converterId="converters.DateTimeConverter" />
<hx:inputHelperAssist errorClass="inputText_Error" promptCharacter="*" id="assist1" />

</h:inputText>

The converter which is given my me is custome made.

Any guesses ?
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Try IBM forum.

 
Ranch Hand
Posts: 2458
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I already answered this at the Sun forum: http://forums.sun.com/thread.jspa?threadID=5367506

You landed wrong here. JavaRanch is unfortunately not an IBM forum.

The problem with this IBM component library is that it is closed source and that its documentation is only available when you have paid for it (it is included in WSAD/RAD help menu). If it was open source, we could just have downloaded it and read the freely available documentation to help you (while you could just read it yourself, but OK). But in this case you can only rely on ones who have actual practical experience with it. And you can only meet those guys at the IBM developerworks forum. Good luck.
 
You don't know me, but I've been looking all over the world for. Thanks to the help from this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic