Re: favicon.ico

2007-01-14 Thread Daniel Lydiard
http://en.wikipedia.org/wiki/Favicon a.. It has been suggested that both of the following XHTML element types should be included: http://example.com/favicon.ico"; type="image/x-icon" /> http://example.com/favicon.ico"; type="image/x-icon" /> However, only the former is necessary, as "short

Re: Best way to do Cookies in Tapestry 4 (full example)

2006-08-03 Thread Daniel Lydiard
I do something like this... @InjectObject("infrastructure:cookieSource") public abstract CookieSource getCookieSource(); public void pageBeginRender(PageEvent event) { IRequestCycle cycle = getRequestCycle(); if (!cycle.isRewinding()) { String cookieValue = getCookieSource().readCookieVal

Re: Hibernate persisted data never makes it to DB

2006-05-24 Thread Daniel Lydiard
Are you using OpenSessionInViewFilter (spring/hibernate)? The default flushmode is set to NEVER, so you need to override org.springframework.orm.hibernate3.support.OpenSessionInViewFilter @Override protected Session getSession(SessionFactory sessionFactory) throws DataAccessResourceFailureExc

Re: Tacos tree question

2006-05-10 Thread Daniel Lydiard
ling something incorrectly in dojo.widget.defineWidget I think. Could it be that you also have a widget on this page..? Or...Are you using the version of dojo that came packaged with the version of tacos you are using? On 5/10/06, Daniel Lydiard <[EMAIL PROTECTED]> wrote: I have a tree where

Tacos tree question

2006-05-10 Thread Daniel Lydiard
I have a tree where i'd like to have some nodes not-clickable, so I skip rendering the Tree hyperlink (same code used in Tacos Tree example) for those nodes. In Firefox it looks like it's working fine but in IE6 i get the following errors: FATAL: Could not load 'dojo.xml.Parse'; last tried '