Hi All!

So I was intrigued by the problem described in a previous post with the
same subject as this one. I went into the source and put a println above
here: (around line 366 of Base1PluginExecutor)

      File f = (File) request.getParameterValue(fileParameter.getName());
      System.out.println("File requested is ("+f+")");
      if (f != null)
      {
          if (f.isInDatabase()) f = File.getById(dc, f.getId());

And to my astonishment I saw this in my console:
File requested is (File[id=4509; name=r-debug.txt])

When I looked closer it seems that occasionally a value appeared in the
box by default but was only visible when you clicked the 'File'
parameter on the left.

So it seems there is no problem. Other users might need to watch out for
that phenomenon, though.

Yippee!

Chad Matsalla



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
The BASE general discussion mailing list
basedb-users@lists.sourceforge.net
unsubscribe: send a mail with subject "unsubscribe" to
[EMAIL PROTECTED]

Reply via email to