This is one of those cases where the source would help.

Re-reading your error message, it sounds like you are missing
t:type="beaneditform" from your template.  This doesn't have anything to do
with your entity (yet).


> -----Original Message-----
> From: mdes [mailto:[EMAIL PROTECTED]
> Sent: Thursday, October 02, 2008 04:39
> To: users@tapestry.apache.org
> Subject: Re: problem beaneditform and external ejb3
> 
> 
> @Thiango: I use the ejb3 business logic as a stand alone project (I mean,
> another folder in the workspace), separeted by the Tapestry one. I deploy
> it
> indipendently in JBoss and than a war for the Tapestry project.
> 
> @Geoff: thanks for the jumpstart examples, but I already read them, but my
> problem is a bit different.
> 
> Let me explain:
> I can use entity beans without any problem with the grid component and
> other
> components that can obtain a specific instance of the object.
> In particular, I call a page with a PageLink and I do something like
> dao.findOperator(username) in the onActivate() method, and the grid (for
> example) works perfectly.
> 
> The problem with the beaneditform is that I want Tapestry to create an
> "empty" instance of my entity bean, but at the moment he can't understand
> what type he has to use (in this case, Operator).
> 
> 
> Geoff Callender-2 wrote:
> >
> > Does this example help?
> > http://202.177.217.122:8080/jumpstart/examples/input/edit1/1
> >
> > Cheers,
> >
> > Geoff
> >
> > On 02/10/2008, at 8:00 AM, Thiago H. de Paula Figueiredo wrote:
> >
> >> Em Wed, 01 Oct 2008 18:47:37 -0300, mdes <[EMAIL PROTECTED]>
> >> escreveu:
> >>
> >>> Hello everybody,
> >>> I'm new to Tapestry 5 and I need help to solve a problem.
> >>>
> >>> I defined an entity bean "Operator" in my ejb3 project, and I want
> >>> it to be the object of a beaneditform in a Tapestry 5 project.
> >>
> >> One common error for newbies is to put entity beans in packages
> >> controlled by Tapestry: pages, components, mixins, base. Maybe it is
> >> your error. Check this in your project.
> >>
> >> Thiago
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [EMAIL PROTECTED]
> >> For additional commands, e-mail: [EMAIL PROTECTED]
> >>
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> >
> >
> >
> 
> --
> View this message in context: http://www.nabble.com/problem-beaneditform-
> and-external-ejb3-tp19769807p19775400.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to