hi,
i think this will help
Context ctx= new InitialContext();
Object obj= ctx.lookup("JNDIName-OF ur Bean");
beanHome = (BeanHome) PortableRemoteObject.narrow(obj,BeanHome.class);
beanRemote = beanHome.create();
pls consider that BeanHome.class & BeanRemote should be in ur servlet
classpath
regards
asheesh
----- Original Message -----
From: May <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, August 30, 2001 8:36 AM
Subject: any EJB calling example available?
> Hello !
> Is there any struts calling EJB examples available ?
> Or any relating documents.
> I would greatly appreciate if you could let me know.
>
> Thanks in advance.
> May