Subject: Re: Question about Struts and XSL From: Vic C <[EMAIL PROTECTED]> === You can use JSTL (Standard Tags) X: transform tag, it works nice with Struts for me ( I store XML content in DB and use X: transform tag ) v.
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 > > _________________________________________________________________ > Chat with friends online, try MSN Messenger: http://messenger.msn.com > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

