Re: ibasictablemodel help

2006-05-26 Thread Gunna Satria
Hi Amit, Make sure you implement your getCurrentPageRows() method right. Why don't you post the code for the method above, it may help us to figure out the problem. Thanks. Gunna Jun Tsai [EMAIL PROTECTED] wrote: 2006/5/3, Amit Gupta : hi all, am working on a

licensing q.

2006-05-26 Thread Norbert Sándor
Hello, My question: with what conditions is it allowed for a GLP licensed software to use the ASL licensed Hivemind and Tapestry? Could you please point me a resource which answers this question? Thanks in advance, Norbi -

RE: licensing q.

2006-05-26 Thread Kristian Marinkovic
i think this link might help: http://people.apache.org/~cliffs/3party.html regards, kris Norbert Sándor [EMAIL PROTECTED]

Re: licensing q.

2006-05-26 Thread Norbert Sándor
Thanks! As I understand this is for using (eg) GPL sw in ASL sw. What is with the opposite direction: using ASL sw in GPL sw? Thanks! Norbi Kristian Marinkovic wrote: i think this link might help: http://people.apache.org/~cliffs/3party.html regards, kris

RE: Hibernate persisted data never makes it to DB

2006-05-26 Thread James Carman
Why don’t you just give Tapernate a try? There are a few folks using it already and it is working for them just fine. _ From: Mark [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 1:35 AM To: Tapestry users Subject: Re: Hibernate persisted data never makes it to DB I added

Re: Overriding Default Radio Button Renderer

2006-05-26 Thread Nick Westgate
Hi Jeff. If you're using Tapestry 3, pass a static instance of your renderer to the PropertySelection component via the renderer parameter. If you're using T4, quoting the docs: http://jakarta.apache.org/tapestry/tapestry/apidocs/org/apache/tapestry/form/PropertySelection.html Earlier versions

Portlet performance

2006-05-26 Thread John Singleton
I'm evaluating Tapestry, and facelets, for use in a Portlet based project. We need to migrate an exsiting Servlet/JSP based application to Portlets. Currently I'm leaning towards Tapestry, from a coding standpoint it seems much cleaner to me. The only problem is the initial overhead when adding a

RE: Tapernate Moved (finally)...

2006-05-26 Thread James Carman
Well, it's downloadable via SVN at (credentials: anonymous/anon): http://svn.javaforge.com/svn/tapestry/tapernate/trunk I have a version of the site set up, but I need to get it published to the main [EMAIL PROTECTED] site and I don't have control over that. If you want to view it, you can

contrib:Palette question

2006-05-26 Thread Andreas Bulling
Hi folks, after some time of silence I have a new problem/question: I want to use contrib:Palette and replace selectedTitleBlock, availableTitleBlock and the image assets. Do I really have to provide for example a getSelectedTitleBlock() method in my page class which returns a custom Block

Re: Tapernate Moved (finally)...

2006-05-26 Thread Massimo Lusetti
On 5/26/06, James Carman [EMAIL PROTECTED] wrote: Well, it's downloadable via SVN at (credentials: anonymous/anon): http://svn.javaforge.com/svn/tapestry/tapernate/trunk I have a version of the site set up, but I need to get it published to the main [EMAIL PROTECTED] site and I don't have

Re: contrib:Palette question

2006-05-26 Thread Andreas Bulling
Well, I've tried the following: component id=inputPersons type=contrib:Palette binding name=selected value=persons/ binding name=model value=modelSource.getPersonModel(null, 'true')/ binding name=selectedTitleBlock value=selectedTitleBlock/ binding

Re: contrib:Palette question

2006-05-26 Thread Andreas Bulling
The replacements for the image assets work now... For the titleBlocks I get the following exception: org.apache.hivemind.ApplicationRuntimeException No type converter for type org.apache.tapestry.components.Block is available. Stack Trace: *

Re: Tapernate Moved (finally)...

2006-05-26 Thread Jesse Kuhnert
Yeah the @Transactional would be a nice bonus. I can help (very limited) point you to where to go, but I have a feeling you'll be able to do it pretty easily after your AutoWireWorker stuff. On 5/26/06, Ted Steen [EMAIL PROTECTED] wrote: I like Howards @Transactional annotation, maybe

RE: Tapernate Moved (finally)...

2006-05-26 Thread James Carman
If you use the transaction-per-request (which fits a lot of cases), then everything's transactional anyway. So, you really don't need it, IMHO. -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 9:18 AM To: Tapestry users Subject: Re: Tapernate

Issues with Label Components with Tapestry 4.0

2006-05-26 Thread Matt Raible
I have two different Label components I'm trying to create. Issue #1 --- The first is a simple component (just a Label.jwc and Label.html file in WEB-INF) that writes a label. I'd like to include the option to write a required indicator. However, I'm having a

RE: annotations

2006-05-26 Thread James Carman
You don't need an empty spec, but you do need to tell tapestry where to find your page/component classes. In your application file: application meta key=org.apache.tapestry.page-class-packages value=com.myco.web.page/ meta key=org.apache.tapestry.component-class-packages

NullPointerException on form submit

2006-05-26 Thread Roman Krutyakov
Hello, ive decided to upgrade tapestry in my webapp from 4.0-b13 to 4.0.2. But now on any form submission ive got an exception (stack trace is attached) Exception invoking listener method search of component users/search: java.lang.NullPointerException binding: [EMAIL PROTECTED] parameter

Spring injection in an ASO

2006-05-26 Thread Stephane Decleire
Hi Is there a way to inject Spring beans in the Visit object or more generally in a Tapestry ASO ? -- Stéphane Decleire 05 56 57 99 20 06 63 78 69 06

Re: Hibernate persisted data never makes it to DB

2006-05-26 Thread Mark
I will, thanks. MARK James Carman wrote: Why don’t you just give Tapernate a try? There are a few folks using it already and it is working for them just fine. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: contrib:Palette question

2006-05-26 Thread andyhot
Hi! Why don't you use: component id=inputPersons type=contrib:Palette binding name=selected value=persons/ binding name=model value=modelSource.getPersonModel(null, 'true')/ binding name=selectedTitleBlock value=component:selBlock/ binding name=availableTitleBlock

RE: annotations

2006-05-26 Thread Dimitri Taranov
Thx, that worked -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 9:44 AM To: 'Tapestry users' Subject: RE: annotations You don't need an empty spec, but you do need to tell tapestry where to find your page/component classes. In your

Re: Hibernate persisted data never makes it to DB

2006-05-26 Thread Sam Gendler
For the record, Spring's OpenSessionInView filter works just fine for us. As for your commit issues, I don't really know what is failing to work for you. We are using the hibernateTransactionManager, transactionInterceptor, and autoProxyCreator to have spring automatically start and commit

Re: Portlet performance

2006-05-26 Thread Jesse Kuhnert
First I've heard of it. I didn't initially have plans on doing anything with it but I'd be happy to in order to save you from jsf. :) Whatever it is probably won't happen in the initial alpha release as I have some other items taking higher priority, but if you start a jira issue with some clear

Re: licensing q.

2006-05-26 Thread Jesse Kuhnert
I think the apache license is ~much~ less strict, so going from ASF - GPL is probably a no brainer. (just not the other way around :) ) On 5/26/06, Norbert Sándor [EMAIL PROTECTED] wrote: Thanks! As I understand this is for using (eg) GPL sw in ASL sw. What is with the opposite direction:

