RE: Struts and cocoon

2002-10-18 Thread Madhavi Thottempudi
Message- From: Madhavi Thottempudi [mailto:madhavi;caret.cam.ac.uk] Sent: Donnerstag, 17. Oktober 2002 13:59 To: Struts Users Mailing List Subject: RE: Struts and cocoon I thought stxx doesn't support WML! Do U mean that we can do it by writing our own output transformer/renderer sort of things

RE: Struts and cocoon and stxx and wap / wml

2002-10-18 Thread Madhavi Thottempudi
Thanks for that Stefan! I am gonna start on modifying the client side of my application (using stxx) from tomorrow itself :) I really appreciate UR suggestions. cheers -Madhavi At 17:45 17/10/2002 +0200, you wrote: I had to check it make sure, but of course you can transform xml into wml using

RE: Struts and cocoon

2002-10-18 Thread Madhavi Thottempudi
) and render it using JSTL X transform tag. If you read a bit about FOP, you can render anything. Cocon I think is also semi-parked. Dynamic! .V Madhavi Thottempudi wrote: But, I see that the possible outputs supported by stxx are only html, pdf and svg. Whereas cocoon also supports WML, RTF apart from

Re: Struts and cocoon

2002-10-17 Thread Madhavi Thottempudi
it passing arguments in the URL. Tell me how you do. Iris Madhavi Thottempudi wrote: Hi! Is anybody out there working with Apache cocoon and Struts framework together?? We are building a struts application and one of our requirement is Transformations. I am quite interested to know

RE: Struts and cocoon

2002-10-17 Thread Madhavi Thottempudi
a few advantages over cocoon. Stef. -Original Message- From: Madhavi Thottempudi [mailto:[EMAIL PROTECTED]] Sent: Donnerstag, 17. Oktober 2002 10:30 To: Struts Users Mailing List Subject: Re: Struts and cocoon Hi! I appreciate UR input on this topic. this really clears my mind about doubts

Struts and cocoon

2002-10-16 Thread Madhavi Thottempudi
Hi! Is anybody out there working with Apache cocoon and Struts framework together?? We are building a struts application and one of our requirement is Transformations. I am quite interested to know if anybody has worked on this combination, as I am wondering if it's possible to do that at all.

global variables

2002-10-04 Thread Madhavi Thottempudi
Hi! Where can I set global variables and get them back in Struts. Because I see that Action beans extending struts Action bean doesn't get servlet in their perform method. public ActionForward perform(ActionMapping mapping, ActionForm form,

Re: global variables-update

2002-10-04 Thread Madhavi Thottempudi
I mean setting application scope variables - using setServletContext or something like that and getting them back. Any ideas?? Thanks again -M At 11:34 04/10/2002 +0100, you wrote: Hi! Where can I set global variables and get them back in Struts. Because I see that Action beans extending

RE: global variables-update

2002-10-04 Thread Madhavi Thottempudi
http://jakarta.apache.org/struts/doc-1.0.2/userGuide/building_model.html Regards, Divakar -Original Message- From: Madhavi Thottempudi [SMTP:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 4:46 PM To: Struts Users Mailing List Subject: Re: global variables-update I mean

RE: global variables-update

2002-10-04 Thread Madhavi Thottempudi
. The context is the global/application scope; the context object is like the central switching office to every object that lives within the application. Mark -Original Message- From: Madhavi Thottempudi [mailto:[EMAIL PROTECTED]] Sent: Friday, October 04, 2002 7:41 AM To: Struts Users

Moving from MVC architecture to STRUTS

2002-09-24 Thread Madhavi Thottempudi
Hi there! I am new to Struts technology and I have few doubts to clarify from U experienced people I am considering to move our web-application which is now based on MVC architecture to Struts and as a first step I'm doing some research on it and got stuck with few things. My doubts are -

RE: Moving from MVC architecture to STRUTS

2002-09-24 Thread Madhavi Thottempudi
Thanks for the reply Cliff. That really helped me. At 12:49 24/09/2002 +0100, you wrote: 1. From what I understood, at the Controller end - the Controller servlet and the mapping of the actions is provided by the framework. But when I saw the example struts application, I got bit confused