Author Login
Post Reply
could someone shed some light on what I was doing wrong? The examples I read
that shows me that Bean Edit Form can definitely handle integer and long,
but I get the "No Service implements the interface long"...
I have a very simple data source as
public class Asset {
private long assetNumber;
private String altInfo1;
private String altInfo2;
...
}
the *.tml file is
<h1>Adding New Asset</h1>
<t:beaneditform t:id="asset"/>
Thanks very much!
Faye
--
Sent from the Tapestry - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)