We could optionally do that - don't know if that is practical.

I've discussed with Manfred some more, and he suggests to do the following:

give t:saveState an optional "bookmarkable"=true attribute, and with
that decide on some of the state to be saved even though the
tree-state is lost.

we could also log an error to the user when the maximum url-size is exceeded.

regards,

Martin

On 1/27/06, Werner Punz <[EMAIL PROTECTED]> wrote:
> Matthias Wessendorf schrieb:
>
> >
> > Why not rendering a link to a NonFacesRequestServlet ?
> > (like the tobago stuff)
> >
> Servlet = bad idea needs an additional entry in the web.xml
> (and just check how many problems the tomahawk extension filter
> already causes)
> The obvious place probably would be the extension filter (which has to
> be there anyway)
> or a phase listener - which would be even better because that one
> would not need any entry at all from the users side if packed correctly.
>
>
> > For links like
> > foo.faces?param1=foo&param2=bar
> >
> > your backing bean construktor (or init() of ViewController) needs to
> > perform some lookups.
> > That could be easily done by that mentioned servlet, without doing
> > that parameter catching stuff inside of your backing bean.
> >
> > @Manfred: I guess I saw a ticket in RI stuff for this. What's the EGs
> > plan for enabling bookmarkable URLs ?
> >
> > -Matthias
> >
> >> regards,
> >>
> >> Martin
> >>
> >> --
> >>
> >> http://www.irian.at
> >>
> >> Your JSF powerhouse -
> >> JSF Consulting, Development and
> >> Courses in English and German
> >>
> >> Professional Support for Apache MyFaces
> >>
> >
> >
> > --
> > Matthias Wessendorf
> > Zülpicher Wall 12, 239
> > 50674 Köln
> > http://www.wessendorf.net
> > mwessendorf-at-gmail-dot-com
> >
>
>


--

http://www.irian.at

Your JSF powerhouse -
JSF Consulting, Development and
Courses in English and German

Professional Support for Apache MyFaces

Reply via email to