Re: (for service 'BeanModelSource'): No service implements the interface long.

2010-06-07 Thread faye alaska

Thanks a bunch! Makes Perfect sense! 
Thanks again!
Best regards,
Faye



Thiago H. de Paula Figueiredo wrote:
> 
> On Mon, 07 Jun 2010 21:10:35 -0300, faye alaska   
> wrote:
> 
>> 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"...
> 
> Hi!
> 
> Try adding this method to your page class:
> 
> onPrepare() {
>   this.asset = new Asset();
> }
> 
> -- 
> Thiago H. de Paula Figueiredo
> Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
> and instructor
> Owner, Ars Machina Tecnologia da Informação Ltda.
> http://www.arsmachina.com.br
> 
> -
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
> 
> 
> 

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



Re: (for service 'BeanModelSource'): No service implements the interface long.

2010-06-07 Thread Thiago H. de Paula Figueiredo
On Mon, 07 Jun 2010 21:10:35 -0300, faye alaska   
wrote:


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"...


Hi!

Try adding this method to your page class:

onPrepare() {
this.asset = new Asset();
}

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer,  
and instructor

Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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