Thanks for the response.

So are your not making use of entity or session beans then?  If so how do
they fit into the struts picture?  Iīm wondering from where I would call
them?  It wouldnīt be very clean to call ejbs directly from jsp pages would
it?  From the ActionServlet?

bye Michael


----- Original Message -----
From: "Jake Thompson" <[EMAIL PROTECTED]>
To: "Michael Delamere" <[EMAIL PROTECTED]>
Sent: Sunday, May 12, 2002 5:29 AM
Subject: RE: [JBoss-user] jboss3.0RC2 + Struts


> The quick off the top of my head answer could be the following.  Do not
use any struts specific code in you EJB's, like a form.  The struts.jar is
deployed in the web app classpath not the application classpath, so the ejb
server will not find the correct classes.
> I use the xdoclet data objects, same data object populates a bean and is
used in the form, and this is a simple serializable class that can be passed
around.
>
> Later,
> Jake T.
>
> -----Original Message-----
> From: Michael Delamere [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, May 11, 2002 6:56 PM
> To: Dmitri Colebatch; [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] jboss3.0RC2 + Struts
>
> Sorry,
>
> Iīm just starting on struts right now and itīs quite a mouthful at the
> start!  Iīm trying to get struts to work with my EJBs.  As I havenīt done
> this before Iīm quite busy getting that sorted.  Any examples would of
> course be greatly appreciated :-).  So I havenīt got round to setting any
> html:links yet, Iīm just reading, reading and reading everything I can
find
> on the subject!
>
> regards
>
> Michael
>
> p.s. Iīm using 1.0.2
>
>
> ----- Original Message -----
> From: "Dmitri Colebatch" <[EMAIL PROTECTED]>
> To: "Michael Delamere" <[EMAIL PROTECTED]>;
> <[EMAIL PROTECTED]>
> Sent: Sunday, May 12, 2002 12:31 AM
> Subject: Re: [JBoss-user] jboss3.0RC2 + Struts
>
>
> > so you aren't seeing any problems with html:link?  What version of
Struts
> > are you using?
> >
> > cheesr
> > dim
> >
> > ----- Original Message -----
> > From: "Michael Delamere" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>; "Dmitri Colebatch"
> > <[EMAIL PROTECTED]>
> > Sent: Sunday, May 12, 2002 7:54 AM
> > Subject: Re: [JBoss-user] jboss3.0RC2 + Struts
> >
> >
> > Hi,
> >
> > No my problem was that I was getting a class not found exception.  I
found
> a
> > thread though which helped me solve this.  Although this isnīt a very
> > elegant way of doing it, it will have to do for now.
> >
> > Hereīs the thread that helped me solve the problem:
> >
> >
>
http://www.apachelabs.org/tomcat-user/200101.mbox/%3CBKEOLNAEFCIBACKFHANHMEB
> > [EMAIL PROTECTED]%3E
> >
> > bye Michael
> >
> >
> > ----- Original Message -----
> > From: "Dmitri Colebatch" <[EMAIL PROTECTED]>
> > To: "Michael Delamere" <[EMAIL PROTECTED]>;
> > <[EMAIL PROTECTED]>
> > Sent: Saturday, May 11, 2002 11:42 PM
> > Subject: Re: [JBoss-user] jboss3.0RC2 + Struts
> >
> >
> > > what do you mean by 'works'?
> > >
> > > I've had problems (which I haven't spent enough time on to fix) with
> > > <html:link> tags when using the paramId parameter to create links,
this:
> > >
> > >     <html:link forward="myForward" paramId="xyz" paramName="foo"
> > > paramProperty="bar">foobar</a>
> > >
> > > seems to produce this:
> > >
> > >     <a href="http:///myForward.do?xyz=3";>foobar</a>
> > >
> > > I've just left it for now, not really sure what ths issue is.
> > >
> > > cheers
> > > dim
> > >
> > > ----- Original Message -----
> > > From: "Michael Delamere" <[EMAIL PROTECTED]>
> > > To: <[EMAIL PROTECTED]>
> > > Sent: Sunday, May 12, 2002 7:12 AM
> > > Subject: [JBoss-user] jboss3.0RC2 + Struts
> > >
> > >
> > > Hi,
> > >
> > > has anybody got struts working with jboss3.0RC2?  When I run the
example
> > > from struts in tomcat standalone it works.  However when I deploy it
> with
> > > jboss (+ embedded catalina) it doesnīt!
> > >
> > > Could anyone possibly share their experiences with jboss + struts?
> > >
> > > regards
> > >
> > > Michael
> > >
> > >
> > > _______________________________________________________________
> > >
> > > Have big pipes? SourceForge.net is looking for download mirrors. We
> supply
> > > the hardware. You get the recognition. Email Us:
> [EMAIL PROTECTED]
> > > _______________________________________________
> > > JBoss-user mailing list
> > > [EMAIL PROTECTED]
> > > https://lists.sourceforge.net/lists/listinfo/jboss-user
> > >
> >
> >
> > _______________________________________________________________
> >
> > Have big pipes? SourceForge.net is looking for download mirrors. We
supply
> > the hardware. You get the recognition. Email Us:
[EMAIL PROTECTED]
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> >
> >
> > _______________________________________________________________
> >
> > Have big pipes? SourceForge.net is looking for download mirrors. We
supply
> > the hardware. You get the recognition. Email Us:
[EMAIL PROTECTED]
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
>
>
> _______________________________________________________________
>
> Have big pipes? SourceForge.net is looking for download mirrors. We supply
> the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user


_______________________________________________________________

Have big pipes? SourceForge.net is looking for download mirrors. We supply
the hardware. You get the recognition. Email Us: [EMAIL PROTECTED]
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to