Re: Tapestry headers & caching

2005-08-21 Thread Onno Scheffers
Radim Burget wrote: Hi, I am using tapestry 3.0.3 (with Spring 1.2) could anyone help me how do I set headers of page like caching? Hi Radim, If you're using the Shell component, you can provide your own IRender delegate that allows you to render META tags Regards, Onno ---

Re: File upload size problem

2005-08-21 Thread Karen
Hi Geoff, Here is the stack trace: org.apache.tapestry.ApplicationRuntimeException Unable to decode request: the request was rejected because it's size exceeds allowed range org.apache.commons.fileupload.FileUploadBase$SizeLimitExceededException the request was rejected because it's size excee

Re: Back to Tapestry after an Year

2005-08-21 Thread Eric Schneider
Konstantin, But if Modeller to be "wheels" of Cayene then I would expect big troubles down the road for Cayene users. Right, I'll start trembling now. Saying something like this without any knowledge of the framework is really just hot air. You've asked for a comparison, take it how ever

Extracting form from Radio element

2005-08-21 Thread Madhavan Thirumalai
I have a radio box in a form and I would like to ultimately disable certain fields of the form when the user selects a particular radio button. Right now, I am just trying to do the plumbing. Here is what the script looks like: Re: Back to Tapestry after an Year
Vjeran Marcinko wrote: > Personally, I'm very careful about using tools, because they are : > - one more thing one has to learn to use As opposed to learning one more dialect of xml? I'll use the gui, thanks. :) > - one more thing that can have bugs Very true. > - one more thing that has to b

Tapestry headers & caching

Hi, I am using tapestry 3.0.3 (with Spring 1.2) could anyone help me how do I set headers of page like caching? Many thanks for any help. Radim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

RE: Client side validation sans component and sans JAVA generated html?

Thanks Kent. I got my own validator to fire if I disabled clientScripting. But ideally, I'd like the best of both worlds. I'd like my validators to fire after the Tapestry generated validators have had their shot. If I enable clientScripting my validator doesn't fire. Any way to do this? Madhav

Re: Problem with abstract class "Unable to instantiate..."

Well, I don't have Tap 3 handy, but double-check the source code for that interface you're implementing, and make sure you're implementing all the methods in it. If you don't implement an interface method, you'll get an error like that one you're seeing. Check that there isn't a more specif

RE: Problem with abstract class "Unable to instantiate..."

Thanks for your answer, Maybe that interface is tapetry-4 only because I can't find it in my Tapestry3. Anyway, I've added this: public void pageEndRender(PageEvent event) { // do nothing } To fully implement that interface, and I still get the same error... -Mensaje o

Re: Problem with abstract class "Unable to instantiate..."

If you implement PageRenderListener, you also need a pageEndRender() method. Trying implementing just PageBeginRenderListener. Cheers, Paul On Aug 21, 2005, at 7:03 AM, Francisco A. Lozano wrote: Hello, I'm starting with tapestry 3. I have a page which I've marked as abstract, because

Re: Back to Tapestry after an Year

Personally, I'm very careful about using tools, because they are : - one more thing one has to learn to use - one more thing that can have bugs - one more thing that has to be sinchronized with underlying library/framework, so sometimes you end up waiting for new tool release just to be able to

Some example of custom service (by ServiceLink) in Tap 4.0?

Hi. Anyone has made custom service, that gets called by ServiceLink, in Tapestry 4.0 ? First, I'm interested in stardard way of passing reference to calling component, that contains ServiceLink, and which usually implements some interface that provides additional data. Second, I want this comp

Re: Back to Tapestry after an Year

I feel the same way about heavy-UI tools. They hide too much of what's going on for my tastes. I live in an emacs-ish editor most of my day. (I confess to using Eclipse once every month or two for debugging.) The cayenne modeller is more like the car's electric starter. - Original Message

Re: Spindle and Rational Software Architect 6.0.0.1 don't mix

damn, wrong list On 8/21/05, Geoff Longman <[EMAIL PROTECTED]> wrote: > Haven't been posting too many Spindle related things here lately but I > think this one could prevent some frustration.. > > Short version is Spindle is not compatible with RSA 6.0.0.1 and one > should not install Spindle i

Re: Back to Tapestry after an Year

Oh. I think people like the modeler because it gets you up and running so quickly. Design your tables, tell it to create linked classes, click a generate button and you're good to go. The API and the underlying performance both seem (to my untrained eyes, at least) top notch. Andrus is very

Re: Integration with other php and other apache driven apps.

Hi Alan, It sounds like you need to be looking more at a portal application server instead of just trying to figure out how to cobble a tapestry application together. Portals are all about integrating disparate content together and with JSR-168 support in Tapestry-4, it's simple to build portal ap

Re: problem submitting Form with For

Hi, This is a bug in deserialization in beta4 -- see http://issues.apache.org/jira/browse/TAPESTRY-552 The bug is fixed in CVS and this would not happen in beta5, but there is workaround in the meantime (as described in the bug comments): Create (if necessary) a WEB-INF/hivemodule.xml for yo

Re: Back to Tapestry after an Year

I did not used Cayene and said about 'emphasis on Modeller' because every Cayene proponent puts Modeller first in the list of cool things about it. Being in IT long enough makes me very skeptical about UI 'heavy' things ( VB IDE and VB as a language, Windows OS) >Kind of like saying, this car come

problem submitting Form with For

I'm trying to use the new For component within a Form, and I'm running into a strange error. I have some generic code which renders an edit form based on custom annotations I've added to my persistent objects to drive the property names, labels, etc. The source for the For component is a List

Re: Back to Tapestry after an Year

I don't find the modeller to be such a critical feature of cayenne. All it does is generate an xml file. An easily edited xml file at that... a straightforward list of the entities, attributes and relationships. There's an ant task to generate java classes from the model file. I don't use the m

Re: Back to Tapestry after an Year

Interesting point. Kind of like saying, this car comes with wheels which is exactly why I will NOT buy it. Just me. :) All joking aside, if you've reached a point where you are productive with a tool, stick with it. Cheers, e. On Aug 19, 2005, at 7:17 PM, Konstantin Ignatyev wrote: Th

Problem with abstract class "Unable to instantiate..."

Hello, I'm starting with tapestry 3. I have a page which I've marked as abstract, because I have a property inside it. I get this error when I try to access this page: org.apache.tapestry.ApplicationRuntimeException Unable to instantiate an instance of class com.fll.pruebastapestry.pages.Elemen