Re: Spindle for Tapesty 4?

2006-02-15 Thread t.n.a.
;s probably not going to happen without a new and improved spidle. :) t.n.a. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFD8z7qyXnWhcTl6TQRAlSaAKCkbRfW8DnUR2nXb0NWYHcO5E87rACdHSs+ re9/Qyoc

Re: Spindle for Tapesty 4?

2006-02-11 Thread t.n.a.
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Geoff Longman wrote: | Q3 would suck. Every spare second I have goes into spindle. A bit of | work is going on now to make Hugo's life easier with tapidea which has | stalled forward progress the last few days. | | I wish I could state a date - but I

reporting, printing

2006-01-20 Thread t.n.a.
Up until now I've been satisfied with javascript-ish raw page printouts, but at the moment I'm considering direct printing out of a tapestry application using, say, Jasper Reports or something like it. I have a number of computers using a shared network printer and I want to give these users print

Re: Tapestry, swing, and ajax

2005-12-10 Thread t.n.a.
ourse. t.n.a. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: how about a Tapestry app generator

2005-11-24 Thread t.n.a.
along those lines, I got burned a couple of times myself, I've seen some of the problems. Still, it can be used to solve problems. What would be the main difference between AMAGe (Ahmed Mohombe Application Generator :-)) and Trails and would that justify going a

Re: how about a Tapestry app generator

2005-11-24 Thread t.n.a.
reserve bolder comments till I hear and see more about/of it. Sounds a bit like trails, doesn't it? I'm starting to hear cracks in the very thin ice here, comparing a technology I've never used with a technology that doesn't exist yet, s

XTile: sending data to the servere via GET

2005-10-06 Thread t.n.a.
Hi everyone, I've been experimenting with the XTile component and have run into a problem concerning the way the client sends data to the server. From what I've seen of the XTile source, parameters are sent via GET which is a problem with national-specifiic characters, spaces and so on. I've s

Re: SQL Injection Attacks

2005-08-08 Thread t.n.a.
Geoff Longman wrote: >Has anyone out there given any serious thought towards a strategy for >preventing these kinds of attacks in Tapestry forms? > >examples: > >http://www.securiteam.com/securityreviews/5DP0N1P76E.html > > I know it's not what you asked, but it seems to me that SQL injection is

Re: newbie question: Could I load a page which recieve the external app postted parameter?

2005-07-19 Thread t.n.a.
xiaofeng dou wrote: >Hello, everyone > I am new to the tapestry. In my webapp, the user will pay money >through external bank gateway(user will be navigated from my webapp to >bank pages), after the pay , the external page will return to my >webapp's page and send some parameters using post

Re: continued: tapestry component repository

2005-07-12 Thread t.n.a.
I've just published some very general information on the topic. Cheers, t.n.a. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapestry, Cayenne and Squeezer

2005-07-08 Thread t.n.a.
attention to making a page bookmarkable (by making it external) doesn't make me go "oooh, why didn't anyone think of it before?!". Still, I know very little of the framework internal workings so in practical terms, my whish might be a just a whish. t.n.a. --

Re: Tapestry, Cayenne and Squeezer

2005-07-08 Thread t.n.a.
rk just fine. What am I missing? t.n.a. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapestry, Cayenne and Squeezer

2005-07-08 Thread t.n.a.
e here. I have a feeling I'm missing something. t.n.a. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: About a bigger Tapestry components library!

2005-07-05 Thread t.n.a.
if I could focus on component design instead of what to do with the code it once it works the way it's supposed to. Untill then, I'm eager to hear where we'd host this repository and how (ftp/cvs/wikis or some other way). t.n.a. ---

Re: Some Spindle news.

2005-06-24 Thread t.n.a.
news on the mailing list so don't worry about annoying on my behalf. :) t.n.a. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Flash in tapestry

2005-06-20 Thread t.n.a.
[EMAIL PROTECTED] wrote: >Hello, > >Can somebody tell me how I could put a swf (flash) in my Tapestry page? Is >there a composant for this ? > > Is there a reason you wouldn't embed it into a tapestry template the same way you embed it into any ot

Re: OGNL: Why?

2005-06-15 Thread t.n.a.
ave to upgrade the framework the system runs just so you can use the latest version of EL. t.n.a. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapestry and OutOfMemoryError

2005-05-31 Thread t.n.a.
ask me, the most probable possibility is that I'm to blame, of course. :) t.n.a. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Components to fry JSF and all other frameworks

2005-05-07 Thread t.n.a.
Howard Lewis Ship wrote: The "take my ball and go home" argument doesn't carry much weight either. I'd really prefer to see some encouragment here. I've invested years of my life, and the equivalent of $200,000+ in lost wages, into Tapestry. When I see messages that accuse me of some kind of int

Re: As a User, which two items would you personally most like to see in the next Tapestry Release?

2005-05-07 Thread t.n.a.
Denis Souza wrote: for it. My suggestion here is that service parameters each have a (user-defined) name so you can pass the parameters in whichever order you want and still be sure you're not breaking anything at the receiving end. It would also help when integrating to external services that insi

Re: form submit

2005-05-02 Thread t.n.a.
Shing Hing Man wrote: You might just need a button like this : http://www.whereever.com'"/> Shing Nope, this doesn't do the trick: javascript skips over the java event handler so my application doesn't really get the data. I'm still stuck. :( Thanks anyway. Tomislav ---

form submit

2005-04-30 Thread t.n.a.
Hi everyone, the problem is as follows... At the moment, I have a form component and a listener to go with it and everything's fine so far: the listener does what it's supposed to do and opens a page with the result. The problem is that I have to submit (via "post") the same form to a non tapest

Re: Tapestry Developers

2005-04-29 Thread t.n.a.
Ooops, forgot to change the recipient. Sorry. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Tapestry Developers

2005-04-29 Thread t.n.a.
mike jones wrote: All, Sorry is this is a bit rude after only a few posts but... Our company is looking for 2 developers who have experience developing with Tapestry and Hivemind to work with us on a contract basis (initially for 2 months) . The roles will be based in Slough, Berkshire (UK) so y

Re: Problems with starting Tapestry application

2005-04-19 Thread t.n.a.
Jelena Jovanovic wrote: [get] Getting: http://localhost:8080/manager/install?path=/simple&war=file://C:/Program Files/Apache Software Foundation/Tomcat 5.5/webapps/simple/ [get] Error opening connection java.io.IOException [get] Error opening connection java.io.IOException [get]

Re: Dynamic form howto

2005-04-15 Thread t.n.a.
[EMAIL PROTECTED] wrote: Hi, How can I do a dynamic form (a form which content - number and type of input elements (input fields, checkboxes, ..) is known at runtime) ? I was thinking about a component, but this component probably cannot have a html template (which is static). I could certainly pri

hosting - web application deployment howto?

2005-04-12 Thread t.n.a.
Hi, it's time to deploy my first tapestry app and even though I've done some googling, I ran into a problem I haven't seen on previous instalations on intranets. The problem seems to be the environment. My target environment: - a remote server - vanilla tomcat 5.5.7 (no tapestry jars in either s