Message Boards

Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Show field info while hover
hover field
Answer
3/7/13 10:43 AM
Hello,
First I'd like to congrate all the team for this super tool that helped me a lot. emoticon

I'd like to ask, if there's any methode to show informarion related to the field I'm hover ?

Ex: Student name while hover a little pop-up indicates that I have to enter the name of the student ?


Thanks

RE: Show field info while hover
Answer
3/7/13 1:43 PM as a reply to Mido Me.
   Hola Mido,

                Great you like the tool, hope it helps you more and more as it does for many.
                As you probably know, liferay AUI:INPUT has an attribute that perform this task you are looking for, you can see more on : 

http://www.liferay.com/community/wiki/-/wiki/Main/Alloy+UI+Forms+%28aui%29#section-Alloy+UI+Forms+(aui)-Input

                Sorry we have not implemented this on the XML definition yet, it would be nice to have. We are open to suggestions.


      Saludos, Jack A. Rider

RE: Show field info while hover
Answer
3/7/13 1:56 PM as a reply to Jack A. Rider.
Thanks alot for you rapid answer !

Ok, I thought that there was a way to do it directly from the XML def.

I have another problem with a basic xml file

it deploys and I can see it form the Liferay Portal but when I try to add something I've this message:

No CategoryTypes exists with the primary key 0

and when i browse the database I find the row was successfully inserted

My JBoss debug

""
13:54:34,302 INFO  (http--127.0.0.1-8080-5) 13:54:34,301
ERROR [http--127.0.0.1-8080-5][Bea nPropertiesImpl:337] jodd.bean.BeanException: Simple property not found: nUMBER2 Invalid property: 'myCollImpl#nUMBER2' (actual:'myCollImpl#nUMBER2', forced=false)
13:54:34,304 INFO  (http--127.0.0.1-8080-5) jodd.bean.BeanException: Simple property not found: nUMBER2 Invalid property: 'myCollImpl#nUMBER2' (actual:'myCollImpl#nUMBER2', forced=false)

""

PS: I attached my XML file

Thanks alot
Attachments: myColl.xml (1.3k)

RE: Show field info while hover
Answer
3/10/13 8:43 AM as a reply to Mido Me.
Hi Mido,

Try changing <name> of your fields to lowercase, then re-build the whole portlet, and check if error went away.