Re: myFaces 1.2 problem

2007-07-25 Thread ncheltsov
be like this, it really should be 2.5 1.2... OK like this? -Wolf On 7/24/07, *ncheltsov* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I don't really understand what you are saying! Can you give more explanations? I need to use JSF version 1.2, not 1.1. Wolf Benz

Re: myFaces 1.2 problem

2007-07-25 Thread ncheltsov
By the way. Strange enough, but this with the jetty version solved the problem :) Matthias Wessendorf wrote: can you try this jetty version: version6.1.2rc0/version On 7/24/07, ncheltsov [EMAIL PROTECTED] wrote: Hi, I am trying to use myfaces 1.2 and I have the following error

myFaces 1.2 problem

2007-07-24 Thread ncheltsov
*Hi, I am trying to use myfaces 1.2 and I have the following error:* No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you properly include all configuration settings necessary for a basic faces application and that all

Re: myFaces 1.2 problem

2007-07-24 Thread ncheltsov
to declare in the web.xml? -Wolf On 7/24/07, *Matthias Wessendorf* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: can you try this jetty version: version6.1.2rc0/version On 7/24/07, ncheltsov [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, I am trying

Re: myFaces 1.2 problem

2007-07-24 Thread ncheltsov
Hi, the problem is, that it is not only on jetty but on JBoss too. And the problem is similar when I am using sun faces not only mafaces. Or at least it seems like this. Matthias Wessendorf wrote: can you try this jetty version: version6.1.2rc0/version On 7/24/07, ncheltsov [EMAIL

inputFileUpload save state problem

2007-06-05 Thread ncheltsov
Hi, I have the following question about one of myFaces custom components. inputFileUpload I managed to do everything except one thing. I don't know how to save the state of the input field where the path to a specified file is entered. When I reload the page, I am developing, the state is

Re: inputFileUpload save state problem

2007-06-05 Thread ncheltsov
impossible to set an initial value for an upload field. En l'instant précis du 05/06/07 10:55, ncheltsov s'exprimait en ces termes: Hi, I have the following question about one of myFaces custom components. inputFileUpload I managed to do everything except one thing. I don't know how to save

Re: designing h:dataTable

2007-06-05 Thread ncheltsov
I am not sure, that I fully understand your question, but I think, that h:dataTable element is not intended for such use. You can display with it some tabular information, set header and footer and apply some visual cosmetic. That's all. Consider using other component. P.S. Of course I can