Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 70296 invoked from network); 27 Jul 2002 22:41:44 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 27 Jul 2002 22:41:44 -0000 Received: (qmail 11889 invoked by uid 97); 27 Jul 2002 22:41:57 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 11873 invoked by uid 97); 27 Jul 2002 22:41:56 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 11861 invoked by uid 98); 27 Jul 2002 22:41:56 -0000 X-Antivirus: nagoya (v4198 created Apr 24 2002) Date: Sat, 27 Jul 2002 17:42:41 -0500 From: Eddie Bush Subject: Re: Question about Struts and XSL To: Struts Users Mailing List Message-id: <3D4321E1.3040207@swbell.net> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT X-Accept-Language: en-us, en User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020513 References: X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N That's a pretty terse description of your problem :-) I would build a simple test application first off - get familiar with the functionality Struts offers. Be sure you make reference to the chapters Chuck put up for review on theserverside.com! I think what you will find (unless I miss my guess) is that you can, using core Struts functionality (DynaThis and DynaThat!) quickly/easily refactor your application into something much better. Not knowing much about XML, I can give you exactly zero guidance there. You know your application better than any of us do - sit down and build a small-scale replica using Struts to force yourself to learn Struts. Once you have done that, and have more specific questions, I think posting them here would get you more helpful responses. Regards, Eddie John Owen wrote: > > > I inherited an application that uses a Model-1 MVC approach. I was > hoping to migrate the application to the Model-2 approach that Struts > offers. My problem is that a particular jsp page uses xsl to render a > form and its elements. This particular page is the heart of a module > that performs several tasks and I am unsure of how to proceed. My > concern is that I will have to completely re-design the jsp/xsl combo > to remove the form elements from the xsl in order to use the Struts > html taglib and Action/Form classes. I was hoping to move code that > resides in the jsp page into an Action class. > > I looked through the message archive here briefly and found a few > posts about stxx (I think), but I'm not sure it would help without a > re-design. Any ideas or alternate approaches would be greatly > appreciated. > > Thanks, > John -- To unsubscribe, e-mail: For additional commands, e-mail: