AW: [Proposal] 'initialFocusId' attribute support for document component on PDA

2006-09-11 Thread Günther , Thorsten
Hi Piyush! There is another issue with the initialFocusId: When using Facelets and having tr:document in the template, focus on a field included from another xhtml page does not work as far as I can tell. Could this issue be addressed too in this effort? Thank you, Thorsten

[bug] Components of type 'select' do not get expected response on 'autoSubmit' on a PDA device

2006-09-11 Thread Piyush Hari
ello, on autoSubmit a value in a select component (like selectOneChoice), ambiguous data ('undefined') appears within XmlHTTP request string. On investigation, I found that this was due to non-initialization of variable in Core.js. var selectData=; instead of var selectData; I will go ahead

Getting external context parameters from the ResourceLoader

2006-09-11 Thread Stevan Malesevic
All, we are facing one issue in the current ResourceLoader mechanism. The issue is that resource loader does not have access to the underlying servlet object which means it can not access external context initialization parameters. We need this feature to be able to pull in some initialization

Re: AW: [Proposal] 'initialFocusId' attribute support for document component on PDA]

2006-09-11 Thread Piyush Hari
Hi Thorsten ! I am e currently focusing on getting PDA functionality to match that of desktop within a tight project plan constraints, so I won't be able to look into the Facelets include issue atleast until the completion of the project. Thanks for pointing it out though. Take Care,

javadoc not generating?

2006-09-11 Thread Gabrielle Crawford
Hi, I'm pressing the javadoc link off here and it doesn't seem to be working, it's been this way for a few days at least. Is any build guru looking into this? http://incubator.apache.org/adffaces/ Thanks, Gab

Re: javadoc not generating?

2006-09-11 Thread Simon Lessard
Hello Gabrielle, As far as I know, we don't have any automated site uploading tool atm, so Matthias is doing all of it manually (lucky guy), so I guess he just missed that section. Regards, ~ Simon On 9/11/06, Gabrielle Crawford [EMAIL PROTECTED] wrote: Hi, I'm pressing the javadoc link

Re: javadoc not generating?

2006-09-11 Thread Matthias Wessendorf
Yeah, currently that all is deployed manually. I take a look later On 9/12/06, Simon Lessard [EMAIL PROTECTED] wrote: Hello Gabrielle, As far as I know, we don't have any automated site uploading tool atm, so Matthias is doing all of it manually (lucky guy), so I guess he just missed that