How to specify page class location

2006-05-26 Thread Rob Dennett
I have forgotten how to specify the location of a page class in the application specification, thereby avoiding having to create a separate page specification. Where can I find docs/examples on that? Thanks for your help, Rob -- No virus found in this outgoing message. Checked by AVG

Re: How to specify page class location

2006-05-26 Thread Shing Hing Man
You need to specify the meta-key org.apache.tapestry.page-class-packages in .application. Something like : meta key=org.apache.tapestry.page-class-packages math.pages,math.pages.exception,math.pages.users, math.pages.lectureVoting,math.pages.lectureVoting.admin,

Re: Help with InputValidation

2006-05-26 Thread Shing Hing Man
In the translator, try addding a pattern : binding name=translator value=translator:number, pattern=#.#/ Shing --- Pedro Garcia [EMAIL PROTECTED] wrote: hi it's me again. Thought I had solved the problem with number but now every float number is losing the decimal digits that are

Re: Help with InputValidation

2006-05-26 Thread Pedro Garcia
Thanks On 5/26/06, Shing Hing Man [EMAIL PROTECTED] wrote: In the translator, try addding a pattern : binding name=translator value=translator:number, pattern=#.#/ Shing --- Pedro Garcia [EMAIL PROTECTED] wrote: hi it's me again. Thought I had solved the problem with number but now

