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]

Reply via email to