Re: T5: How to remove default.css?not replace

2008-03-16 Thread jimlaren
e, thanks! jim jimlaren wrote: I would like to remove the default.css.I developed a site for i-mode with chtml which have problem if there is a css file in the page. any idea? Thanks. jim - To unsubscribe, e-mail: [EMAIL PROT

T5: How to remove default.css?not replace

2008-03-15 Thread jimlaren
I would like to remove the default.css.I developed a site for i-mode with chtml which have problem if there is a css file in the page. any idea? Thanks. jim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: InjectPageLink and InjectExternalLink

2006-12-13 Thread jimlaren
done! http://issues.apache.org/jira/browse/TAPESTRY-1184 >andyhot wrote: > Looks interesting. > Please add a JIRA and attach the files there. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

InjectPageLink and InjectExternalLink

2006-12-11 Thread jimlaren
As a return type of listener method,ILink can be used to perform a redirect-after-post.So it will be a great convenience to inject ILink using annotations. @InjectPageLink("Home") public abstract ILink getHomeLink(); @InjectExternalLink("ShowCategory") public abstract ILink getCategoryLink(Long

Re: ILink return type for page listener.

2006-10-24 Thread jimlaren
Your page class define (Example YourBasePageClass): @InjectObject("engine-service:external") public abstract IEngineService getExternalService(); public ILink getExternalLink(String pageName, Object[] parameters) { ExternalServiceParameter esp = new Exter