RE: XSP All Nodes Even

2003-01-23 Thread Jacob Arnold
Yep, that works. Thanks for your help.

Best Regards,
J


-Original Message-
From: Scott Warren [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 4:33 PM
To: [EMAIL PROTECTED]
Subject: Re: XSP All Nodes Even


No not a second stylesheet,  Change your stylesheet to be like this



 
  
   
  
  
   
  
 


Where table is assumed to be the parent node of all the tr nodes. 

Does this help ?

Scott Warren

Jacob Arnold wrote:

If my query returns 56 records (1 per row) then I get 2, 4, 6, 8, 10...
through 114. Are you suggesting adding a second stylesheet?

Thanks,
J


-Original Message-
From: Scott Warren [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 4:22 PM
To: [EMAIL PROTECTED]
Subject: Re: XSP All Nodes Even


What is the value that position() is returning? Can you move the 
template into a another template that has a  I 
think you may get different results then.

Hope this helps

Scott Warren

Jacob Arnold wrote:

  
Whenever I test for even nodes using XSLT on my serialized XSP, all the
nodes are even. For example, I'm trying to make every even table row a
different color:


 
   
 
 
   
 


But every table row is getting the evenrow class applied. When I display

the
  
position, every row (and every  for that matter) is even-numbered. Does
anyone know what might be causing this?

Here's a sitemap fragment:


 
   
   
   
 
 
 
 



 
   
   
 
 
 


I'm using Cocoon 2.0.4 on Tomcat 4.1.12.

Thanks,
J

  

-
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]>




RE: XSP All Nodes Even

2003-01-23 Thread Jacob Arnold
If my query returns 56 records (1 per row) then I get 2, 4, 6, 8, 10...
through 114. Are you suggesting adding a second stylesheet?

Thanks,
J


-Original Message-
From: Scott Warren [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 23, 2003 4:22 PM
To: [EMAIL PROTECTED]
Subject: Re: XSP All Nodes Even


What is the value that position() is returning? Can you move the 
template into a another template that has a  I 
think you may get different results then.

Hope this helps

Scott Warren

Jacob Arnold wrote:

>Whenever I test for even nodes using XSLT on my serialized XSP, all the
>nodes are even. For example, I'm trying to make every even table row a
>different color:
>
>
>  
>
>  
>  
>
>  
>
>
>But every table row is getting the evenrow class applied. When I display
the
>position, every row (and every  for that matter) is even-numbered. Does
>anyone know what might be causing this?
>
>Here's a sitemap fragment:
>
>
>  
>
>
>
>  
>  
>  
>  
>
>
>
>  
>
>
>  
>  
>  
>
>
>I'm using Cocoon 2.0.4 on Tomcat 4.1.12.
>
>Thanks,
>J
>
>-
>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]>
>
>
>
>  
>



-
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]>

-
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]>




XSP All Nodes Even

2003-01-23 Thread Jacob Arnold
Whenever I test for even nodes using XSLT on my serialized XSP, all the
nodes are even. For example, I'm trying to make every even table row a
different color:


  

  
  

  


But every table row is getting the evenrow class applied. When I display the
position, every row (and every  for that matter) is even-numbered. Does
anyone know what might be causing this?

Here's a sitemap fragment:


  



  
  
  
  



  


  
  
  


I'm using Cocoon 2.0.4 on Tomcat 4.1.12.

Thanks,
J

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Jacob Arnold
>I have a simple XSP page.  I want to use ESQL to call stored procedures in 
>a Microsoft SQL Server database.  I've got my connection pool set up
>correctly.  I'm able to execute simple select statements and I'm able to
>execute a stored procedure that doesn't take any parameters.  But most of 
>my stored prcedures take parameters.  Can't seem to find any good examples
>anywhere.  My code is below.  Anyone able to tell me what I'm doing wrong?
>Thanks.

