I haven't gotten a chance to catch up with the list yet today (just woke
up ;)), so maybe this has already been addressed.

WW-80 is just the fact that using redirect.action results in WW parsing
the wrong action name, which my patch did address.

WW-77 is a result of Pat's GD code not supporting parameters being passed
to views via ?name=value.

My patch fixes both of these. I guess that make 3 for me for yesterday :)

As it stands now, my patch looks for ".action?" (dynamic postFix of
course), and copies the params to the View action via
BeanUtil.setProperties. Otherwise, it does nothing (since
foo.jsp?name=value is valid already). However, then in ServletDispatcher
we do request.getRequestDispatcher(view), which would result in trying to
get a RD for "foo.jsp?name=value". I haven't check to see if that works
yet. Can RD handle the params? I'll look into it more tonight, gotta run
for now.

Keep up the great work everybody. Let's get 1.3 out.

--Erik


On Wed, 6 Nov 2002, Patrick Lightbody wrote:

> Looks like WW-80 (assigned to me) has a patch on it to fix the redirect
> stuff, but Erik, didn't you also submit a patch to resolve this? Which patch
> should I use? It appears there are basically two bugs (WW-80 and WW-77) for
> the same issue.
>
> -Pat
>
> ----- Original Message -----
> From: "Erik Beeson" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, November 06, 2002 5:50 AM
> Subject: [OS-webwork] JIRA Patches
>
>
> > Looks like a couple of the major issue on JIRA have patches with them.
> > What's the status of patching these up and close the tickets?
> >
> > http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-76
> > http://jira.opensymphony.com/secure/ViewIssue.jspa?key=WW-80
> >
> > --Erik
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by: See the NEW Palm
> > Tungsten T handheld. Power & Color in a compact size!
> > http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
> > _______________________________________________
> > Opensymphony-webwork mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: See the NEW Palm
> Tungsten T handheld. Power & Color in a compact size!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
> _______________________________________________
> Opensymphony-webwork mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork
>



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to