Re: Dynamic include not working / component tree growing indefinitely

2005-10-29 Thread Andreas Schenk
nents are removed? This interests me, since I would like to see whether it is possible for the old components to write something to the response on removal. (Suppose I write my own components) Regards Andreas Schenk

Dynamic include not working / component tree growing indefinitely

2005-10-28 Thread Andreas Schenk
o to get the desired behaviour? (3) If there is currently no way to get the desired behaviour, is there a chance that myfaces will be enhanced appropriately? Regards Andreas Schenk

jsp:include and value binding

2005-09-28 Thread Andreas Schenk
es the url (which is not part of the POST data) in the request processing lifecycle. Regards Andreas Schenk

Re: META-INF/faces-config.xml not loaded

2005-09-27 Thread Andreas Schenk
hat we do try to parse this. > > Strange that it shouldn't work - we call getResources() just like you do? Well, in fact you don't -- at least not in the nightly build 20050812, where I cannot find any call to getResources() at all. So it must have been changed in the meantime. Thanks for your answer. Regards, Andreas Schenk

META-INF/faces-config.xml not loaded

2005-09-27 Thread Andreas Schenk
s_test_base_443/work/webapps/jonas/GASWEB/WEB-INF/lib/tomahawk.jar!/META-INF/faces-config.xml The first one is not loaded. I am using the nightly build 20050812. Is this a bug, or do I misunderstand something here? Regards, Andreas Schenk

Re: Antwort: myfaces does not comply with JSF specification?

2005-09-24 Thread Andreas Schenk
ng should not work for a different RenderKit. P.S. I am referring to the nightly built from 20050812. I don't know whether the code has been changed in the meantime. Regards, Andreas Schenk

myfaces does not comply with JSF specification?

2005-09-10 Thread Andreas Schenk
code, which essentially only makes sense for an HTML-Renderer. This is an error, is it? To me this is a problem, since I am experimenting with a client, that does not understand JavaScript, or even a tag. Regards, Andreas Schenk My empty document: <?xml version="1.0"?> <js

Re: Problems with tree2 / nightly build from 20050812

2005-08-20 Thread Andreas Schenk
se' now. My old example worked the other way arround before -- for whatever reason. Regards Andreas Schenk

Navigation issue

2005-08-20 Thread Andreas Schenk
assume that the data are saved at "flow scope".) Thanks in advance for any ideas. Regards Andreas Schenk

Re: Antwort: Re: tree2 broken?

2005-08-20 Thread Andreas Schenk
vax.faces.FacesException: Invalid bit mask of 6 I have a simple page, containing the tree2 example with both, server-side and client-side toggle. I open both trees, delete a node from the TreeBacker, redeploy the application and reload the page with the browser. Regards, Andreas Schenk

tree2 broken?

2005-08-13 Thread Andreas Schenk
happen, if more than one tree is present in one web app, or even in one page? What, if framesets are used in addition? Regards Andreas Schenk

Re: Problems with tree2 / nightly build from 20050812

2005-08-13 Thread Andreas Schenk
s not collapse, if sessions are tracked with cookies. Is this bug known? Regards Andreas Schenk

Re: Problems with tree2 / nightly build from 20050812

2005-08-13 Thread Andreas Schenk
Am Samstag, 13. August 2005 16:59 schrieb Andreas Schenk: > Am Samstag, 13. August 2005 12:48 schrieb Mario Ivankovits: > > Andreas Schenk wrote: > > >(1) and (2) only occur in my example, not in the myfaces example. I > > >experimented a lot, and finally I even copi

Re: Problems with tree2 / nightly build from 20050812

2005-08-13 Thread Andreas Schenk
Am Samstag, 13. August 2005 12:48 schrieb Mario Ivankovits: > Andreas Schenk wrote: > >(1) and (2) only occur in my example, not in the myfaces example. I > >experimented a lot, and finally I even copied the myfaces example. The > > only difference is the TreeBacker class. U

Re: Problems with tree2 / nightly build from 20050812

2005-08-13 Thread Andreas Schenk
myfaces support jsp documents in xml syntax?) Any help is very welcome. Regards, Andreas Schenk Am Samstag, 13. August 2005 11:11 schrieb Andreas Schenk: > Hi, > > I have some problems with tree2, using the nightly build from 20050812. > > (1) Bug in JavaScript code: > > I a

Problems with tree2 / nightly build from 20050812

2005-08-13 Thread Andreas Schenk
lour for the whole page? Thanks in advance for any help, Andreas Schenk

Re: Tree2 implementation help

2005-08-09 Thread Andreas Schenk
, one can only work with framesets, if the state of all views involved is saved on the client side. Is my understanding correct? If yes, framesets should break the JSF spec, since it is no longer possible to choose between server side and client side state saving. Is this (also) correct? Regards Andreas Schenk

Re: Tree2 implementation help

2005-08-07 Thread Andreas Schenk
ns about using tree2 in a frameset such that clicking a node results in displaying a jsp in another frame are asked repeatedly. Hence, I think it would make much sense to add a corresponding example to myfaces. Regards Andreas Schenk

Re: Client State Saving vs Server State Saving

2005-07-16 Thread Andreas Schenk
think about these points? Regards Andreas Schenk