Re: Tapestry 4 @TextField Problem

2011-08-22 Thread legacydeveloper
Jonathan Barker wrote: > > My T4 is a little rusty, but if you post your code, I'll give it a shot. > -- > Jonathan Barker > ITStrategic > I found what my problem was shortly after I posted this, I had my @TextField placed lower on the page than the submit button that was reading the value. D

Re: Tapestry 4 @TextField Problem

2011-08-19 Thread Jonathan Barker
My T4 is a little rusty, but if you post your code, I'll give it a shot. On Fri, Aug 19, 2011 at 11:20 AM, legacydeveloper wrote: > > I am running into an issue where when I submit my form, the value in my > text > field is not passed to the java class when submit is clicked. However when > cy