On Wed, January 11, 2006 2:18 pm, Garner, Shawn said:
> First thing I did was to create a helper base class with methods like the
> following
>
> public Object getRequestParameter(String key)
> {
>       return
> FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMa
> p().get(key);
> }
>
> Doesn't seem very hard to me.

No, not very hard at all.  But what's the point of a framework where I
*have* to do that?

And again, I realize I probably didn't choose the best example because
maybe it isn't something your *supposed* to do in the JSF mindset, and I
also realize that Shale seeks to address issues just like this (as does
the new JSF spec, from what Craig has said).  But for *today*, they exist.

> Shawn

Frank

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

Reply via email to