{ call sp_DayShift_Report_ListByName(() }

On second glance, it looks like you may have an extra open parenthesis.

J

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: Cocoon/XSP/ESQL help

2003-01-10 Thread Jacob Arnold
Here's some places you can go for examples:

ESQL Page in Docs
http://xml.apache.org/cocoon/userdocs/xsp/esql.html

Mailing List ARChives:
http://marc.theaimsgroup.com/?l=xml-cocoon-users
(just do a search on "stored procedure")

J


-Original Message-
From: Brian Campbell [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 10, 2003 12:53 PM
To: [EMAIL PROTECTED]
Subject: Cocoon/XSP/ESQL help


Hope this is the appropriate list for this question.

I have a simple XSP page.  I want to use ESQL to call stored procedures in a

Microsoft SQL Server database.  I've got my connection pool set up 
correctly.  I'm able to execute simple select statements and I'm able to 
execute a stored procedure that doesn't take any parameters.  But most of my

stored prcedures take parameters.  Can't seem to find any good examples 
anywhere.  My code is below.  Anyone able to tell me what I'm doing wrong?  
Thanks.



http://apache.org/xsp";
xmlns:xsp-request="http://apache.org/xsp/request/2.0";
xmlns:esql="http://apache.org/cocoon/SQL/v2";
xmlns:log="http://apache.org/xsp/log/2.0";>


mpts-pool



{ call sp_DayShift_Report_ListByName
(() }

















-Brian


_
The new MSN 8: smart spam protection and 2 months FREE*  
http://join.msn.com/?page=features/junkmail


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: Stored Procedure Question

2003-01-09 Thread Jacob Arnold
Never mind. Evidently get-boolean works.

J


-Original Message-
From: Jacob Arnold [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 09, 2003 10:16 AM
To: '[EMAIL PROTECTED]'
Subject: Stored Procedure Question


I'd like to use an Oracle stored procedure for users to sign in. I have the
following code in my XSP:


  {call pwdp.syusracc.encode_login(username, password, , ,
)}
  
EmployeeMasterID is .
Error code is .
  


The employee ID in column 3 is coming back fine, but when the generator gets
to the  element for column 4, I get the following error:

org.apache.cocoon.ProcessingException: Exception in
ServerPagesGenerator.generate():
org.apache.avalon.framework.CascadingRuntimeException: Error getting ascii
data for colum 4

Any ideas? I'm sure that the stored procedure is set up to return a string
as the fourth column. I've tried many combinations of esql get elements and
parameter types. I'm using Cocoon 2.0.4 on Tomcat 4.1.12.

Thanks!
J


-
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]>

-
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]>




Stored Procedure Question

2003-01-09 Thread Jacob Arnold
I'd like to use an Oracle stored procedure for users to sign in. I have the
following code in my XSP:


  {call pwdp.syusracc.encode_login(username, password, , ,
)}
  
EmployeeMasterID is .
Error code is .
  


The employee ID in column 3 is coming back fine, but when the generator gets
to the  element for column 4, I get the following error:

org.apache.cocoon.ProcessingException: Exception in
ServerPagesGenerator.generate():
org.apache.avalon.framework.CascadingRuntimeException: Error getting ascii
data for colum 4

Any ideas? I'm sure that the stored procedure is set up to return a string
as the fourth column. I've tried many combinations of esql get elements and
parameter types. I'm using Cocoon 2.0.4 on Tomcat 4.1.12.

Thanks!
J


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: Trouble Passing Parameters

2003-01-07 Thread Jacob Arnold
That worked. Thanks for the help.

J


-Original Message-
From: Michael Wechner [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 07, 2003 9:44 AM
To: [EMAIL PROTECTED]
Subject: Re: Trouble Passing Parameters


Jacob Arnold wrote:
> I'm having difficulty passing parameters to my XSP. I'm using the
following
> in my sitemap:
> 
> 
>   
> 
>   
>   
>   
> 
> 
> And this in my XSP
> 
> 
> 
> But the value is not showing up. When I try the code suggested in the
> matchers and selectors doc,
> parameters.getParameter("id") I get this error:

Try something like





   String my_param=parameters.getParameter("id","default_value");




HTH

Michael


> 
> org.apache.cocoon.ProcessingException: Language Exception:
> org.apache.cocoon.components.language.LanguageException: Error compiling
> test_xsp: Line 373, column 71: unreported exception:
> org.apache.avalon.framework.parameters.ParameterException; must be caught
or
> declared to be thrown Line 0, column 0: 1 error
> 
> Any ideas? I'm using Cocoon 2.0.4 and Tomcat 4.1.12. I tried putting the
>  element within my transform, but that didn't seem to work
> either.
> 
> Thanks,
> J
> 
> -
> 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]>
> 



-
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]>

-
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]>




Trouble Passing Parameters

2003-01-07 Thread Jacob Arnold
I'm having difficulty passing parameters to my XSP. I'm using the following
in my sitemap:


  

  
  
  


And this in my XSP



But the value is not showing up. When I try the code suggested in the
matchers and selectors doc,
parameters.getParameter("id") I get this error:

org.apache.cocoon.ProcessingException: Language Exception:
org.apache.cocoon.components.language.LanguageException: Error compiling
test_xsp: Line 373, column 71: unreported exception:
org.apache.avalon.framework.parameters.ParameterException; must be caught or
declared to be thrown Line 0, column 0: 1 error

