RE: ESQL question

2005-10-21 Thread Boisvert, Éric
how about using this syntax ?

esql:get-string
xsp:attribute
xsp:param name=namecolumn/xsp:param
xsp:param
name=urihttp://apache.org/cocoon/SQL/v2/xsp:param
xsp:param name=prefix/
xsp:expr/xsp:expr
/xsp:attribute
/esql:get-string


there _must_ be a way !

Eric

-Message d'origine-
De : Anna Bikkina [mailto:[EMAIL PROTECTED]
Envoyé : 20 octobre, 2005 11:53
À : Markus Vaterlaus
Cc : Cocoon users group
Objet : Re: ESQL question



I tried doing xsp:expr but that didnt work. Is there any way I can do
with xsp:logic.

Thanks,
Anna.

On Thu, 2005-10-20 at 11:27, Markus Vaterlaus wrote:
 Hi Anna
 
 can't you do it with a bit of  xsp:logic/?
 
 Markus
 
 On 10/20/05, Anna Bikkina [EMAIL PROTECTED] wrote:
 Hi,
 
 I am trying to get data from the database. My sqlstatement and
 the order
 of columns retreived are dynamically built so when I am
 getting
 esql:get-string
 column=XXX I want to make  dynamic like 
 
 esql:get-string column=xsp:exprcolumnname/xsp:expr/
 
 Is there a way we can do it?
 
 Thanks in advance
 
 Anna.
 
 
 
 

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


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

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



Re: ESQL question

2005-10-20 Thread Markus Vaterlaus
Hi Anna

can't you do it with a bit of xsp:logic/?

MarkusOn 10/20/05, Anna Bikkina [EMAIL PROTECTED] wrote:
Hi,I am trying to get data from the database. My sqlstatement and the orderof columns retreived are dynamically built so when I am gettingesql:get-stringcolumn=XXX I want to make  dynamic like
esql:get-string column=xsp:exprcolumnname/xsp:expr/Is there a way we can do it?Thanks in advanceAnna.-
To unsubscribe, e-mail: [EMAIL PROTECTED]For additional commands, e-mail: [EMAIL PROTECTED]



Re: ESQL question

2005-10-20 Thread Anna Bikkina

I tried doing xsp:expr but that didnt work. Is there any way I can do
with xsp:logic.

Thanks,
Anna.

On Thu, 2005-10-20 at 11:27, Markus Vaterlaus wrote:
 Hi Anna
 
 can't you do it with a bit of  xsp:logic/?
 
 Markus
 
 On 10/20/05, Anna Bikkina [EMAIL PROTECTED] wrote:
 Hi,
 
 I am trying to get data from the database. My sqlstatement and
 the order
 of columns retreived are dynamically built so when I am
 getting
 esql:get-string
 column=XXX I want to make  dynamic like 
 
 esql:get-string column=xsp:exprcolumnname/xsp:expr/
 
 Is there a way we can do it?
 
 Thanks in advance
 
 Anna.
 
 
 
 
 - 
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 


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



RE: ESQL question

2005-10-20 Thread Boisvert, Éric
not sure this will work, but I think it's something along

esql:get-string
xsp:attribute name=column/xsp:attribute
/esql:get-string

or maybe it's esql:attribute name=column/esql:attribute

Eric

-Message d'origine-
De : Anna Bikkina [mailto:[EMAIL PROTECTED]
Envoyé : 20 octobre, 2005 11:53
À : Markus Vaterlaus
Cc : Cocoon users group
Objet : Re: ESQL question



I tried doing xsp:expr but that didnt work. Is there any way I can do
with xsp:logic.

Thanks,
Anna.

On Thu, 2005-10-20 at 11:27, Markus Vaterlaus wrote:
 Hi Anna
 
 can't you do it with a bit of  xsp:logic/?
 
 Markus
 
 On 10/20/05, Anna Bikkina [EMAIL PROTECTED] wrote:
 Hi,
 
 I am trying to get data from the database. My sqlstatement and
 the order
 of columns retreived are dynamically built so when I am
 getting
 esql:get-string
 column=XXX I want to make  dynamic like 
 
 esql:get-string column=xsp:exprcolumnname/xsp:expr/
 
 Is there a way we can do it?
 
 Thanks in advance
 
 Anna.
 
 
 
 

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


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

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



RE: ESQL question

2005-10-20 Thread Anna Bikkina

Tried both of them earlier. This is the error I am getting
org.apache.cocoon.ProcessingException: java.lang.RuntimeException:
java.lang.RuntimeException: Stylesheet directed termination:
java.lang.RuntimeException: java.lang.RuntimeException:
java.lang.RuntimeException: Stylesheet directed termination

Any other ideas?

Thanks for your help.

Anna.


On Thu, 2005-10-20 at 12:27, Boisvert, Éric wrote:
 not sure this will work, but I think it's something along
 
 esql:get-string
   xsp:attribute name=column/xsp:attribute
 /esql:get-string
 
 or maybe it's esql:attribute name=column/esql:attribute
 
 Eric
 
 -Message d'origine-
 De : Anna Bikkina [mailto:[EMAIL PROTECTED]
 Envoyé : 20 octobre, 2005 11:53
 À : Markus Vaterlaus
 Cc : Cocoon users group
 Objet : Re: ESQL question
 
 
 
 I tried doing xsp:expr but that didnt work. Is there any way I can do
 with xsp:logic.
 
 Thanks,
 Anna.
 
 On Thu, 2005-10-20 at 11:27, Markus Vaterlaus wrote:
  Hi Anna
  
  can't you do it with a bit of  xsp:logic/?
  
  Markus
  
  On 10/20/05, Anna Bikkina [EMAIL PROTECTED] wrote:
  Hi,
  
  I am trying to get data from the database. My sqlstatement and
  the order
  of columns retreived are dynamically built so when I am
  getting
  esql:get-string
  column=XXX I want to make  dynamic like 
  
  esql:get-string column=xsp:exprcolumnname/xsp:expr/
  
  Is there a way we can do it?
  
  Thanks in advance
  
  Anna.
  
  
  
  
 
 - 
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


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