RE: Tapernate Moved (finally)...

2006-05-26 Thread James Carman
I have set up the site temporarily on my server. You can view it at www.carmanconsulting.com/tapernate -Original Message- From: James Carman [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006 6:05 AM To: 'Tapestry users' Subject: RE: Tapernate Moved (finally)... Well, it's

subscribe

2006-05-26 Thread willem . van . asperen
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Alt tag for image on FormTable

2006-05-26 Thread Hsin-Tang Pai
I am using Tapestry 3.0.1 and wondering if anyone knows how to make the HTML alt=textual description attribute appear for the table column header's img tag for the arrowUpAssest and arrowDownAsset of the contrib:FormTable component (or subcomponents)?

subclass or bean?

2006-05-26 Thread Willem van Asperen
Hello, I have a set of pages that have very similar behavior. They have listeners like handleTransition and startNewProcess. The first implementation I did was, obviously, to capture all these general functionality into XXX a subclass of BasePage and then sub class my page classes YYY from

Re: subclass or bean?

2006-05-26 Thread Stephane Decleire
I would vote for subclassing : 1. It's the core of OOP to share common pieces of code in a parent class. 2. A bean is not a library. A bean should be seen as an independant entity which can have a life by itself ... IMHO ;-) Willem van Asperen wrote: Hello, I have a set of pages that have

Re: subclass or bean?

2006-05-26 Thread Jesse Kuhnert
It depends on exactly what kind of functionality you are working with in these listeners, but I would probably do something similar to: -) If you do have functionality that's not related to the web stuff at all make it a bean that is managed via hivemind, ie make it a service that you inject.

Re: Help in writing a custom annotation

2006-05-26 Thread Jesse Kuhnert
Sure, the EnhancementOperation stuff isn't always immediately easy to grok. This particular class generically extends any existing renderComponent method (if it exists), adding in logic to do other thingsYou could use the same approach to do what you want. There's a lot going on in there

SHTML and Tapestry??

2006-05-26 Thread Mike . Barber
Anybody know how to make SHTML work with Tapestry? If it does, then what do I need to do to make it work? Thanks, - Mike

Honeycomb (Tapestry + Hivemind + Hibernate) Demo Video

2006-05-26 Thread Mark W. Shead
Honeycomb (http://honeycomb.javaforge.com) is a tool to quickly setup a new web application using Tapestry, Hivemind, and Hibernate. It works off the idea that you are better off starting with a simple runnable application and refactoring it to meet your needs. After playing around with

Re: Portlet performance

2006-05-26 Thread Aj Gregory
Hi John, I faced the same issue and opted to create my own version of the TapestryApplicationPortlet class so instead of creating a registry per portlet instance it creates one per type of portlet (where I'm using portletConfig.getPortletName() to distinguish type) so all portlet instances of

Re: Help in writing a custom annotation

2006-05-26 Thread Dan Adams
Thanks for the help Jesse. Actually, soon after I sent the last email I realized that (I've been working way too much). Thanks for the help though. I really appreciate it. My tests just passed so I'm going to go commit now. :) On Fri, 2006-05-26 at 16:41 -0400, Jesse Kuhnert wrote: Sure, the

RE: How to specify page class location

2006-05-26 Thread Rob Dennett
Do you always have to define a template and a page specification? I always thought that using the technique below allowed you to avoid that, but I guess I was wrong. Thanks for your help, Rob -Original Message- From: Shing Hing Man [mailto:[EMAIL PROTECTED] Sent: Friday, May 26, 2006