Re: Tapestry Hibernate Sessions

2011-06-10 Thread Tony Nelson
On Jun 10, 2011, at 10:47 AM, Tony Nelson wrote: Hi all, I'm in the process of rebuilding an app that was done in Tap3 (indeed!) in Tap5. It's a small app, maybe a dozen pages used by my internal staff. This is in preparation for rebuilding the entire front of a much larger app

Re: Tapestry Hibernate Sessions

2011-06-10 Thread Tony Nelson
On Jun 10, 2011, at 11:32 AM, Thiago H. de Paula Figueiredo wrote: On Fri, 10 Jun 2011 12:12:01 -0300, Tony Nelson tnel...@starpoint.com wrote: So maybe I should have sent this question to the Spring list? If you're not using Tapestry-Hibernate this question went to the wrong list

Hopefully an easy one

2007-05-17 Thread Tony Nelson
=As of Date/ All that I want to do is verify that the user entered the date as MM/DD/. What is the correct validator to use in this situation? Thanks again Tony Nelson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Hopefully an easy one

2007-05-17 Thread Tony Nelson
work? On 5/17/07, Tony Nelson [EMAIL PROTECTED] wrote: I have a simple DatePicker input jwcid=[EMAIL PROTECTED] value=ognl:tradeSearchKeys.receivedTimesheetForWeekEnding translator=translator:date,pattern=M/d/ validators

Re: [Tap 4.1.2] Problem with repeated calls to an If component

2007-05-17 Thread Tony Nelson
I have noticed similar things happening in my code on the 4.1.2 snapshot as well. Trying to debug the issue I'm having w/ DatePicker (different thread) I added a conditional to the page, and used your strategy of counting @If calls just to see what I get. The first time I load the page, on

Re: I'm missing something obvious

2007-05-14 Thread Tony Nelson
by disabling client validation, but I really don't want to do that. I believe the dojo warning I'm seeing is from a datePicker that is on the form, but I will have to do some more research. Thanks again for all of your help. Tony Nelson Jesse Kuhnert wrote: What issue exactly is it that you

Re: I'm missing something obvious

2007-05-14 Thread Tony Nelson
? http://opencomponentry.com:8080/workbench/Home,$Border.pageLink.sdirect?sp=SFields It has a similar setup but I can't see where the error is happening. What exact value should pass but is failing for you? Just to be sure. On 5/14/07, Tony Nelson [EMAIL PROTECTED] wrote: Sorry Jesse, I

Re: I'm missing something obvious

2007-05-11 Thread Tony Nelson
Does that mean there is a fix floating around somewhere? Thanks Tony [EMAIL PROTECTED] wrote: This is a regression, the JIRA issue is https://issues.apache.org/jira/browse/TAPESTRY-1071 -Original Message- From: Tony Nelson [mailto:[EMAIL PROTECTED] Sent: Thursday, May 10, 2007

I'm missing something obvious

2007-05-10 Thread Tony Nelson
I have a simple form that includes this: input jwcid=[EMAIL PROTECTED] value=ognl:tradeId validators=validators:required,min=0,max=100 translator=translator:number,pattern=0 displayName=Trade ID / And no matter what legal numeric value I

Re: I'm missing something obvious

2007-05-10 Thread Tony Nelson
Sorry, I should have supplied that in my original e-mail. public abstract Integer getTradeId(); Thanks again Tony Andreas Andreou wrote: What's the type of tradeId ? On 5/10/07, Tony Nelson [EMAIL PROTECTED] wrote: I have a simple form that includes this: input jwcid=[EMAIL PROTECTED

Re: I'm missing something obvious

2007-05-10 Thread Tony Nelson
? Client side? or server side? What happens if you disable javascript? On 5/11/07, Tony Nelson [EMAIL PROTECTED] wrote: Sorry, I should have supplied that in my original e-mail. public abstract Integer getTradeId(); Thanks again Tony Andreas Andreou wrote: What's the type of tradeId ? On 5

Tap 4.1.2 EventListener

2007-05-03 Thread Tony Nelson
Is it possible to use an EventListener in a component that is displayed multiple times on a page? Specifically, I would like a component that has 2 inputs, and when the 1st one is updated an onchange event causes the 2nd component to update it's value. From my testing, it appears that only

Re: Tap 4.1.2 EventListener

2007-05-03 Thread Tony Nelson
A little additional info.. when I change the value on any of the inputs beyond the first one, it is causing the form to be submitted, it just doesn't call my EventListener method. Also, I am using the latest (today's) Tapestry build. Thanks again Tony Tony Nelson wrote: Is it possible

Re: Tap 4.1.2 EventListener

2007-05-03 Thread Tony Nelson
in the middle of some larger changes and I guess this use case was a victim. On 5/3/07, Jesse Kuhnert [EMAIL PROTECTED] wrote: Hmm...I have a bad feeling this is my fault - obviously it should work fine as-is. I'll take a look... On 5/3/07, Tony Nelson [EMAIL PROTECTED] wrote: A little additional info

Re: [vote] remove renderTags default of true for @If/@Else? (tapestry 4.1.2 )

2007-05-02 Thread Tony Nelson
Tapestry.application and was able to get the behavior I was after. In short, consistency wins in my book every time. Tony Nelson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tap 4.1.2 translators/validators

2007-05-01 Thread Tony Nelson
in advance for any help. Tony Nelson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Tap 4.1.1 TextField Ajax question

2007-04-30 Thread Tony Nelson
tree? My final goal is to have a dropdown update it's contents based on the text in the TextField, but until I can dynamically get it's value I'm stuck. Thanks in advance for all the help. Tony Nelson - To unsubscribe, e

Re: Tap 4.1.1 TextField Ajax question

2007-04-30 Thread Tony Nelson
form your targeted components are attached to and submit that as part of the event so that you can do things like get the current value of the field. 4.1.2 should be released very soon, just holding out for ognl stability. On 4/30/07, Tony Nelson [EMAIL PROTECTED] wrote: I am attempting

4.1.2 Translator/Validation

2007-04-30 Thread Tony Nelson
even make sense? Thanks in advance (again) Tony Nelson - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Suggested version

2007-04-25 Thread Tony Nelson
migration path for us, but since I need to upgrade, if now is the time, so be it. Thank you in advance for any help. Tony Nelson Starpoint Solutions - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

<    1   2