AW: session:getxml from an XSP page

2003-06-12 Thread Markus Heussen
Did you try String role = session:getxml context=request path=/parameter/role/.toString(); ? -Ursprungliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 12. Juni 2003 13:53 An: [EMAIL PROTECTED] Betreff: session:getxml from an XSP page Is it

AW: book recommendations

2003-06-26 Thread Markus Heussen
Hi Peter, the very best book is definitively the first one the developer's handbook. Also a very good choice is the second I can advise. But don't buy the third one. It's not worth the money. Good practise :-) Markus -Ursprungliche Nachricht- Von: Peter ROSS [mailto:[EMAIL PROTECTED]

AW: request parameter documentation?

2003-06-26 Thread Markus Heussen
It isn't quit a large info but take a look an this url: http://www.cocooncenter.de/cc/documents/resources/request-params/requestpara maction.html Greetings, Markus -Ursprüngliche Nachricht- Von: Dominic Chambers [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Juni 2003 16:07 An:

Sendmail within xsp page under Cocoon 2.0.4 problem

2003-06-26 Thread Markus Heussen
Hi all, I try to get the sendmail logicsheet running within a xsp page, but it doesn't work :-( I followed the instruction under http://wiki.cocoondev.org/Wiki.jsp?page=SendingEmail and put the following code in my xsp page: sendmail:send-mail sendmail:from[EMAIL

WG: Sendmail within xsp page under Cocoon 2.0.4 problem

2003-06-26 Thread Markus Heussen
: Markus Heussen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 26. Juni 2003 21:35 An: [EMAIL PROTECTED] Betreff: Sendmail within xsp page under Cocoon 2.0.4 problem Hi all, I try to get the sendmail logicsheet running within a xsp page, but it doesn't work :-( I followed the instruction under http

AW: XSP page - dynamic link generation

2003-06-27 Thread Markus Heussen
Hi Stephen, when you set the link in the following way a xsp:attribute name=href xsp:expr.../xsp:expr /xsp:attribute /a you will probably get a href=%0A%09%09%09%09%09%20somepage%0A%09%09%09%09%09 try: axsp:attribute name=hrefxsp:expr.../xsp:expr/xsp:attribute/a Greetings, Markus

Javascript within XSP-Actions?

2003-06-28 Thread Markus Heussen
Hi all! Does anybody know if I can use javascript for writing custom xsp actions? What about the configuration? Thanks for every help. Markus I tried this but it doesn't work: map:match pattern=action-test map:act src=xsp/5791.level.1.act.xsp type=serverpages