Trouble with if

2003-07-01 Thread Tim Bachta
and my output is showing up with each productivity-line showing. Thanks for the help Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Trouble with if

2003-07-01 Thread Tim Bachta
Can you give me an example of what you are referring to? Tim Bachta -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 2:12 PM To: [EMAIL PROTECTED] Subject: Re: Trouble with if Group your data by date/, anything else won't work. http

Cocoon to csv not excel

2003-06-27 Thread Tim Bachta
Is there a way to create a csv file using cocoon? I have looked through the developers handbook with no luck. Thank you. Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Cocoon to csv not excel

2003-06-27 Thread Tim Bachta
So can I use an xsl to create the node? I have a xsp that creates an xml file that I don't want to change. Tim Bachta -Original Message- From: Upayavira [mailto:[EMAIL PROTECTED] Sent: Friday, June 27, 2003 9:32 AM To: [EMAIL PROTECTED] Subject: Re: Cocoon to csv not excel Using

xsl question

2003-06-26 Thread Tim Bachta
for the help Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: esql:query problem

2003-06-25 Thread Tim Bachta
set. And it does in my Java version. I have looked at the Java code that cocoon compiles from my xsp and everything looks fine there, granted it is a little confusing to look through since the formatting is not the greatest. Thanks for the help. Tim Bachta -Original Message- From

RE: esql:query problem

2003-06-25 Thread Tim Bachta
Forgot to add that I am getting an invalid parameter bindings error from cocoon. Tim Bachta (913)693-0538 Office (913)486-5213 Mobile -Original Message- From: Tim Bachta Sent: Wednesday, June 25, 2003 9:53 AM To: [EMAIL PROTECTED] Subject: RE: esql:query problem Here is my code

RE: esql:query problem

