error with prop-1.0.0

2007-01-08 Thread Henri Dupre
I jsut tried replacing a simple ognl:espace by prop:espace and I got the following stack trace: type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception javax.servlet.ServletException: Servlet execution thr

Tap4.1: No more action ID

2007-01-08 Thread Robert J. Walker
So I'm trying to convert a component written for Tapestry 3.1 to Tapestry 4.1, and it has this little section of code: ... protected void renderComponent(IMarkupWriter writer, IRequestCycle cycle) { String actionId = cycle.getNextActionId(); IEngineService service = cycle.getEngine().get

VoiceXML

2007-01-08 Thread Robert J. Walker
Anyone out there know of a good VXML library for Tapestry 4.1? We have some VXML components that we wrote for Tapestry 3 that don't work in Tapestry 4.1, and it occurs to me that before I go whole hog and rewrite stuff, I should check to see if I would be reinventing the wheel. Robert J. Walker

question about json requests / autocompleter

2007-01-08 Thread RonPiterman
I use an Autocompleter in a page with some tables/charts - all fed from the backend, now we noticed some extra load on the server when using the autocompleter and it seems the other components render as well - is it normall? cann I avoid it in anyway? Cheers, Ron

Re: Spaces in PropertySelection

2007-01-08 Thread Sam Gendler
I don't think that will work, since the browser will eat the spaces, anyway.   is your only choice if you want to do it in the label. However, you may be much better off if you use CSS to manipulate the space around your labels instead of spaces, anyway. --sam On 1/8/07, Peter Schröder <[EMAIL

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-08 Thread Jesse Kuhnert
This was a jira issue "fixed" recently. I'm not sure I understand what the expected->actual results are that are questionable. On 1/8/07, Patrick Klein <[EMAIL PROTECTED]> wrote: Hi! After a little testing: The behaviour of the NumberTranslater is persistent in version 4.1.1. Switching back to

JumpStart v0.8 is now available

2007-01-08 Thread Geoff Callender
Want to build real world applications with Tapestry - but not sure where to start? Try JumpStart - it's free! New in version 0.8: * A tour. From Hello World to a Log In page to real database transactions, the tour shows you how a Tapestry app hangs together, and y

Re: Recursive component inclusion

2007-01-08 Thread Stephane Decleire
Thanks Ron but i'm not sure that a graphical tree is the best solution for my users. The number of categories that we manage is quite big and i'm afraid that the user get a bit lost ... I would have prefer dependent dropdown boxes ... I've tried to implement this without recursivity using a @Fo

Re: Recursive component inclusion

2007-01-08 Thread RonPiterman
do you know tacos? there is a tree implementation there, initially created by victor - its very simple yet very powerfull. Here is the base idee: -- public abstract class Tree extends AbstractComponent{ @Parameter(required=t

Re: Recursive component inclusion

2007-01-08 Thread Stephane Decleire
I try to implement a component to let a user choose a category in a tree. So, i would like to show him at each level of the tree the subcategories in a combobox. My problem is that i don't know at compile time the depth of the tree. That's why i thought that each node of the tree of categories

AW: Spaces in PropertySelection

2007-01-08 Thread Peter Schröder
try using the ascii-value for a space something like \u0815 http://java.sun.com/j2se/1.4.2/docs/tooldocs/windows/native2ascii.html or work with html-optgroup-tag (without propertysection): Anna Achim August ... -Ursprüngliche Nachricht-

Re: Recursive component inclusion

2007-01-08 Thread RonPiterman
AFAIK this can not be done directly, but there are solutions for different problems like displaying a tree using recursion on the model level - what exactly are you trying to achieve? Cheers, Ron Stephane Decleire wrote: Hi, I wonder if there is a way for a tapestry component to include its

Re: Recursive component inclusion

2007-01-08 Thread Roberto Ramírez Vique
Hi Stephane! I've tried but I've never succeed, but to me there seems that tapestry has this limitation. I think you can use a trick using the Block / RenderBlock components , but not totally sure this will work. hope this helps, r. On 1/8/07, Stephane Decleire <[EMAIL PROTECTED]> wrote

Recursive component inclusion

2007-01-08 Thread Stephane Decleire
Hi, I wonder if there is a way for a tapestry component to include itself (in a recursive way). Despite I have in my template a condition to exit from this infinite loop, it ends up in a stack overflow error. I suppose tapestry goes in an infinite loop when it tries to instanciate the componen

Re: Problem with Number Translator in Tapestry 4.1.2 Snapshot

2007-01-08 Thread Patrick Klein
Hi! After a little testing: The behaviour of the NumberTranslater is persistent in version 4.1.1. Switching back to 4.0.2 for now, which is nothing i want to do as i'd like to use the ajax functionality of tap 4.1.x ... Regards, Patrick Hi! I just recognized that the NumberTranslator doe