Thanks 

Now I have this problem in the same issue.

I have a method 


public String[] getColumns(HSSFSheet hssfsheet, boolean flag)
 and inside this.

        Query query = Response.addQuery("output",mycolumns);


And the complier says that addquery isn't static , but I didn't defined the
method as Static..


:-S


Thanks in advance.


David Manriquez 
[EMAIL PROTECTED] 
(+56-2) 43 00 155

        
-----Mensaje original-----
De: Daniel Mackey [mailto:[EMAIL PROTECTED] 
Enviado el: Lunes, 20 de Junio de 2005 9:31
Para: CF-Talk
Asunto: Re: how to cfoutput from com.allaire.cfx. methods

Hi David,

You can use the .write() function of the Response Object.

e.g: reponse.write("This is some <b>bold</b> text from the custom tag.");

In the class declaration which inherits from the Custom Tag Interface, 
the Response and Request objects are passed in which you use to recieve 
and send data to and from your CFX.

Regards,
Dan.

David Manriquez wrote:

> Hi ppl i have to make some changes in a CFX tag , and  i need to
"cfoutput" something inside the CFX , anyone knows what method i can use?..
or betten than that a url with fully documentation about cfx.jar
>
>
>greetings.
>
>



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:209976
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to