Re: More details on the JSF problem I'm getting

2005-07-09 Thread Behrang Saeedzadeh
Hi I just clean built my application and the problem is solved now. BTW - Isn't the necessity of adding the org.apache.myfaces.webapp.StartupServletContextListener section to the web.xml in contradict with the specification? Shouldn't a JSF Web app I've developed w

More details on the JSF problem I'm getting

2005-07-09 Thread Behrang Saeedzadeh
Hi all I'm using MyFaces 1.0.9. My Web application is very simple but it's not working. Here's my faces-config.xml file: http://java.sun.com/dtd/web-facesconfig_1_0.dtd";> And here's my web.xml file: http://java.sun.com/dtd/web-app_2_3.dtd";> javax.faces.CONFIG_FILES

Re: Error in deploying a very simple JSF app

2005-07-09 Thread Behrang Saeedzadeh
Hi On Sat, 09 Jul 2005 21:34:28 +0430, Martin Marinschek <[EMAIL PROTECTED]> wrote: Strange... have you tried to deploy the examples web application that is delivered with MyFaces? Yes, I did and they all worked (almost) well. I don't know what am I doing wrong.

Re: Error in deploying a very simple JSF app

2005-07-09 Thread Martin Marinschek
Strange... have you tried to deploy the examples web application that is delivered with MyFaces? regards, Martin On 7/9/05, Behrang Saeedzadeh <[EMAIL PROTECTED]> wrote: > Hi > > I've written a very simple JSF Web app using MyFaces 1.0.9 but it's kinda > not working. > The only JAR files in my

Error in deploying a very simple JSF app

2005-07-09 Thread Behrang Saeedzadeh
Hi I've written a very simple JSF Web app using MyFaces 1.0.9 but it's kinda not working. The only JAR files in my WEB-INF/lib directory are those that come with the MyFace archive and are required. When I visit the first JSF page, namely index.jsf, I get the following error message in t

Re: session vs request

2005-07-09 Thread Wendy Smoak
From: "Jesse Vitrone" <[EMAIL PROTECTED]> Thanks Wendy, the SessionSize class is pretty handy. It's dying on my usages of DataModel though, because it's not serializable. I see that there's a _SerializableDataModel class in the source code. I'm assuming that the underscore in front of that m

Re: Tag library JavaDoc?

2005-07-09 Thread Eric Knapp
Bruno, Thanks and I'm getting closer. I used this command to get the source: svn co https://svn.apache.org/repos/asf/myfaces/current Then I ran the ant targets. I am getting the following error on all the tlddoc tasks: tlddoc: [mkdir] Created dir: .../current/impl/build/temp/tlddoc [ja

Re: inputCalendar problem (required field)

2005-07-09 Thread Martin Marinschek
Can you guys file a bug on jira? I will try to look at it whenever my time permits. regards, Martin On 7/8/05, CONNER, BRENDAN (SBCSI) <[EMAIL PROTECTED]> wrote: > I was able to bypass the previous error by putting the calendar into its own > separate form. But now, if I do that, the values o

Re: Empty dates in inputDate

2005-07-09 Thread Martin Marinschek
No, not yet, sorry. If you want to provide a patch for that, it would be very well received by the community. regards, Martin On 7/9/05, Daniel Murley <[EMAIL PROTECTED]> wrote: > Hi, > > Is it at all possible to have the inputDate component load up with empty > values instead of todays date/d

Re: Tag library JavaDoc?

2005-07-09 Thread Bruno Aranda
Hi Eric, right now both javadoc and tlddoc are broken since the mechanism to publish them automatically when a new build is done is being adapted to the new svn structure. I think Sean is working on that... In the meanwhile you can download the current myfaces with svn and use 'ant download-depend