Re: Looking for a CATCHPA

2006-04-16 Thread spamsucks
I was actually working on implementing catchpa into stitches. I have already got a servlet-filter based implementation ( http://www.rhoderunner.com/longrequest/liveperson/ ) , and will be porting it to tapestry. Let me know if you are able to wait until the weekend for a new release. O

Form wrapped contrib table performance problem

2006-04-13 Thread spamsucks
If I wrap my table component with a form, the time it takes to display a page goes from 2 seconds to almost 30 seconds Hopefully someone can point me to a way to get past this problem. Thank you! All I add is a Form component to cause performance issue.

Block render in contrib:table

2006-03-13 Thread spamsucks
I'm really happy with this mailing list, and hope that you guys can help me out with contrib:table Here is what I have in HTML : safdasfdjhgasjh select Q: why doesn't it show either of those Blocks ? It's like they don't even exist. I can't find a

Re: Preview Html

2006-03-12 Thread spamsucks
This is a feature stitches provides out of the box. It is already integrated with the FCKeditor and provides a preview tab for your content. http://stitches.authsum.org Izak Wessels wrote: Hi, The app that I am currently working on has the need for some basic html e-mailing capabilities.

setupForRequest

2006-03-05 Thread spamsucks
I am porting from T3 to T4. In T3, I had an engine service that implemented the setupForRequest method. I found some threads about this in the list, but they do not apply in my situation. I was using the setupForRequest method to check the users HttpSession for an attribute set there by an

Re: Maven 2

2006-03-04 Thread spamsucks
I was a long time maven 1 user and made the mistake of trying to go to maven2 . Can you say "transitive dependencies"? Can you say goodbye to an entire afternoon trying to find why maven wants you to download the oracle toplink jars when you don't use it and figure out how to stop it from do

Announce: "stitches" tapestry library alpha release

2006-03-01 Thread spamsucks
http://stitches.authsum.org (download, demo, etc) Stitches is a tapestry library that provides a suite of components meant for embedding into your tapestry application. License: Apache (same as tapestry) Version: T4 and JDK 1.5 Component Listing: Grid Layout(a special for loop that wil

Re: Upload woes

2006-02-22 Thread spamsucks
While I have not announced it's release yet (officially), there is an upload component that you can use (or steal the code for) in stitches (a tapestry-based library of components). http://www.authsum.com/site/stitches/ The upload component uses the tapestry upload component, and takes care o

Re: Injecting service into ASO

2006-02-17 Thread spamsucks
I am not the authority, but I just solved this error myself. You cannot pass objects directly to tapestry in hivemind. In brief, have your DataContextService implement org.apache.tapestry.engine.state.StateObjectFactory and return an instance to itself. There is a page that I got some help

No object provider exists for prefix 'string' ?

2006-02-16 Thread spamsucks
I am trying to inject an aso into tapestry using the StateObjectFactory. My class "StorageAdapterFactory" implements the StateObjectFactory and has a property "fileSystemPath" with setter/getter on it. I am trying to pass a String argument to my StateObjectFactory, but have get the error that "

getQueryString on request in T4?

2006-02-12 Thread spamsucks
I would like to obtain the QueryString for a request. Is there a way to get this? I don't see this in the WebRequest object. Thanks. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTEC

Tapestry CMS integration component advice sought

2006-02-02 Thread spamsucks
Well, the day has come for me to get started on this part of my project I am seeking advice on this list because the deliverable would be a tapestry component that performs searches against some sort of CMS repository (JCR,webdav server, filesystem, etc) I need to associate images, pdf's

Re: Wiring up an Export service

2006-01-25 Thread spamsucks
I hope to not mislead you... My knowledge is that your component/page will call the service and pass as an argument to the service, the data values necessarily to construct a URL to that service. The service, when it receives the request, having constructed the URL, will have the knowledge to