Converter exception

2006-01-29 Thread Simon Steiner
I have a simple Converter that takes a string and output a string, I use the converter="id" on a h:outputText. When a page using it loads it works, when I click a action such as a onclick="submit()" I get a exception. This happens on both a December nightly and todays built from scratch, Java 1.4

Re: Converter exception

2006-01-29 Thread Simon Steiner
> Strange enough - it's clearly a class-loading problem, this. > > Which container are you using? Tomcat 5.5.12 > where are your myfaces jars stored? apache-tomcat-5.5.12/shared/lib > Can you play around with them a little - e.g. moving them out of > common/lib or so? I will try, thanks.

Re: Converter exception

2006-01-29 Thread Simon Steiner
>> Strange enough - it's clearly a class-loading problem, this. >> >> Which container are you using? > Tomcat 5.5.12 > >> where are your myfaces jars stored? > apache-tomcat-5.5.12/shared/lib > >> Can you play around with them a little - e.g. moving them out of >> common/lib or so? > I will tr

SelectBooleanCheckboxAjax

2006-02-19 Thread Simon Steiner
I haven't been able to get selectBooleanCheckboxAjax to work on any nightly builds. Anyone have a fix or a build that works? Nightlies from the last few weeks have broken inputTextAjax is this a known issue? Thanks

Get all HttpSession's

2006-02-20 Thread Simon Steiner
Can I get a list of all HttpSession's i.e. FacesContext fc = FacesContext.getCurrentInstance(); List sessions = (List)fc.getExternalContext().getAllSessions(); I think they don't want me to because of security concerns.

Get all HttpSession's

2006-02-20 Thread Simon Steiner
Can I get a list of all HttpSession's i.e. FacesContext fc = FacesContext.getCurrentInstance(); List sessions = (List)fc.getExternalContext().getAllSessions(); I think they don't want me to because of security concerns.

Re: SelectBooleanCheckboxAjax

2006-02-21 Thread Simon Steiner
> Hi Simon, > > if you have the latest checkout from the repo, there is no patch left, sorry. > > In the latest nightly, inputTextAjax works on my machine in both > browsers firefox and ie (means, error messages are displayed). > > What is the exactly problem occuring? Are you using a dataTable?

Re: SelectBooleanCheckboxAjax

2006-02-21 Thread Simon Steiner
> Werner, names are a little confusing, but I think Simon talks about > inputTextAjax component (validating user input on server side through > ajax), and not our inputSuggest comp. > > @Simon, I have submitted a patch a week ago where the above has > changed a little bit. > > Now, I would sugges

Re: SelectBooleanCheckboxAjax

2006-02-21 Thread Simon Steiner
> If you use the "for" attribute in the message component, you should > also leave out forceId. > > It is not needed anymore when using for, this stuff is done > automatically by jsf for you. > > You can find the examples under "Ajax Form Components" on the sandbox > examples page. More fiddling

Re: SelectBooleanCheckboxAjax

2006-02-21 Thread Simon Steiner
>> If you use the "for" attribute in the message component, you should >> also leave out forceId. >> >> It is not needed anymore when using for, this stuff is done >> automatically by jsf for you. >> >> You can find the examples under "Ajax Form Components" on the sandbox >> examples page. > > M

Re: SelectBooleanCheckboxAjax

2006-02-25 Thread Simon Steiner
How can I get SelectBooleanCheckboxAjax to work in a dataTable?