Hi,
Is there any way to inject a Spring bean into an IEngineService (defined
in hivemodule.xml) ? I tried to do this by using @InjectSpring
(tapestry-spring), however I get a null pointer exception for the
injected object.
@InjectSpring("entityService")
public EntityService getEntityService()
I have noticed that page rendering on Internet Explorer seems to have
"flicker effect" and you can see the page getting loaded twice , very
distinctly.
This can be observed even in the Tapestry 4.1.2 demo :
http://opencomponentry.com:8080/timetracker/app .
If the refresh button is pressed on t
Hi,
Has anyone been able to customize the look and feel of the Autocomplete
component in 4.1.2 ? For instance , giving it a different coloured
background or changing the font size ? The javascript seems to override
any CSS styling that we provide. It seems like a trivial thing to be
able to do.
Hi ,
We are using Tapestry Autocompletes extensively in our application and
have decided to go with 4.1.2-SNAPSHOT since it fixes a few issues with
4.1.1-SNAPSHOT. There seems to be a generic issue which seems to affect
this component.
Synopsis :
1. A page which creates an object contain
Hi ,
I am having an issue with a table within a form. I have a checkbox that
I use in every table row , however the field associated to the checkbox
does not remember whether it was checked or not in the listener method.
I am not sure why. I have tried various approaches , including setting
the o