On 7 Jul 2014, at 11:01 pm, Thiago H de Paula Figueiredo
wrote:
> On Mon, 07 Jul 2014 09:41:35 -0300, squallmat . wrote:
>
>> here's my code to be more clear :
>>
>> In EnvoiFichiers.java :
>> .
>> // Client sending files form
>> @Component(id = "sendFilesClientForm")
>> private Form form
On Mon, 07 Jul 2014 09:41:35 -0300, squallmat .
wrote:
here's my code to be more clear :
In EnvoiFichiers.java :
.
// Client sending files form
@Component(id = "sendFilesClientForm")
private Form formClient;
If you use @Component, you're declaring the component in the class, not in
t
here's my code to be more clear :
In EnvoiFichiers.java :
.
// Client sending files form
@Component(id = "sendFilesClientForm")
private Form formClient;
// Collaborator sending files form
@Component(id = "sendFilesCollaboratorForm")
private Form formCollaborator;
.
In EnvoiFichiers.tm
On Mon, 07 Jul 2014 05:58:30 -0300, squallmat .
wrote:
I have two t:form embedded components defined in my java class with the
good ids.
What do you mean by good ids?
When I tried to launch that I got this message error :
"Embedded component(s) sendFilesClientForm, sendFilesCollaboratorFo
Are you sure? Here's a working example:
http://jumpstart.doublenegative.com.au/jumpstart7/together/filtercrud/persons
Cheers,
Geoff
On 7 Jul 2014, at 6:58 pm, squallmat . wrote:
> I have two t:form embedded components defined in my java class with the
> good ids.
> And in my template