Hi Joost,
Other way is to use the .properties
But is not a dynamic form
Example .properties file:
secondCol-label=
firstCol-label=
2010/7/13 Joost Schouten (ml)
> Hi,
>
> I have the need for a blank label in my grid, but when I try:
>
> BeanModel.add(RelativePosition.BEFORE, "secondC
Hi,
I have the need for a blank label in my grid, but when I try:
BeanModel.add(RelativePosition.BEFORE, "secondCol", "firstCol",
null).label("");
Tapetry compains about a blank label. I can fix this by an @AfterRender
alteration of the generated DOM, but that is somewhat cumbersome. Am I
m