Text rotator component

2006-11-13 Thread Malin Ljungh
I wish I had a tapestry component that would read a text file and randomly output one of the rows. Like a "quote rotator"... does anyone know if it exists out there or will I have to write it myself? If I'd write it myself... how would I do - any suggestions? I suppose I'd wan't to read the file

tapestry ofbiz project?

2006-11-13 Thread Phillip Rhodes
Anyone wish to work with me to implement a shopping cart in tapestry using the ofbiz project as the backend? http://incubator.apache.org/ofbiz/ Thanks. Phillip - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional com

Re: Making Home page implement IExternalPage problem.

2006-11-13 Thread Martin Strand
activateExternalPage(...) won't be invoked unless the ExternalService is used to access the page. Which service is used for a certain url depends on which ServiceEncoders are in use. If you're using the standard "friendly urls" ServiceEncoders, the correct url would be: http://localhost:80

Making Home page implement IExternalPage problem.

2006-11-13 Thread Leo Sakhvoruk
Hi, I'm trying to make the Home page in my application implement the IExternalPage interface and am running into an issue where the public void activateExternalPage(Object[] parameters, IRequestCycle cycle) doesn't get called when the Home page loads. Is there a known limitation where the Hom

Re: Ajax form

2006-11-13 Thread Sam Gendler
Here's my response from the other thread: When I've had this problem in the past, I have just used my own submit button instead of tapestry submit component. Then I just have my submit button call a javascript method instead of submitting the form. Then, at the end of the javascript method, cal

Re: Making Home page implement IExternalPage problem.

2006-11-13 Thread Leo Sakhvoruk
Oops, Color me dorky, I wasn't calling the page using the external service ;) Good to go! Leo Sakhvoruk wrote: Hi, I'm trying to make the Home page in my application implement the IExternalPage interface and am running into an issue where the public void activateExternalPage(Object[] parame

Re: bypassing the normal exception handling

2006-11-13 Thread Jesse Kuhnert
Throw a RuntimeException instead of ApplicationRuntimeException ? On 11/13/06, Dan Adams <[EMAIL PROTECTED]> wrote: I have a page where if there is an exception I actually want it to bubble up all the way to the container so that a 500 error is displayed. Anyone know how to do that? -- Dan Ada

Re: problem with AjaxForm

2006-11-13 Thread Sam Gendler
Probably to inject some before advice into the form submission so that he can set the value before it submits. When I've had this problem in the past, I have just used my own submit button instead of tapestry submit component. Then I just have my submit button call a javascript method instead of

Re: tapestry live grid functionality announcement

2006-11-13 Thread Sam Gendler
On 11/13/06, Payne, Matthew <[EMAIL PROTECTED]> wrote: Need link to online demo :) I'm working on it. Anyone know a good servlet hosting company? --sam - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: problem with AjaxForm

2006-11-13 Thread Jesse Kuhnert
I think you forgot to list what your problem was. On 11/13/06, Edoardo Campagnano <[EMAIL PROTECTED]> wrote: Hi, I'm trying to compute a value at the moment my formi s submitted, in this way function getMessage() { document.myForm.myHidden.value="Pizzicone"

Re: [announce] BeanForm 0.6

2006-11-13 Thread D&J Gredler
Hi Carlos, If the bean is not marked persistent, it will be null on form rewind when the BeanForm tries to set its property values. Another option may be to implement PageBeginRenderListener and ensure the bean is initialized inside the pageBeginRender(PageEvent) method (I've never tried it thoug

Re: tapestry-prop

2006-11-13 Thread D&J Gredler
Well, and then you do a global search and replace of "ognl:" into "prop:" in your .page, .html and .jwc files. Well, *almost* global ;-) On 11/13/06, Martin Strand <[EMAIL PROTECTED]> wrote: Just add the jar to your classpath, you don't need to do anything else. On Mon, 13 Nov 2006 17:28:50

