Re: crux not injecting model in view

2021-10-06 Thread Roman Isitua
g works in all three (There is some anomaly in > CruxGitHubCommitLogViewer but I didn't think it was relevant for these > tests). > > > > Hiedra. > > > > *De:* Maria Jose Esteve > *Enviado el:* lunes, 20 de septiembre de 2021 12:30 > *Para:* users@royal

Re: crux not injecting model in view

2021-09-21 Thread Roman Isitua
> > > Hiedra. > > > > *De:* Maria Jose Esteve > *Enviado el:* lunes, 20 de septiembre de 2021 12:30 > *Para:* users@royale.apache.org > *Asunto:* RE: crux not injecting model in view > > > > Hi Roman, > > If you compile and run the crux SDK example

Re: crux not injecting model in view

2021-09-20 Thread Roman Isitua
> *Sent: *Saturday, September 18, 2021 11:21 PM > *To: *users@royale.apache.org > *Subject: *Re: crux not injecting model in view > > > > I got it to work on *royale version 0.9.7*. > > > > I corrected a mistake I was making as follows > > > > // [Injec

Re: crux not injecting model in view

2021-09-20 Thread Roman Isitua
gt; *From: *Roman Isitua > *Sent: *Saturday, September 18, 2021 11:21 PM > *To: *users@royale.apache.org > *Subject: *Re: crux not injecting model in view > > > > I got it to work on *royale version 0.9.7*. > > > > I corrected a mistake I was making as follows > &

Re: crux not injecting model in view

2021-09-20 Thread Roman Isitua
t; > *De:* Maria Jose Esteve > *Enviado el:* domingo, 19 de septiembre de 2021 16:15 > *Para:* users@royale.apache.org > *Asunto:* RE: crux not injecting model in view > > > > Hi Roman, > > I created a Jewel+crux project with the sdk archetypes [1]. Then, I added >

Re: crux not injecting model in view

2021-09-20 Thread Roman Isitua
ory/romanisitua/RomanIsitua/ASimpleRoyaleTestApp > > > > Hiedra. > > > > *De:* Maria Jose Esteve > *Enviado el:* sábado, 18 de septiembre de 2021 19:48 > *Para:* users@royale.apache.org > *Asunto:* RE: crux not injecting model in view > > > > Hi Roman, &g

RE: crux not injecting model in view

2021-09-20 Thread Maria Jose Esteve
Hiedra De: Maria Jose Esteve Enviado el: domingo, 19 de septiembre de 2021 16:15 Para: users@royale.apache.org Asunto: RE: crux not injecting model in view Hi Roman, I created a Jewel+crux project with the sdk archetypes [1]. Then, I added your files and completed with some other... The truth is

RE: crux not injecting model in view

2021-09-19 Thread Maria Jose Esteve
mjesteve/royale-examples/tree/laboratory/romanisitua/RomanIsitua/ASimpleRoyaleTestApp Hiedra. De: Maria Jose Esteve Enviado el: sábado, 18 de septiembre de 2021 19:48 Para: users@royale.apache.org Asunto: RE: crux not injecting model in view Hi Roman, I saw your previous code and now I will see this

RE: crux not injecting model in view

2021-09-18 Thread Yishay Weiss
Can you please report [1] that bug? [1] Issues (github.com)<https://github.com/issues> From: Roman Isitua<mailto:romanisi...@gmail.com> Sent: Saturday, September 18, 2021 11:21 PM To: users@royale.apache.org<mailto:users@royale.apache.org> Subject: Re: crux not injecting model

Re: crux not injecting model in view

2021-09-18 Thread Roman Isitua
know if I will be able to because although I >>> use Crux and amf my implementation is different from yours and I don't >>> control all the concepts (my original project was set up by a Royale expert >>> company). >>> >>> >>> >>

Re: crux not injecting model in view

2021-09-18 Thread Roman Isitua
I don't >> control all the concepts (my original project was set up by a Royale expert >> company). >> >> >> >> I'll let you know if I get something. >> >> Hiedra. >> >> >> >> *De:* Roman Isitua >> *Envi

Re: crux not injecting model in view

2021-09-18 Thread Roman Isitua
ra. > > > > *De:* Roman Isitua > *Enviado el:* sábado, 18 de septiembre de 2021 18:37 > *Para:* users@royale.apache.org > *Asunto:* crux not injecting model in view > > > > I intend to populate a jewel drop down with data from the server. I have > config

RE: crux not injecting model in view

2021-09-18 Thread Maria Jose Esteve
y a Royale expert company). I'll let you know if I get something. Hiedra. De: Roman Isitua Enviado el: sábado, 18 de septiembre de 2021 18:37 Para: users@royale.apache.org Asunto: crux not injecting model in view I intend to populate a jewel drop down with data from the server. I have

crux not injecting model in view

2021-09-18 Thread Roman Isitua
I intend to populate a jewel drop down with data from the server. I have configured the controller and service in the Beans.xml file. >From the logs injection happens. However, I have observed that the model is not injected into the view. Any ideas ? My code is implemented as follows LovBO pu