Grid: multiple within grid row

2009-02-23 Thread Jason Tan
Hi, I'd like to render multiple elements within the same grid row. Searching this mailing list seems to come up with a combination of subclassing Grid and GridRows (i.e. http://tapestry.markmail.org/search/?q=override+gridrows#query:override%20gridrows+page:1+mid:ztjjoksxggnbkstv+state:results_)

assets in src/main/resources (classpath?) vs. src/main/webapp (context?)

2009-02-24 Thread Jason Tan
I'm having trouble understanding the difference between classpath vs. context assets -- when is it better to use one or the other? Right now I've been putting Javascript and CSS under src/main/webapp/ , and referencing it old-school using but am learning about the new @IncludeJavaScriptLibrary ann

Tapestry and JPA/Spring transactions

2009-03-06 Thread Jason Tan
Is there a library/resource for opening and closing JPA EntityTransactions per request like how tapestry-hibernate does? I discovered the wiki pageon integrating Spring's @Transactional so you could plac

Component parameters & events

2009-04-02 Thread Jason Tan
I must be going crazy. On the 5.0.18 docs for component rendering, it clearly states that in setupRender(), "This is a good place to read component parameters and use them to set temporary instance variables.". So I did exactly that. I ma

Re: Component parameters & events

2009-04-02 Thread Jason Tan
"someString". Am I missing something???] I appreciate the help. Thanks, Jason On Thu, Apr 2, 2009 at 4:48 PM, Howard Lewis Ship wrote: > On Thu, Apr 2, 2009 at 4:30 PM, Jason Tan wrote: > > I must be going crazy. > > > > Well, you are finding the hard way to d

Re: Component parameters & events

2009-04-02 Thread Jason Tan
hiago H. de Paula Figueiredo < thiag...@gmail.com> wrote: > Em Thu, 02 Apr 2009 21:03:54 -0300, Jason Tan > escreveu: > > > Unfortunately, in AJAX scenarios, the URL has to be hard-coded (though I >> suppose you could write use an EventLink to render the URL as a global