I googled a bit for a taglib providing a tag to include any http-sources in my jsp-pages (as you know I want to include PHP-generated pages) and found the Jakarta IO-taglib (http://jakarta.apache.org/taglibs/doc/io-doc/intro.html).
I have not had the time to experiment with it, but it looks promising. The doc says "The <io:request> can be used to make 'server side include' style calls to any web server anywhere for any resource" which seems to what you (and I need). Can someone on this list comment about it? Martin > -----Ursprüngliche Nachricht----- > Von: Jim Douglas [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 16. November 2005 04:57 > An: [EMAIL PROTECTED]; user@struts.apache.org > Betreff: RE: AW: STRUTS PHP > > > > Maybe you're right because I can't get the PHP page in the > Tiles frame no > matter what I try. I tried withou the controller class also. > > Jim > > > > > > >From: "Martin Kindler" <[EMAIL PROTECTED]> > >Reply-To: <[EMAIL PROTECTED]> > >To: "'Struts Users Mailing List'" <user@struts.apache.org> > >Subject: AW: STRUTS PHP > >Date: Tue, 15 Nov 2005 11:14:46 +0100 > > > >Hi Jim, > > > >like you, I am looking for a solution to embed PHP > components in my JSP > >pages. Therefore I was glad to learn by your mail of the > existence of > >this php/Java bridge. But looking at the web site I see only > the other > >way > >round: > >integration of Java backend classes with the PHP frontend. > Am I right? > > > >Martin > > > > > -----Ursprüngliche Nachricht----- > > > Von: Jim Douglas [mailto:[EMAIL PROTECTED] > > > Gesendet: Sonntag, 13. November 2005 16:45 > > > An: user@struts.apache.org > > > Betreff: STRUTS PHP > > > > > > > > > I am trying to integrate this great Calendar app into a > STRUTS/TILES > > > website > > > > > > http://www.k5n.us/webcalendar.php > > > > > > > > > I have this JAVA to PHP bridge up and running, > > > > > > http://php-java-bridge.sourceforge.net/#mode3 > > > > > > > > > The problem I am having is getting the Calendar page to > show in my > > > tiles layout body. > > > > > > This is what I have in the tiles def which does not work, > > > > > > <definition name="site.index.page.calendar" > > > extends="site.index.page.online" > > > > <put name="title" value="Portal Calendar" /> > > > <put name="body" value="calendar" /> > > > </definition> > > > <definition name="calendar" path="/Calendar/index.php" > > > controllerClass ="app.model.Calendar"/> > > > > > > Jim > > > > > > > > > > > > > -------------------------------------------------------------------- > > > - > > > 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] > > > > > > --------------------------------------------------------------------- > 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]