> [mailto:[EMAIL PROTECTED] Behalf Of
> James Pan
> Sent: Monday, July 28, 2003 9:55 AM
> What I want to is actually very simple: to allow some kind of
> link with parameters, like
>
> .../mylink?parm1=hello&parm2=world
>
> but to allow for omitting parameters as I see fit... so after
> that call above, the data (parm1=hello and parm2=world) should be
> stored somewhere, and then if a second call like this
>
> .../mylink?parm1=goodbye

You are basically asking how to store web parameters across multiple web
requests. That is basically the definition of a session scoped parameter, or
if these values are needed globally, regardless of the user, then you want
to use application context scoped parameters.



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Opensymphony-webwork mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to