I've given up on getting the media project to work (can't afford the time to
dig through the bowels of the editwizards) but if anybody else wants to give
it a shot, I've made it really easy to reproduce. Just unzip the attached
file, and follow the instructions in the README. If you try it and it DOES
work for you, please tell me your configuration. Mine is Windows XP/Java
1.4.2/Ant 1.5.3.

Warning: The included build script will try to download tons of stuff
(tomcat, mmbase, everything that mmbase needs, etc.). Don't try this over a
slow connection.

Cheers, Michiel de Mare.
Finalist IT Group.

-----Oorspronkelijk bericht-----
Van: Michiel de Mare [mailto:[EMAIL PROTECTED]
Verzonden: Wednesday, July 02, 2003 12:02 PM
Aan: '[EMAIL PROTECTED]'
Onderwerp: RE: media project


Well, this url gives the same error:

http://localhost:8080/media/mmapps/editwizard/jsp/wizard.jsp?proceed=true&se
ssionkey=editwizard&language=en&debug=false&popupid=&wizard=tasks/base/video
fragments&objectnumber=82&origin=132

This is the html source (I put blank space around the relevant bit):



<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<html><head><meta CONTENT="text/html; charset=UTF-8"
HTTP-EQUIV="Content-Type" /><title>Base video stream editor - Video
fragments</title><link href="../style/list.css" type="text/css"
rel="stylesheet" /><link href="/media/edit/style/streammanager.css"
type="text/css" rel="stylesheet" /><script language="javascript"><!--
   window.history.forward(1);
   var cancelClick = false;

   function objMouseOver(el) {
   el.className="itemrow-hover";
   }

   function objMouseOut(el) {
   el.className="itemrow";
   }

   function objClick(el) {
   if (cancelClick) {
   cancelClick=false;
   return;
   }
   var href = el.getAttribute("href")+"";
   if (href.length<10) return;
   document.location=href;
   }

   function doDelete(prompt) {
   var conf;
   if (prompt && prompt!="") {
   conf = confirm(prompt);
   } else conf=true;
   cancelClick=true;
   return conf;
   }
   -->
</script><script
src="/media/edit/style/streammanager.js.jsp?dir=/media/edit/&amp;fragment=&a
mp;language=en" language="javascript"><!--help IE--></script></head><body
onLoad="window.focus(); init(''); "><table class="body"><tr><th
colspan="2"><span class="title"><nobr>Base video stream
editor</nobr></span></th></tr><tr><td class="left" /><td
class="searchcanvas"><table><tr><td valign="top" width="250"><span
class="header">Video fragments :</span><br /><a
href="wizard.jsp?proceed=true&amp;sessionkey=editwizard&amp;language=en&amp;
debug=false&amp;popupid=&amp;referrer=/edit/edit.jsp?origin=132&amp;wizard=t
asks/base/videofragments&amp;objectnumber=new&amp;origin=132"><img
border="0" alt="" align="absmiddle" hspace="2" height="20" width="20"
src="/media/edit/media/new.gif" /></a></td><td valign="top"><form
action="list.jsp"><span class="header">SearchVideo fragments:</span><br
/><select style="width:80px;" class="input" name="age"><option
value="1">today</option><option value="1">1 day</option><option value="7">7
days</option><option value="31">1 month</option><option value="365">1
year</option><option value="-1" selected="selected">any
age</option></select><select style="width:100px;"
name="realsearchfield"><option value="videofragments.title">Title
contains</option><option value="videofragments.number">Number
is</option><option value="videofragments.owner">Owner
is</option></select><input value="true" name="proceed" type="hidden"
/><input value="editwizard" name="sessionkey" type="hidden" /><input
value="$" name="language" type="hidden" /><input style="width:200px;"
class="input" value="" name="searchvalue" type="text" /><input border="0"
hspace="2" alt="" align="absmiddle" height="20" width="20"
src="/media/edit/media/search.gif" type="image" /><br /><span
class="subscript"> (Age)(Terms)</span><br /></form></td></tr><tr><td
colspan="2"><hr /></td></tr></table></td></tr><tr><td class="left" /><td
class="listcanvas"><div class="subhead" title="These are the items that you
can edit."><nobr>Video fragments (1 items)</nobr></div><br /><table><tr><th
/><th class="number">#</th><th>Object&nbsp;</th><th>Title&nbsp;</th></tr><tr
class="itemrow" onMouseOver="objMouseOver(this);"
onMouseDown="objClick(this);" onMouseOut="objMouseOut(this);" 



href="wizard.jsp?proceed=true&amp;sessionkey=editwizard&amp;language=en&amp;
debug=false&amp;popupid=&amp;wizard=tasks/base/videofragments&amp;objectnumb
er=82&amp;origin=132"><td class="deletebutton"><a onclick="return
doDelete('Are you sure you want to delete this item?');"
onmousedown="cancelClick=true;" title="Delete this item"
href="deletelistitem.jsp?proceed=true&amp;sessionkey=editwizard&amp;language
=en&amp;debug=false&amp;wizard=tasks/base/videofragments&amp;objectnumber=82
"><img alt="(delete)" height="20" width="20" border="0"
src="/media/edit/media/remove.gif" /></a></td><td
class="number">1.&nbsp;</td><td>82&nbsp;</td><td><nobr>Omroep introductie
stream</nobr></td></tr></table></td></tr><tr><td class="left" />



<td class="itemrow"><a title="Return to the index page"
href="list.jsp?proceed=true&amp;sessionkey=editwizard&amp;language=en&amp;de
bug=false&amp;popupid=&amp;remove=true">index</a>
        -
        <a title="Logout and return to the index page"
href="list.jsp?proceed=true&amp;sessionkey=editwizard&amp;language=en&amp;de
bug=false&amp;popupid=&amp;logout=true&amp;remove=true">logout</a></td></tr>
</table></body></html>

-----Oorspronkelijk bericht-----
Van: Kees Jongenburger [mailto:[EMAIL PROTECTED]
Verzonden: Wednesday, July 02, 2003 11:58 AM
Aan: [EMAIL PROTECTED]
Onderwerp: Re: media project


On Wednesday 02 July 2003 11:54 am, Michiel Meeuwissen wrote:
> Kees Jongenburger <[EMAIL PROTECTED]> wrote:
> > are there really &amp;  (&amp;amp;)in the url or is it you mail client
that "converts" stuff?
> 
> &amp; is all right in xhtml pages. (you cannot freely use & in xml).
maybe in the xhtml but it does not follow the CGI stanards

> 
>  Michiel
> 
> 
> 
> -- 
> Michiel Meeuwissen 
> Mediapark C101 Hilversum  
> +31 (0)35 6772979
> nl_NL, eo, en_US
> mihxil'
> []()
> 

-- 
Kees Jongenburger
Mediapark C101 Hilversum  
+31 (0)35 6772910


Attachment: mediatest.zip
Description: Binary data

Reply via email to