Any ideas? I'm using Cocoon 2.0.4 and Tomcat 4.1.12. I tried putting the
 element within my transform, but that didn't seem to work
either.

Thanks,
J

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: Getting Parameters from a Database Action

2003-01-06 Thread Jacob Arnold
>From everyone's silence, I'm guessing this can't be done with the included
database action. Can it be done with the modular database actions, or am I
going to have to write my own?

Thanks,
J


-Original Message-
From: Jacob Arnold [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 2:01 PM
To: '[EMAIL PROTECTED]'
Subject: Getting Parameters from a Database Action


I'm having trouble getting some parameters from a database add action. The
key param is passed through fine, but the value param is not. I'm using
Cocoon 2.0.3. The pipeline in my sitemap is as follows:



  


  
  



  
  


  
  
  



A portion of my descriptor is below:



  

  
  

  



So I'm getting TimesheetDetail_ID, but in my core.log I see the following
for TimesheetMaster_ID:


WARN [core.manager] (/encode/timesheets/add-activity.html)
Thread-8/AbstractSitemap: Substitute: value not found for TimesheetMaster_ID
while evaluating
cocoon:/timesheets/add-timesheet.xsp?TimesheetDetail_ID={TimesheetDetail_ID}
&TimesheetMaster_ID={TimesheetMaster_ID}


I've tried {../TimesheetMaster_ID} and other variations. Any ideas? I'd
rather not switch to modular database actions just yet.

Thanks,
J

-
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]>

-
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]>




RE: How to create a dev env for a new Cocoon app

2003-01-06 Thread Jacob Arnold
Create your new app in the cocoon directory instead. And then add your app
to Cocoon's main sitemap. Add something like this to cocoon\sitemap.xmap
under map:pipeline.


  


You don't need to copy the WEB-INF directory. You can check the FAQs for
ways to take cocoon/ out of your path.

J


-Original Message-
From: Jim Whetstone [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 03, 2003 4:35 PM
To: [EMAIL PROTECTED]
Subject: How to create a dev env for a new Cocoon app


I've been tryin' to create a devlopment environment using Tomcat 4.1.18 and
Cocoon 2.0.4 without success.  So these are the steps I'm trying:

1) Create a new base directory under the "webapp" directory of Tomcat
2) Copy cocoon/WEB-INF from the cocoon app to my new directory
3) create a new sitemap.xmap file under the base directory

Here is the contents of sitemap.xmap :

  
http://apache.org/cocoon/sitemap/1.0";> 
  
 

  
  

 
 


  
false
   



  




  

 
   



  
 

   
  
 

   
 
  


 
   
 
  
  

 

4)  For testing purposes I put hello-page.xml and simple-page2html.xsl under
the base directory.

Now when I try to access hello.html I get this message from Cocoon:

type fatal
message Failed to load sitemap from jndi:/localhost/NC/sitemap.xmap
description org.apache.cocoon.ProcessingException: Failed to load sitemap
from jndi:/localhost/NC/sitemap.xmap:
org.apache.cocoon.ResourceNotFoundException: Resource not found.:
org.apache.excalibur.source.SourceNotFoundException: Resource not found
jndi:/localhost/NC/sitemap.xmap
sender org.apache.cocoon.servlet.CocoonServlet
source Cocoon servlet
stack-trace
org.apache.cocoon.ProcessingException: Failed to load sitemap from
jndi:/localhost/NC/sitemap.xmap:
org.apache.cocoon.ResourceNotFoundException: Resource not found.:
org.apache.excalibur.source.SourceNotFoundException: Resource not found
jndi:/localhost/NC/sitemap.xmap
at
org.apache.cocoon.components.treeprocessor.DefaultTreeBuilder.build(DefaultT
reeBuilder.java:393)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.setupRootNode(TreeP
rocessor.java:392)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
or.java:311)
at
org.apache.cocoon.components.treeprocessor.TreeProcessor.process(TreeProcess
or.java:299)
at org.apache.cocoon.Cocoon.process(Cocoon.java:596)
at
org.apache.cocoon.servlet.CocoonServlet.service(CocoonServlet.java:1104)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Application
FilterChain.java:247)
at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterCh
ain.java:193)
at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.ja
va:260)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.ja
va:191)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2415)
at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.
java:170)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172
)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:641)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java
:174)
at
org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invok
eNext(StandardPipeline.java:643)
at
org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
at
org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
at
org.apache.coyote.tomcat4.CoyoteAdapter

