Skip to content
vahidhedayati edited this page Jan 2, 2015 · 1 revision

Profile creation/updating feature added to taglib call. This works in conjunction with invites which with email address will contact end user.

<chat:connect can include a map collection of user profile:
profile="[email: 'something@domain.com']"

Full tag:

profile="[email: 'something@domain.com', firstName:firstName, middleName:middleName, lastName:lastName, age:age, birthDate:birthDate, wage:wage, email:email, homePage:homePage, martialStatus:martialStatus, children:children , gender:"Male/Female"]"

If you wish to update profile upon each usage:

updateProfile="true/false" -- default is false

Two additional tag libs to work with <chat:connect:

<chat:includeAllStyle/>
<chat:includeStyle/>

Use one or the other, I found on a default grails site I needed includeAllStyles.

Clone this wiki locally