RE: tapestry live grid functionality announcement

2006-11-13 Thread Payne, Matthew
Need link to online demo :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sam Gendler Sent: Monday, November 13, 2006 3:03 AM To: Tapestry users Subject:tapestry live grid functionality announcement I've built a nifty component whi

RE: [announce] BeanForm 0.6

2006-11-13 Thread Carlos.Fernandez
Daniel, Why does the POJO used by beanform need to be persisted? As per component reference: The Java bean to be displayed by the component; any old POJO. The bean specified must be marked persistent in the page specification. Carlos -Original Message- From: D&J Gredler [mailto:[EMAIL

bypassing the normal exception handling

2006-11-13 Thread Dan Adams
I have a page where if there is an exception I actually want it to bubble up all the way to the container so that a 500 error is displayed. Anyone know how to do that? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857

Re: tapestry-prop

2006-11-13 Thread Martin Strand
Just add the jar to your classpath, you don't need to do anything else. On Mon, 13 Nov 2006 17:28:50 +0100, Peter Stavrinides <[EMAIL PROTECTED]> wrote: Hi I am using Tomcat with Tapestry 4.1. Has anyone tried using tapestry-prop with 4.1? What do I need to do to use it, and how do I con

tapestry-prop

2006-11-13 Thread Peter Stavrinides
Hi I am using Tomcat with Tapestry 4.1. Has anyone tried using tapestry-prop with 4.1? What do I need to do to use it, and how do I configure it? Thanks Peter - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comma

PropertySelection

2006-11-13 Thread John Coleman
Hi, I've created my own flavour of PropertySelection called PropertySelectionWithHint that may display a "choose an option below" in the first option of the list. When there are no elements in the list the components render method just returns  . When this happens I'd like the associated TextF

RE: Ajax form that updates itself destroys the ajaxy-goodness of said form

2006-11-13 Thread Payne, Matthew
What version of the code has these fixes? Matt -Original Message- From: Jesse Kuhnert [mailto:[EMAIL PROTECTED] Sent: Sunday, October 15, 2006 6:54 PM To: Tapestry users Subject:Re: Ajax form that updates itself destroys the ajaxy-goodness of said form No need for than

Ajax form

2006-11-13 Thread Edoardo Campagnano
Sorry for the other mail, this is the complete one Hi, I'm trying to compute a value at the moment my formi s submitted, in this way function getMessage() { document.myForm.myHidden.value="myComputedValue" } Th

problem with AjaxForm

2006-11-13 Thread Edoardo Campagnano
Hi, I'm trying to compute a value at the moment my formi s submitted, in this way function getMessage() { document.myForm.myHidden.value="Pizzicone" } Edoardo Campagnano

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-13 Thread Christian Dutaret
Just crossed my mind this could be a problem with some older version cached in the browser. So I cleared IE cache and... everything works fine... Sorry about all that noise 2006/11/13, Christian Dutaret <[EMAIL PROTECTED]>: I still have the same problem with IE and DropdownDatePicker using toda

Steven M Appelhans is out of the office.

2006-11-13 Thread Steven . M . Appelhans
I will be out of the office starting 11/13/2006 and will not return until 11/27/2006. I will respond to your message when I return. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: @DropdownDatePicker not working in IE with lastest snapshot

2006-11-13 Thread Christian Dutaret
I still have the same problem with IE and DropdownDatePicker using today's latest snapshot. I noticed some changes though. djConfig is different on IE or firefox: IE6: "locale":"fr" FF2: "locale":"fr-fr" Still works fine with FF, still broken on IE. 2006/11/9, Christian Dutaret <[EMAIL PROTECTE

tapestry live grid functionality announcement

2006-11-13 Thread Sam Gendler
I've built a nifty component which uses a vertical scrollbar to transition between pages on a table which is then updated asynchronously to show the new page. It looks something like the liveGrid thing from Rico, although mine still needs a lot of polish before it works quite as well. It still n