Hi I am querying a database and displaying the results in a pdf. Using a serializer of fo2pdf I need to hard code the parameter in my query, e.g. where code = 'red34' to get the pdf to appear.
If instead I use where code = <xsp-request:get-parameter name="code"/> I get nothing. If I change the serializer to xml using once again where code = <xsp-request:get-parameter name="code"/> I get the results from the query appearing in xml format. I'm using cocoon 2.0.4 and tomcat 4.1 Frank -------------------Legal Disclaimer--------------------------------------- The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt. ---------------------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
