tapestry-spring and IEngineService

2007-02-06 Thread Nalin Gupta
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() {

Render qustion , Tapestry 4.1.2 , IE

2007-01-16 Thread Nalin Gupta
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

Autocomplete custom look and feel

2007-01-10 Thread Nalin Gupta
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.

Contrib:table and with editable form

2007-01-01 Thread Nalin Gupta
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