Hi ALL

1.i am using this part of the sitemap for generating an xsp .

<map:match pattern="xsp/*">
     <map:generate src="docs/samples/xsp/{1}.xsp" type="serverpages"/>
     <map:transform src="stylesheets/dynamic-page2html.xsl">
     </map:transform>
     <map:serialize type="html"/>
    </map:match>

the xsp generated will be a html form with two list boxes populated with 
data from the oracle database(using the query already in the xsp) and a 
"submit query" button.
On clicking the submit button after selecting values from the list boxes , 
a query is dynamically executed based on these values and the result is 
shown in html format.
Till now it works fine..
will it be possible to show the final result in xml or pdf format.

2.

  i have an UploadAction.java file.But i don't know how to add it as a 
class file and invoke it as an Action sitemap component.

Regards
Sreenivasan.







"Attitudes are much more important than aptitudes."
"Nothing is impossible for a willing heart"

Sreenivasan N.
Sony SARD
Ext 5816

Email. [EMAIL PROTECTED]
Per: [EMAIL PROTECTED]


---------------------------------------------------------------------
Please check that your question  has not already been answered in the
FAQ before posting.     <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail:     <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

Reply via email to