Yeah, you raise a fair point, maybe I didn't think it through enough... I'm not sure how much session really matters, but I think request does... I mean, I have an HttpServletRequest object that I populate in an Action, and let's assume I can forward that to a PHP page, it's still a Java object.
Yeah, I'm starting to scream "D'oh!" in my head right now... -- Frank W. Zammetti Founder and Chief Software Architect Omnytex Technologies http://www.omnytex.com On Mon, May 2, 2005 12:27 pm, Folashade Adeyosoye said: > I don't see how you would be able to forward to a PHP page and have all > the > fields work, one thing to consider is they do not share the same session. > > Struts is a java framework, that has jar files etc, a PHP server would not > know what to do with them. > > > -----Original Message----- > From: Frank W. Zammetti [mailto:[EMAIL PROTECTED] > Sent: Monday, May 02, 2005 12:10 PM > To: Folashade Adeyosoye > Cc: Struts Users Mailing List; Rafael Taboada > Subject: Re: Struts with PHP > > Actually, while I don't know much about PHP, I would say it *better* be > possible :) Struts is, by and large, the "C" in MVC (some parts arguably > cross boundaries, but as a generality...), so if I can't swap in a > different "M" and "V", there's probably something wrong. > > I think it's probably a given that you aren't going to be able to use the > Struts taglibs on a PHP page, so some of the automatic functions of Struts > won't be available, but at the end of the day I should be able to forward > to a PHP page and have it work, even if I have to do more manual labor to > get values into fields and such. > > At least, I would be expecting that to be possible. > > -- > Frank W. Zammetti > Founder and Chief Software Architect > Omnytex Technologies > http://www.omnytex.com > > On Mon, May 2, 2005 12:05 pm, Folashade Adeyosoye said: >> hmm, good question, but i would not think so, one system developed in >> struts can call a PHP and vise-visa, but i dont think they can be >> intergrated. >> >> 1. PHP has a diff processor compared to java/jsp/struts >> >> >> >> >> On 5/2/05, Rafael Taboada <[EMAIL PROTECTED]> wrote: >>> Hi folks... I'm working right now with PHP... >>> >>> Is it possible to combine PHP with struts? I mean, instead to JSP, use >>> PHP. >>> >>> thanks >>> >>> -- >>> >>> Rafael Taboada >>> >>> --------------------------------------------------------------------- >>> 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]