On Tuesday, April 5, 2011 10:00:52 AM UTC-4, Richard wrote:
>
> Also, is that view the 'create.html' view (so, you're loading a 'create'
>> component on the 'create' page itself)?
>>
>
> Yes, I was in a pretty early stage of testing the component... I get
> recursion when it "works"... I mean when I use {{=LOAD(c='ref',
> f='create.load', ajax=True)}}... It recursively load the entire page since I
> can't make it load my table form only... I try to load my component on an
> other view instead.
>
Hmm, I wouldn't think you would get recursion with the component using the
'create.load' view, assuming the 'create.load' view does not also include a
call to LOAD (does it?).