>>blocks remain invisible until you set/append them to values
Yes, but bv tags are used to override the default value of v tags.
So why all the previous markup (at least the validation related tags)
are not shown when the page is rendered?
Thanks.
On Jul 18, 12:21 am, "Emmanuel Okyere" <[EMAIL PROTECTED]> wrote:
> > 1.
> > ${v content/}
>
> > ${bv content}
> > ${b ERROR:firstname}Provide a valid firstname.${/b}
> > ${b MANDATORY:lastname}The lastname has to be provided.${/b}
> > ${b WRONGLENGTH:lastname}The lastname is too long.${/b}
> > ${b MANDATORY:*}This field has to be filled in.${/b}
> > ${b WRONGLENGTH:url}The url is too long.${/b}
> > ....
>
> > AFAIK, bv is used as the default value for the accompanying element.
> > When the page displayed, why all 'b' elements are not shown?
>
> blocks remain invisible until you set/append them to values
>
> Look at the Template.setBlock, Template.appendBlock methods
>
> 2. Elements like ${v FORM:INPUT:firstname} and ${v
>
> > FORM:INPUT:lastname}
> > are used to map firstname and lastname to instance propeties of Friend
> > object?
>
> FORM:INPUT is a prefix RIFE uses for form generation; look
> athttp://rifers.org/wiki/display/RIFE/Forms
>
> Cheers,
> Emmanuel
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"rife-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/rife-users?hl=en
-~----------~----~----~----~------~----~------~--~---