Re: getInfrastructure() is null

2007-07-01 Thread Igor Drobiazko
Hi, I'm not sure I understand what you want to do. What do you mean by "Inside BaseEngine's setLocale method". Do you have your own implementation of the IEngine interface or do you extend BaseEngine? In both cases you have to tell tapestry to use your class. For that purpose you have the attrib

[T4] about JSON in Tapestry

2007-07-01 Thread #Cyrille37#
Hi, I can see that JSon is implemented in Tapestry4.1.x (IJSONRender,ResponseBuilder) Today I use JSon for communicate between Java Applet and WebApp, I've go a Servlet that make the bridge from JSon call to the WebApp via some Spring Beans. Perhaps I can stop to use this Servlet and manage

Re: 4.1.2 dojo gregorian.js

2007-07-01 Thread Paul Stanton
Jesse, I just added: to my .applicaiton file. This solves it for me, and is most likely an good improvement for my application for other reasons. Thanks, Paul. Jesse Kuhnert wrote: You can try replacing the default version of "ajaxShellDelegate" given to the Shell/ScriptIncludes with your

Re: T5 XHTML compliant markup

2007-07-01 Thread Martin Grotzke
On Sun, 2007-07-01 at 20:04 +0200, Martin Grotzke wrote: > On Fri, 2007-06-29 at 11:57 -0700, Howard Lewis Ship wrote: > This issue is very crucial for us, so until this feature is implemented > we need to implement some workaround or quick fix that creates valid > xhtml output. > > What would be

getInfrastructure() is null

2007-07-01 Thread munich
Inside BaseEngine's setLocale method, I want to overwrite the Locale, depending on the domain name. However, getInfrastructure() returns null. How can I access the domain name alternatively? - To unsubscribe, e-mail: [EMAIL PRO

[T4] ognl: inner component refer container component

2007-07-01 Thread #Cyrille37#
Hi, There is a component which contains an inner component. In the inner component I try to refer a property defined in the container component. It works in the inner component html : but it doesn't works in the inner component jwc specification file : initial-value="ognl:container.cur

Re: Build Tapestry5.0.5 error

2007-07-01 Thread Howard Lewis Ship
5.0.6-SNAPSHOT will have the fix, along with a re-organization of the project structure that'll make it much easier to check out and build the whole thing. On 6/30/07, Allen Guo <[EMAIL PROTECTED]> wrote: I use Maven 2.0.7. But the same error occurred Howard Lewis Ship 写道: > Use Maven 2.0.5. >

T5 Asset locations/overall design

2007-07-01 Thread Bruce Petro
I've been able to get assets loading if I place them with the pages (read: java page files) and load them via Java syntax. I understand in some cases there can be java page files without templates so that behavior is correct as far as it goes. However for any page with significant GUI building it's

Re: T5 XHTML compliant markup

2007-07-01 Thread Martin Grotzke
On Fri, 2007-06-29 at 11:57 -0700, Howard Lewis Ship wrote: > This is an unimplemented feature; currently Tapestry isn't smart > enough to output well-formed markup just because the template > specified an XML doctype. Please check JIRA and add an issue if not > present. Ok, I'll do this. This iss