Hey all,
at this time we have two T5.4 compatible release announcements to make.
First tapestry-security 0.6.3:
While working on securing an Ember frontend with Tapestry backend, I
noticed that tynamo-resteasy didn't want to play well with security. I'm
fairly surprised this issue surfaced only n
On 14.12.2015 12:48, Thiago H de Paula Figueiredo wrote:
Have you tried to @Inject BeanModelSource and call
beanModelSource.createDisplayModel(yourClass.class, messages) and see
what are the properties (PropertyModel instances) it detects?
So in the tml I know have a random property name:
On 14.12.2015 12:50, Chris Poulsen wrote:
The error you are getting happens because the BeanModel for your grid
already contains a property called "delete".
If I replace
add="delete"
with
add="deleteHVUHDVIUDHVS"
I will get a message that the Model already contains "deleteHVUHDVIUDHVS"
So
I don't know what you mean by having tried many library combinations. But
Tapestry related libs should all be the same version and without duplicates
in your runtime.
The error you are getting happens because the BeanModel for your grid
already contains a property called "delete".
So if you actua
On Mon, 14 Dec 2015 09:04:15 -0200, Vangel V. Ajanovski
wrote:
But, this debate is fruitless, because it does not matter.
I tried using "include", the problem remains.
Have you tried to @Inject BeanModelSource and call
beanModelSource.createDisplayModel(yourClass.class, messages) and see
On Sat, 12 Dec 2015 16:42:51 -0200, Luca Arzeni wrote:
Hi Dimitris,
Hi, Luca!
Thanks for the insights about JBoss. I've never used it, so I've learned
some new stuff today and I thank you for that. :)
I agree with you when you say the problem is caused by JBoss separating
which classlo
First of all, I have made a mistake in the subject - it was supposed to
be 5.4-rc-1
On 14.12.2015 09:18, Chris Poulsen wrote:
show. (If you are not using include, a number of things can go wrong like:
the Degree class may evolved, the hibernate stuff may have added extra
runtime properties that
Hi,
I don't know if there is an issue with the GA, but you are relying on
introspection to find your bean properties; that is asking for trouble IMO.
Always use property whitelisting to achieve a stable set of properties for
your grids. Basically make sure to "include" the properties you want to