Re: bean:write and XSLT Coldjava taglib

2002-03-08 Thread Rajagopal V
inside ApplyXSL, it shud create the HTML :-((( Am I missing something? --- Rajagopal V [EMAIL PROTECTED] wrote: Hi all Im using the Coldjava Taglib for XSLT Operations and the input that I feed to it is a request scope variable. xslt:ApplyXSL xslData=html.xsl bean:write name=xmlString

Re: Cannot retrieve definition for form bean null

2002-03-08 Thread Rajagopal V
if u need the form in your offer.jsp(the one you are forwarding from NewOfferAction), you shud have this in your config file actionpath=/registrationOffer type=be.uniway.spofferlt.RegistrationOfferAction name=offerForm scope=request forward name=success

bean:write and XSLT Coldjava taglib

2002-03-06 Thread Rajagopal V
Hi all Im using the Coldjava Taglib for XSLT Operations and the input that I feed to it is a request scope variable. xslt:ApplyXSL xslData=html.xsl bean:write name=xmlString/ /xslt:ApplyXSL I have a request scope variable called xmlString which contains a Stringified version of my DOM.

RE: Design Issue: XML/XSL/JSP

2002-02-26 Thread Rajagopal V
Im redesigning my JSP which does all SQL + presentation. I have a main report which has 4 sub reports which have to be created in HTML and PDF. So what i do now is create a XML out of the SQL and then use appropriate stylesheets. All this gets done in the JSP(Now!!). Now, if i have to use