Page 1 of 1

Admin Help text, hint and tooltip not working

Posted: Tue May 27, 2014 3:54 am
by luky
Hi all,
I have been reading the Adding Help Text Tutorial from the broadleaf docs

and when i tried it doesn't show any help text or tooltip in the admin UI.

My code:

Code: Select all

  @Column(name="FIRST_NAME")
  @AdminPresentation(friendlyName="CustomerImpl_First_Name",tooltip="tooltip for firstName field",helpText="<p>Please Enter you FirstName</p>",hint="<p>FirstName</p>", order=2000, group="CustomerImpl_Customer",requiredOverride=RequiredOverride.REQUIRED, prominent=true, gridOrder=2000)
  protected String firstName;


Am I doing something wrong or missing any code?..FYI I am using Broadleaf-3.0.0 version.

Thanks

Re: Admin Help text, hint and tooltip not working

Posted: Wed May 28, 2014 2:01 pm
by phillipuniverse
This was not resolved until 3.0.9-GA: https://github.com/BroadleafCommerce/Br ... issues/180. You will need to upgrade to that version in order to get the fix.