Problem with XTile component

2007-07-31 Thread Dave Kallstrom
4.1.2 Any help would be appreciated. -- Dave Kallstrom

Re: Tap 5 FormSupport Exception

2007-02-14 Thread Dave Kallstrom
Okay now it's fixed. Had leftover html in my Home.html page without surrounding form component. Oops. So now I have tap5 form with validation running. On 2/14/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: Even more interesting when I comment out all of the html I get the same error.

Re: Tap 5 FormSupport Exception

2007-02-14 Thread Dave Kallstrom
Even more interesting when I comment out all of the html I get the same error. It must be complaining about my .java file. I suppose tap is not finding the html template. On 2/14/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: Interesting though when I take away the form component I get th

Re: Tap 5 FormSupport Exception

2007-02-14 Thread Dave Kallstrom
Interesting though when I take away the form component I get the same error On 2/14/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: This is what I have : : On 2/14/07, D&

Re: Tap 5 FormSupport Exception

2007-02-14 Thread Dave Kallstrom
without a containing Form component. On 2/14/07, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > > I hope this user list is ready for tap5 questions if not please disregard. > I am working on my first tap5 hello world page and am having a little > trouble with form submission. > I co

Tap 5 FormSupport Exception

2007-02-14 Thread Dave Kallstrom
I need to provide PageRenderSupport but could not find documentation on how to do so. Any help would be appreciated. -- Dave Kallstrom

ServletContext

2006-12-28 Thread Dave Kallstrom
can I dynamically construct a url to this servlet? I have the ServletContext that tapestry is running in. but I don't see anyway to generate a url from that to a different servlet. -- Dave Kallstrom

Re: Html Email Messages

2006-12-13 Thread Dave Kallstrom
ilter); } // render response cycle.renderPage(this); _writer.close(); } } Dave Kallstrom wrote: > > getRequestGlobals is injected into our BasePage as in the following... > @InjectObject("service:tapes

Re: Html Email Messages

2006-12-13 Thread Dave Kallstrom
9 Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Dave Kallstrom - To unsu

Re: Html Email Messages

2006-12-11 Thread Dave Kallstrom
sure the headers don't get sent, but I believe that is a method you can overload in the Response. --sam On 12/7/06, Dave Kallstrom <[EMAIL PROTECTED]> wrote: > In tapestry versions prior to 4.1 we rendered email message using tapestry > with the following code. > > B

Html Email Messages

2006-12-07 Thread Dave Kallstrom
to implement a new ResponseBuilder somehow or extend the DefaultResponseBuilder? Or is there a better way to render tapestry pages for html email? -- Dave Kallstrom