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

-- 
View this message in context: 
http://old.nabble.com/%28for-service-%27BeanModelSource%27%29%3A-No-service-implements-the-interface-long.-tp28812439p28812439.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

Reply via email to