RE: Getting Parameters from a Database Action

2003-01-03 Thread Jacob Arnold
Correction: I'm running Cocoon 2.0.4.


-Original Message-
From: Jacob Arnold [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 02, 2003 2:01 PM
To: '[EMAIL PROTECTED]'
Subject: Getting Parameters from a Database Action


I'm having trouble getting some parameters from a database add action. The
key param is passed through fine, but the value param is not. I'm using
Cocoon 2.0.3. The pipeline in my sitemap is as follows:



  


  
  



  
  


  
  
  



A portion of my descriptor is below:



  

  
  

  



So I'm getting TimesheetDetail_ID, but in my core.log I see the following
for TimesheetMaster_ID:


WARN [core.manager] (/encode/timesheets/add-activity.html)
Thread-8/AbstractSitemap: Substitute: value not found for TimesheetMaster_ID
while evaluating
cocoon:/timesheets/add-timesheet.xsp?TimesheetDetail_ID={TimesheetDetail_ID}
&TimesheetMaster_ID={TimesheetMaster_ID}


I've tried {../TimesheetMaster_ID} and other variations. Any ideas? I'd
rather not switch to modular database actions just yet.

Thanks,
J

-
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]>

-
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]>




Getting Parameters from a Database Action

2003-01-02 Thread Jacob Arnold
I'm having trouble getting some parameters from a database add action. The
key param is passed through fine, but the value param is not. I'm using
Cocoon 2.0.3. The pipeline in my sitemap is as follows:



  


  
  



  
  


  
  
  



A portion of my descriptor is below:



  

  
  

  



So I'm getting TimesheetDetail_ID, but in my core.log I see the following
for TimesheetMaster_ID:


WARN [core.manager] (/encode/timesheets/add-activity.html)
Thread-8/AbstractSitemap: Substitute: value not found for TimesheetMaster_ID
while evaluating
cocoon:/timesheets/add-timesheet.xsp?TimesheetDetail_ID={TimesheetDetail_ID}
&TimesheetMaster_ID={TimesheetMaster_ID}


I've tried {../TimesheetMaster_ID} and other variations. Any ideas? I'd
rather not switch to modular database actions just yet.

Thanks,
J

-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




RE: Descriptor Sitemap Wildcard Difficulty

2002-12-02 Thread Jacob Arnold
Never mind, I figured it out myself. I had to use {../1}.

Regards,
Jacob


-Original Message-
From: Jacob Arnold [mailto:[EMAIL PROTECTED]]
Sent: Monday, December 02, 2002 9:56 AM
To: '[EMAIL PROTECTED]'
Subject: Descriptor Sitemap Wildcard Difficulty


I'm using a fairly generic sitemap match to handle my edit forms. I'd like
to redirect the user back to the edit page after they've submitted the form,
but the "edit-{1}.xsp" wildcard within the action doesn't seem to work. I
get the error message:

java.io.FileNotFoundException:
d:\jakarta-tomcat-4.1.12\webapps\cocoon\encode\docs\accounting\edit-.xsp
(The system cannot find the file specified)

I'm using Cocoon 2.0.3 and my sitemap fragment is below. Any ideas?

Thanks,
Jacob



  


  
  
  



  
  


  
  
   



-
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]>




Descriptor Sitemap Wildcard Difficulty

2002-12-02 Thread Jacob Arnold
I'm using a fairly generic sitemap match to handle my edit forms. I'd like
to redirect the user back to the edit page after they've submitted the form,
but the "edit-{1}.xsp" wildcard within the action doesn't seem to work. I
get the error message:

java.io.FileNotFoundException:
d:\jakarta-tomcat-4.1.12\webapps\cocoon\encode\docs\accounting\edit-.xsp
(The system cannot find the file specified)

I'm using Cocoon 2.0.3 and my sitemap fragment is below. Any ideas?

Thanks,
Jacob



  


  
  
  



  
  


  
  
   


-
Please check that your question  has not already been answered in the
FAQ before posting. 

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




Stored Procedures in Descriptors?

2002-05-06 Thread Jacob Arnold

I've been adapting the protected login example from the Cocoon docs for my
own Web application, but my company encrypts users' passwords in its Oracle
database. Is it possible to call a stored procedure (to check the password)
from a descriptor? I haven't been able to figure out the syntax for doing
so, if it's possible. I'd like to use a descriptor so I can describe the
process for validating users on protected pages in the pipeline.

Thanks,
Jacob

-
Please check that your question has not already been answered in the
FAQ before posting. 

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