passing parameters to xsp files

2003-06-03 Thread Carolien . Coenen
Title: passing parameters to xsp files Hi, Currently I'm working on a web application that uses an Oracle 8i database, Cocoon 2.0, Tomcat 4.1 and Apache 2.0. I'm using XSP to query, insert and update my database. Now I stumbled upon the following problem. I've searched the web for answers

Re: passing parameters to xsp files

2003-06-03 Thread Alexander Schatten
[EMAIL PROTECTED] wrote: This all works fine, updating and everything. Except for this: I want the right foreign key selected in my form. I cannot expect my users to select the right owner in the drop down box everytime they do an update. So I want to tell the owner.xsp file the owner_id of

RE: passing parameters to xsp files

2003-06-03 Thread Vindevogel - van Loco
Title: passing parameters to xsp files Hi Carolien, I guess you want something like this . (I did it in plain xml/xsl, didn't find the time to use cocoon on this one, but it's a working sample. Where I use the document function in XSL, you should put the values you cincluded ) I

Re: passing parameters to xsp files

2003-06-03 Thread Steven Noels
On 2/06/2003 15:52 [EMAIL PROTECTED] wrote: This all works fine, updating and everything. Except for this: I want the right foreign key selected in my form. I cannot expect my users to select the right owner in the drop down box everytime they do an update. So I want to tell the owner.xsp file