2003-06-25 Thread Tim Bachta
I thought the same but that did not work. The Int declares the types so if you look in the java code it is transformed into _esql_query.getCallableStatement().setInt(1,(number)); Tim Bachta (913)693-0538 Office (913)486-5213 Mobile -Original Message- From: Roger I Martin PhD [mailto

RE: esql:query problem

2003-06-25 Thread Tim Bachta
for column 1 We may be getting closer? Thanks for all the help. Tim Bachta -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:20 AM To: [EMAIL PROTECTED] Subject: Re: esql:query problem On 25.Jun.2003 -- 09:53 AM, Tim Bachta wrote

RE: esql:query problem

2003-06-25 Thread Tim Bachta
documentation? I don't know I just wish I could get this to work. Thanks again for the help it is really appreciated. Tim Bachta -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:38 AM To: [EMAIL PROTECTED] Subject: Re: esql:query

RE: esql:query problem

2003-06-25 Thread Tim Bachta
Chris, That was it, thank you for the help. All of you that helped thank you. Tim Bachta -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 25, 2003 10:56 AM To: [EMAIL PROTECTED] Subject: Re: esql:query problem On 25.Jun.2003 -- 10:48 AM, Tim

xsp question

2003-06-25 Thread Tim Bachta
would greatly appreciate the help. Thank you Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: xsp question

2003-06-25 Thread Tim Bachta
. End tag 'content' does not match the start tag 'tasks'. Error processing resource 'http://localhost:8080/cocoon/vyzo/Room_Report_pdf?cocoon-view=debug1'. Line 167, Position 3 /content --^ Thanks Tim Bachta -Original Message- From: Roger I Martin PhD [mailto:[EMAIL

RE: esql:query problem

2003-06-24 Thread Tim Bachta
/ /test /esql:row-results /esql:results /esql:use-results /esql:call-results /esql:execute-query Tim Bachta (913)693-0538 Office (913)486-5213 Mobile -Original Message- From

Stored Procedure Help

2003-06-24 Thread Tim Bachta
message of invalid parameter bindings. I checked my input parameters and they are set up correctly. Any suggestions would be greatly appreciated. Thank you Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: Stored Procedure Help

2003-06-24 Thread Tim Bachta
It's a different error this time. Error getting ascii data for column ActionName Thanks for the help Tim Bachta -Original Message- From: Frank Taffelt [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 11:17 AM To: [EMAIL PROTECTED] Subject: Re: Stored Procedure Help try

esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
of expression Line 702, column -1: inconvertible types Line 0, column 0: 4 errors Please any help is greatly appreciated. Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
I wish I could make the stored procedure easier, but unfortunately this is the procedure that I have been given. Tim Bachta -Original Message- From: Scherler, Thorsten [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:07 PM To: [EMAIL PROTECTED] Subject: RE: esql !!!HELP

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
Does cocoon compile an xsp into a Java class file? If so where does it put it. The reason why I am asking is that my procedures that I am having trouble with in cocoon work fine in a java class file. Tim Bachta -Original Message- From: Tim Bachta Sent: Tuesday, June 24, 2003 12:21

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
ServerPagesGenerator or even what I am doing wrong here. Thanks Tim Bachta -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 12:38 PM To: [EMAIL PROTECTED] Subject: RE: esql !!!HELP!!! Yes. The .java file is in your servlet container's work directory

RE: esql !!!HELP!!!

2003-06-24 Thread Tim Bachta
/esql:use-results /esql:call-results /esql:execute-query I have no Idea what invalid parameter binding(s) means. Any help is greatly appreciated. Tim Bachta -Original Message- From: Roger I Martin PhD [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 3:37 PM To: [EMAIL PROTECTED

java docs?

2003-06-24 Thread Tim Bachta
Where are the cocoon javadocs located? Thanks Tim - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

esql:query problem

2003-06-23 Thread Tim Bachta
this does not work it would be greatly appreciated. Thank you Tim Bachta esql:execute-query esql:query execute a_joe 'xsp:exprroom/xsp:expr','xsp:exprbeginTime/xsp:expr','xsp:expr endTime/xsp:expr

Query issue

2003-06-19 Thread Tim Bachta
/esql:results /esql:execute-query /esql:connection Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

No results from a stored procedure

2003-06-19 Thread Tim Bachta
Is there a reason why cocoon would not execute a certain stored procedure? I have one that I have verified returns a result set but when I run it in cocoon I am not getting anything back. It looks like it is skipping over the section completely. Tim Bachta

RE: No results from a stored procedure

2003-06-19 Thread Tim Bachta
/name /task - task nameSpecial Water/name /task - task nameCages/Feed/H20/Mop/name /task /tasks /content /page Tim Bachta -Original Message- From: Tim Bachta Sent: Thursday, June 19, 2003 11:57 AM To: [EMAIL PROTECTED] Subject: No results from a stored procedure

DHTML Help

2003-06-18 Thread Tim Bachta
generated by cocoon. Thanks. Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

JSP Exception

2003-06-13 Thread Tim Bachta
in JSPReader.generate() Thanks for the help. Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: JSP

2003-06-13 Thread Tim Bachta
Is this the right place to ask this question? I asked it earlier today and no answer and all that I find in the books matches what I did. Please help I am stuck. Tim Bachta -Original Message- From: Tim Bachta Sent: Friday, June 13, 2003 11:50 AM To: '[EMAIL PROTECTED]' Subject

RE: JSP

2003-06-13 Thread Tim Bachta
is %= new java.util.Date() % /body /html thank you Tim Bachta -Original Message- From: Geoff Howard [mailto:[EMAIL PROTECTED] Sent: Friday, June 13, 2003 4:44 PM To: [EMAIL PROTECTED] Subject: RE: JSP Yes this is the right place - and yes what you did looks right. You'll need to send

Using xsl:if

2003-06-12 Thread Tim Bachta
that; } Any help will be greatly appreciated. Thank you. Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Mapping a htc file

2003-06-12 Thread Tim Bachta
I am trying to call a htc file but am not able to get it working. I have it mapped in my sitemap like such: map:match pattern=support/*.htc map:read mime-type=htc src=support/{1}.htc/ /map:match Am I doing this correct? Tim Bachta

Query within a query

2003-06-11 Thread Tim Bachta
/esql:execute-query /esql:row-results /reports /esql:results /esql:execute-query Thanks for the help Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Running a query in xsl page

2003-06-11 Thread Tim Bachta
Is it possible to run an query in my xsl style sheet based on the input I get from an xsp page using the connection pool from cocoon? Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

making an esql value an element in the xsp

2003-06-11 Thread Tim Bachta
How do I make an esql value an element. I have : parameter-name esql:get-string column=3/ /parameter-name which results in parameter-namebob/parameter-name I want the result to be parameter-name bob/bob /parameter-name Thanks for the help Tim

RE: making an esql value an element in the xsp

2003-06-11 Thread Tim Bachta
Works for me -Original Message- From: Christian Haul [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 10:55 AM To: [EMAIL PROTECTED] Subject: Re: making an esql value an element in the xsp On 11.Jun.2003 -- 10:47 AM, Tim Bachta wrote: How do I make an esql value an element

XML file

2003-06-11 Thread Tim Bachta
Is there a way/place to view the xml file that is created from my xsp. Thank you Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: XML file

2003-06-11 Thread Tim Bachta
I tried this and it does not work for me. It shows me the xml but it does not run the query correctly so I am not getting the same info that I am getting on a regular view. Is there another way? Tim Bachta (913)693-0538 Office (913)486-5213 Mobile -Original Message- From: Conal

RE: XML file

2003-06-11 Thread Tim Bachta
the login is validated. That is why I am saying the xml does not match up. Tim Bachta (913)693-0538 Office (913)486-5213 Mobile -Original Message- From: Conal Tuohy [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 11, 2003 9:49 PM To: [EMAIL PROTECTED] Subject: RE: XML file Try posting

Gif image

2003-06-10 Thread Tim Bachta
. Thanks. img src=C:\Program Files\Apache Group\Tomcat 4.1\webapps\cocoon\vyzo\images/icons/disabled/keypad.gif /br /Keypad Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: Gif image

2003-06-10 Thread Tim Bachta
to find it anywhere. Thanks. img src=C:\Program Files\Apache Group\Tomcat 4.1\webapps\cocoon\vyzo\images/icons/disabled/keypad.gif /br /Keypad Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Spacing issues?

2003-06-10 Thread Tim Bachta
class=dlgSwitch id=sw Overdue Task Report Tim Bachta (913)693-0538 Office (913)486-5213 Mobile image001.jpg

RE: Spacing issues?

2003-06-10 Thread Tim Bachta
Where do I put that? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: Re: Spacing issues? {normalize-space(report-name)} Joerg Tim Bachta wrote: How come I am getting huge amounts of space between

RE: Spacing issues?

2003-06-10 Thread Tim Bachta
. A. On Tuesday, June 10, 2003, at 05:19 PM, Tim Bachta wrote: Where do I put that? -Original Message- From: Joerg Heinicke [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 10, 2003 3:06 PM To: [EMAIL PROTECTED] Subject: Re: Spacing issues? {normalize-space(report-name)} Joerg Tim

conditions in xsl

2003-06-10 Thread Tim Bachta
id=swUn-Assigned Task Report img src=images\icons\occurrenceOverview.gifUn-Assigned Task Report/div where the only one that has the selected class is the first one. Any help would be great. Thank you very much. Tim Bachta

CSS in Cocoon

2003-06-09 Thread Tim Bachta
I am trying to use a stylesheet in a xsl page and am getting a null pointer exception coming from my xsl page. My syntax is below, I am new to Cocoon so please excuse my mistakes. I appreciate the help. dialog.xsl xsl:param name=html.stylesheet select=global.css'/ xsl:param

RE: CSS in Cocoon

2003-06-09 Thread Tim Bachta
the parameter you are actually passing it (from the sitemap) is called css-stylesheet. Cheers! Con -Original Message- From: Tim Bachta [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 June 2003 08:19 To: [EMAIL PROTECTED] Subject: CSS in Cocoon I am trying to use a stylesheet

RE: CSS in Cocoon

2003-06-09 Thread Tim Bachta
are actually passing it (from the sitemap) is called css-stylesheet. Cheers! Con -Original Message- From: Tim Bachta [mailto:[EMAIL PROTECTED] Sent: Tuesday, 10 June 2003 08:19 To: [EMAIL PROTECTED] Subject: CSS in Cocoon I am trying to use a stylesheet in a xsl page and am

RE: MS SQL Stored Procedure Help

2003-06-06 Thread Tim Bachta
Ok, I am not having a problem with the input parameters it is the output parameter that I am having issues with. This is more of a callable statement than a stored procedure. Here is what I am trying to no avail. esql:execute-query esql:call {esql:parameter type=Int direction=out/=call

Redirect from within an xsp page

2003-06-06 Thread Tim Bachta
Is there a way to redirect from within the xsp page itself based on the result of data from a query? Thanks Tim Bachta - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cocoon to xml or CSV

2003-06-04 Thread Tim Bachta
I am new to cocoon and am trying to find a way to create an CSV or excel file. I have found a little information on the HSSF Serializer but do not know how to implement it. Can anyone help me or show me an example of how to do this properly. Thanks for the help. Tim Bachta