Here are the properties:

<cfproperty ftSeq="1" ftFieldSet="English" name="title" type="string"
required="false"
                        hint="Title (Headline) of an Article" ftLabel="Title "
ftType="string" />
<cfproperty ftSeq="11" ftFieldSet="Russian" name="title_russian"
type="string" required="false"
                        hint="Title (Headline) of an Article" ftLabel="Title on 
Russian "
ftType="string" />
<cfproperty ftSeq="21" ftFieldSet="Armenian" name="title_armenian"
type="string" required="false"
                        hint="Title (Headline) of an Article" ftLabel="Title on 
Armenian"
ftType="string" />

If title is empty it does not get approved.



On Oct 13, 3:24 am, Geoffrey Bowers <[email protected]> wrote:
> On 13/10/2010, at 6:34 AM, smika wrote:
>
> > I have a content type that contains 3 languages, title, title_russian,
> > title_armenian.
> > Now when i am trying to approve this content type, it never happen if
> > title field is empty.
> > As far as i understand i should override onApprove function in
> > types.cfc. But i cant get where i should change use of title field to
> > say title_armenian.
>
> There shouldn't be anything special about a property called "title".  If you 
> have not set any validation for it there should be no problem.
>
> What error do you get?  And can you post the CFPROPERTY tag you are using to 
> define the property in your content type, please ;)
>
> -- geoffhttp://www.daemon.com.au/
> skype. gb.daemon

-- 
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry

Reply via email to