Re: Attachment to bug 866

2003-12-07 Thread David Graham
The problem was that the bug was assigned to Ted and
[EMAIL PROTECTED] wasn't added to the CC list.  I've fixed
this so we get emails when this bug is updated.

David

--- Hubert Rabago [EMAIL PROTECTED] wrote:
 
 Last night I uploaded an attachment to bug 866 (Clean Way to Add
 Parameters to
 Redirecting Forward).
 
 It allows Action objects to add redirects like these:
 
  ActionRedirect redirect = 
  new ActionRedirect(mapping.findForward(doRedirect));
  redirect.addParameter(param1,value1);
  redirect.addParameter(param2,2);
  redirect.addParameter(param3,3.0);
  return redirect;
 
 I'm sending this message because that notice seemed to have been skipped
 by
 bugzilla (probably because that particular item doesn't have an
 associated
 milestone target), and I thought you guys might like to know.
 There's also an attachment for testing ActionRedirect.
 
 Hubert Rabago
 
 
 
 __
 Do you Yahoo!?
 Free Pop-Up Blocker - Get it now
 http://companion.yahoo.com/
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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



Attachment to bug 866

2003-12-03 Thread Hubert Rabago

Last night I uploaded an attachment to bug 866 (Clean Way to Add Parameters to
Redirecting Forward).

It allows Action objects to add redirects like these:

 ActionRedirect redirect = 
 new ActionRedirect(mapping.findForward(doRedirect));
 redirect.addParameter(param1,value1);
 redirect.addParameter(param2,2);
 redirect.addParameter(param3,3.0);
 return redirect;

I'm sending this message because that notice seemed to have been skipped by
bugzilla (probably because that particular item doesn't have an associated
milestone target), and I thought you guys might like to know.
There's also an attachment for testing ActionRedirect.

Hubert Rabago



__
Do you Yahoo!?
Free Pop-Up Blocker - Get it now
http://companion.yahoo.com/

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