no .tml here....


On Wed, 2011-04-13 at 03:41 -0700, robnangle wrote:
> Hi I have a problem when I am trying to edit values that the selected value
> does not appear? My code is below and I thought you just put into
> value="team.keeper" which would return the keeper. The two classes both have
> @Property+@Persist annotations.
> 
> tml for edit class:
> 
> 
> 
> insert for creating the values Work method is a regex which replaces part of
> the string value:
> 
> String statement = "INSERT INTO teams(goalkeeper) VALUES(?)";
>               prep = conn.prepareStatement(statement);
>               team = new Team();
>               prep.setString(1, work(keeper));
>               team.setKeeper(keeper);
>                  prep.executeUpdate();
>               return index;
> 
> Any help is greatly appreciated as always..
> Cheers
> 
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/T5-Select-wont-find-selected-value-in-edit-tp4300292p4300292.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to