Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Milestone 1 build + Tutorial posted..
Milestone 1 build + Tutorial posted.. [message #470667] Tue, 20 December 2005 06:45 Go to next message
Raghu Srinivasan is currently offline Raghu SrinivasanFriend
Messages: 265
Registered: July 2009
Senior Member
Hi,

The milestone build of the JSF Tools project is now available for download.
There is also a tutorial that will help you exercise the features in this build.
Both are available from the following link:
http://eclipse.org/webtools/jsf/dev_resource/index.html

Please review and post your feedback.

Thanks
Raghu


Raghu Srinivasan,
Project Lead - JSF
Re: Milestone 1 build + Tutorial posted.. [message #470670 is a reply to message #470667] Tue, 20 December 2005 09:15 Go to previous messageGo to next message
Martin van den Bemt is currently offline Martin van den BemtFriend
Messages: 10
Registered: July 2009
Junior Member
Hi Raghu,

All images are missing...

Broken Images -
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSF Tools_milestone1_tutorial.html
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSF Tools_milestone1_tutorial.html

http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/new-dynamic-web-project.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/select-project-facets.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-capabilities.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-implementation-library.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-capabilities-library.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/project-explorer.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/new-jsp-page.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsp-page.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/run-jsf.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-app.png

Mvgr,
Martin

Raghu Srinivasan wrote:
> Hi,
>
> The milestone build of the JSF Tools project is now available for download.
> There is also a tutorial that will help you exercise the features in
> this build.
> Both are available from the following link:
> http://eclipse.org/webtools/jsf/dev_resource/index.html
>
> Please review and post your feedback.
>
> Thanks
> Raghu
Re: Milestone 1 build + Tutorial posted.. [message #470673 is a reply to message #470667] Tue, 20 December 2005 16:02 Go to previous messageGo to next message
Jeff Duska is currently offline Jeff DuskaFriend
Messages: 11
Registered: July 2009
Junior Member
I used the tutorial as best as I could, but ran into some problems.

First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
to run example, I get an exception stating that "Document is invalid: no
grammar found." I also get the same error, if I try to look at
faces-config.xml using faces console.

When I switched back to 1.1 DTD it worked fine.

I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
or Myfaces and Faces console problem.

Regards,

Jeff Duska


Raghu Srinivasan wrote:
> Hi,
>
> The milestone build of the JSF Tools project is now available for download.
> There is also a tutorial that will help you exercise the features in
> this build.
> Both are available from the following link:
> http://eclipse.org/webtools/jsf/dev_resource/index.html
>
> Please review and post your feedback.
>
> Thanks
> Raghu
Re: Milestone 1 build + Tutorial posted.. [message #470809 is a reply to message #470673] Tue, 20 December 2005 17:49 Go to previous messageGo to next message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Hi Jeff,

Can you please supply more details? Which JSF version did you choose (1.1
or 1.2)? Also, please list which jars did you included in your library.

Thanks for trying out M1!

Regards,
Gerry Kessler
WTP JSF Tools Team


"Jeff Duska" <jduska@numbersix.com> wrote in message
news:do99uv$ah8$1@utils.eclipse.org...
>I used the tutorial as best as I could, but ran into some problems.
>
> First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
> to run example, I get an exception stating that "Document is invalid: no
> grammar found." I also get the same error, if I try to look at
> faces-config.xml using faces console.
>
> When I switched back to 1.1 DTD it worked fine.
>
> I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
> or Myfaces and Faces console problem.
>
> Regards,
>
> Jeff Duska
>
>
> Raghu Srinivasan wrote:
>> Hi,
>>
>> The milestone build of the JSF Tools project is now available for
>> download.
>> There is also a tutorial that will help you exercise the features in this
>> build.
>> Both are available from the following link:
>> http://eclipse.org/webtools/jsf/dev_resource/index.html
>>
>> Please review and post your feedback.
>>
>> Thanks
>> Raghu
>
Re: Milestone 1 build + Tutorial posted.. [message #470811 is a reply to message #470809] Tue, 20 December 2005 19:35 Go to previous messageGo to next message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
I successfully ran the tutorial's login.jsp page using MyFaces1.1.1 in a JSF
1.2 project with the following jars in the the JSF Library:
myfaces-all.jar
commons-collections-3.1.jar
commons-beanutils.jar
commons-beanutils-beans.jar
commons-beanutils-core.jar
commons-digester-1.7.jar

I was using Tomcat 5.5 with nothing in the shared libs folder.

Regards,
Gerry Kessler
"Gerry Kessler" <gerry.kessler@oracle.com> wrote in message
news:do9g7p$jta$1@utils.eclipse.org...
> Hi Jeff,
>
> Can you please supply more details? Which JSF version did you choose
> (1.1 or 1.2)? Also, please list which jars did you included in your
> library.
>
> Thanks for trying out M1!
>
> Regards,
> Gerry Kessler
> WTP JSF Tools Team
>
>
> "Jeff Duska" <jduska@numbersix.com> wrote in message
> news:do99uv$ah8$1@utils.eclipse.org...
>>I used the tutorial as best as I could, but ran into some problems.
>>
>> First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
>> to run example, I get an exception stating that "Document is invalid: no
>> grammar found." I also get the same error, if I try to look at
>> faces-config.xml using faces console.
>>
>> When I switched back to 1.1 DTD it worked fine.
>>
>> I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
>> or Myfaces and Faces console problem.
>>
>> Regards,
>>
>> Jeff Duska
>>
>>
>> Raghu Srinivasan wrote:
>>> Hi,
>>>
>>> The milestone build of the JSF Tools project is now available for
>>> download.
>>> There is also a tutorial that will help you exercise the features in
>>> this build.
>>> Both are available from the following link:
>>> http://eclipse.org/webtools/jsf/dev_resource/index.html
>>>
>>> Please review and post your feedback.
>>>
>>> Thanks
>>> Raghu
>>
>
>
Re: Milestone 1 build + Tutorial posted.. [message #470813 is a reply to message #470670] Tue, 20 December 2005 19:52 Go to previous messageGo to next message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Sorry for the problem. The images have been repaired.

Regards,
Gerry Kessler
WTP JSF Tools Team

"Martin van den Bemt" <mvdb@ibl-software.nl> wrote in message
news:do8i49$7ri$1@utils.eclipse.org...
> Hi Raghu,
>
> All images are missing...
>
> Broken Images -
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSF Tools_milestone1_tutorial.html
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSF Tools_milestone1_tutorial.html
>
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/new-dynamic-web-project.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/select-project-facets.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-capabilities.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-implementation-library.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-capabilities-library.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/project-explorer.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/new-jsp-page.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsp-page.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/run-jsf.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-app.png
>
> Mvgr,
> Martin
>
> Raghu Srinivasan wrote:
>> Hi,
>>
>> The milestone build of the JSF Tools project is now available for
>> download.
>> There is also a tutorial that will help you exercise the features in this
>> build.
>> Both are available from the following link:
>> http://eclipse.org/webtools/jsf/dev_resource/index.html
>>
>> Please review and post your feedback.
>>
>> Thanks
>> Raghu
Re: Milestone 1 build + Tutorial posted.. [message #470814 is a reply to message #470673] Tue, 20 December 2005 20:44 Go to previous messageGo to next message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
For now at least, until there are any JSF 1.2 implementations that we can
extensively test with, I'd suggest specifying v1.1 for your JSF version.
Since there are no JSF 1.2 implementations yet, I don't think this is going
to negatively impact anyone (am I wrong?). We'll be looking into this issue
further as we progress past our first milestone and as J2EE 5 and JSF 1.2
mature.

Thanks,
Ian Trimble (Oracle)

Jeff Duska wrote:
> I used the tutorial as best as I could, but ran into some problems.
>
> First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
> to run example, I get an exception stating that "Document is invalid: no
> grammar found." I also get the same error, if I try to look at
> faces-config.xml using faces console.
>
> When I switched back to 1.1 DTD it worked fine.
>
> I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
> or Myfaces and Faces console problem.
>
> Regards,
>
> Jeff Duska
>
>
> Raghu Srinivasan wrote:
>
>> Hi,
>>
>> The milestone build of the JSF Tools project is now available for
>> download.
>> There is also a tutorial that will help you exercise the features in
>> this build.
>> Both are available from the following link:
>> http://eclipse.org/webtools/jsf/dev_resource/index.html
>>
>> Please review and post your feedback.
>>
>> Thanks
>> Raghu
>
>
Re: Milestone 1 build + Tutorial posted.. [message #470822 is a reply to message #470813] Wed, 21 December 2005 08:35 Go to previous messageGo to next message
Martin van den Bemt is currently offline Martin van den BemtFriend
Messages: 10
Registered: July 2009
Junior Member
Thanx for fixing.. Apologies are not need though..

Mvgr,
Martin

Gerry Kessler wrote:
> Sorry for the problem. The images have been repaired.
>
> Regards,
> Gerry Kessler
> WTP JSF Tools Team
Re: Milestone 1 build + Tutorial posted.. [message #470823 is a reply to message #470811] Wed, 21 December 2005 08:37 Go to previous messageGo to next message
Martin van den Bemt is currently offline Martin van den BemtFriend
Messages: 10
Registered: July 2009
Junior Member
Try myfaces without the myfaces-all.jar and use the 3 seperate jars that
come with myfaces.. I thought there was an issue with the myfaces-all.jar

Mvgr,
Martin

Gerry Kessler wrote:

> I successfully ran the tutorial's login.jsp page using MyFaces1.1.1 in a JSF
> 1.2 project with the following jars in the the JSF Library:
> myfaces-all.jar
> commons-collections-3.1.jar
> commons-beanutils.jar
> commons-beanutils-beans.jar
> commons-beanutils-core.jar
> commons-digester-1.7.jar
>
> I was using Tomcat 5.5 with nothing in the shared libs folder.
>
> Regards,
> Gerry Kessler
> "Gerry Kessler" <gerry.kessler@oracle.com> wrote in message
> news:do9g7p$jta$1@utils.eclipse.org...
>
>>Hi Jeff,
>>
>>Can you please supply more details? Which JSF version did you choose
>>(1.1 or 1.2)? Also, please list which jars did you included in your
>>library.
>>
>>Thanks for trying out M1!
>>
>>Regards,
>>Gerry Kessler
>>WTP JSF Tools Team
>>
>>
>>"Jeff Duska" <jduska@numbersix.com> wrote in message
>>news:do99uv$ah8$1@utils.eclipse.org...
>>
>>>I used the tutorial as best as I could, but ran into some problems.
>>>
>>>First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
>>>to run example, I get an exception stating that "Document is invalid: no
>>>grammar found." I also get the same error, if I try to look at
>>>faces-config.xml using faces console.
>>>
>>>When I switched back to 1.1 DTD it worked fine.
>>>
>>>I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
>>>or Myfaces and Faces console problem.
>>>
>>>Regards,
>>>
>>>Jeff Duska
>>>
>>>
>>>Raghu Srinivasan wrote:
>>>
>>>>Hi,
>>>>
>>>>The milestone build of the JSF Tools project is now available for
>>>>download.
>>>>There is also a tutorial that will help you exercise the features in
>>>>this build.
>>>>Both are available from the following link:
>>>>http://eclipse.org/webtools/jsf/dev_resource/index.html
>>>>
>>>>Please review and post your feedback.
>>>>
>>>>Thanks
>>>>Raghu
>>>
>>
>
>
Re: Milestone 1 build + Tutorial posted.. [message #470825 is a reply to message #470823] Wed, 21 December 2005 09:40 Go to previous message
Werner Punz is currently offline Werner PunzFriend
Messages: 52
Registered: July 2009
Member
Only in 1.1.0, there were some component related showstoppers in 1.1.0
all of them have been fixed in 1.1.1.

To my knowledge it wont make a difference.


Martin van den Bemt wrote:
> Try myfaces without the myfaces-all.jar and use the 3 seperate jars that
> come with myfaces.. I thought there was an issue with the myfaces-all.jar
>
Re: Milestone 1 build + Tutorial posted.. [message #578890 is a reply to message #470667] Tue, 20 December 2005 09:15 Go to previous message
Martin van den Bemt is currently offline Martin van den BemtFriend
Messages: 10
Registered: July 2009
Junior Member
Hi Raghu,

All images are missing...

Broken Images -
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSF Tools_milestone1_tutorial.html
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSF Tools_milestone1_tutorial.html

http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/new-dynamic-web-project.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/select-project-facets.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-capabilities.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-implementation-library.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-capabilities-library.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/project-explorer.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/new-jsp-page.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsp-page.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/run-jsf.png
http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-app.png

Mvgr,
Martin

Raghu Srinivasan wrote:
> Hi,
>
> The milestone build of the JSF Tools project is now available for download.
> There is also a tutorial that will help you exercise the features in
> this build.
> Both are available from the following link:
> http://eclipse.org/webtools/jsf/dev_resource/index.html
>
> Please review and post your feedback.
>
> Thanks
> Raghu
Re: Milestone 1 build + Tutorial posted.. [message #578926 is a reply to message #470667] Tue, 20 December 2005 16:02 Go to previous message
Jeff Duska is currently offline Jeff DuskaFriend
Messages: 11
Registered: July 2009
Junior Member
I used the tutorial as best as I could, but ran into some problems.

First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
to run example, I get an exception stating that "Document is invalid: no
grammar found." I also get the same error, if I try to look at
faces-config.xml using faces console.

When I switched back to 1.1 DTD it worked fine.

I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
or Myfaces and Faces console problem.

Regards,

Jeff Duska


Raghu Srinivasan wrote:
> Hi,
>
> The milestone build of the JSF Tools project is now available for download.
> There is also a tutorial that will help you exercise the features in
> this build.
> Both are available from the following link:
> http://eclipse.org/webtools/jsf/dev_resource/index.html
>
> Please review and post your feedback.
>
> Thanks
> Raghu
Re: Milestone 1 build + Tutorial posted.. [message #580246 is a reply to message #470673] Tue, 20 December 2005 17:49 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Hi Jeff,

Can you please supply more details? Which JSF version did you choose (1.1
or 1.2)? Also, please list which jars did you included in your library.

Thanks for trying out M1!

Regards,
Gerry Kessler
WTP JSF Tools Team


"Jeff Duska" <jduska@numbersix.com> wrote in message
news:do99uv$ah8$1@utils.eclipse.org...
>I used the tutorial as best as I could, but ran into some problems.
>
> First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
> to run example, I get an exception stating that "Document is invalid: no
> grammar found." I also get the same error, if I try to look at
> faces-config.xml using faces console.
>
> When I switched back to 1.1 DTD it worked fine.
>
> I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
> or Myfaces and Faces console problem.
>
> Regards,
>
> Jeff Duska
>
>
> Raghu Srinivasan wrote:
>> Hi,
>>
>> The milestone build of the JSF Tools project is now available for
>> download.
>> There is also a tutorial that will help you exercise the features in this
>> build.
>> Both are available from the following link:
>> http://eclipse.org/webtools/jsf/dev_resource/index.html
>>
>> Please review and post your feedback.
>>
>> Thanks
>> Raghu
>
Re: Milestone 1 build + Tutorial posted.. [message #580265 is a reply to message #470809] Tue, 20 December 2005 19:35 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
I successfully ran the tutorial's login.jsp page using MyFaces1.1.1 in a JSF
1.2 project with the following jars in the the JSF Library:
myfaces-all.jar
commons-collections-3.1.jar
commons-beanutils.jar
commons-beanutils-beans.jar
commons-beanutils-core.jar
commons-digester-1.7.jar

I was using Tomcat 5.5 with nothing in the shared libs folder.

Regards,
Gerry Kessler
"Gerry Kessler" <gerry.kessler@oracle.com> wrote in message
news:do9g7p$jta$1@utils.eclipse.org...
> Hi Jeff,
>
> Can you please supply more details? Which JSF version did you choose
> (1.1 or 1.2)? Also, please list which jars did you included in your
> library.
>
> Thanks for trying out M1!
>
> Regards,
> Gerry Kessler
> WTP JSF Tools Team
>
>
> "Jeff Duska" <jduska@numbersix.com> wrote in message
> news:do99uv$ah8$1@utils.eclipse.org...
>>I used the tutorial as best as I could, but ran into some problems.
>>
>> First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
>> to run example, I get an exception stating that "Document is invalid: no
>> grammar found." I also get the same error, if I try to look at
>> faces-config.xml using faces console.
>>
>> When I switched back to 1.1 DTD it worked fine.
>>
>> I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
>> or Myfaces and Faces console problem.
>>
>> Regards,
>>
>> Jeff Duska
>>
>>
>> Raghu Srinivasan wrote:
>>> Hi,
>>>
>>> The milestone build of the JSF Tools project is now available for
>>> download.
>>> There is also a tutorial that will help you exercise the features in
>>> this build.
>>> Both are available from the following link:
>>> http://eclipse.org/webtools/jsf/dev_resource/index.html
>>>
>>> Please review and post your feedback.
>>>
>>> Thanks
>>> Raghu
>>
>
>
Re: Milestone 1 build + Tutorial posted.. [message #580288 is a reply to message #470670] Tue, 20 December 2005 19:52 Go to previous message
Gerry Kessler is currently offline Gerry KesslerFriend
Messages: 125
Registered: July 2009
Senior Member
Sorry for the problem. The images have been repaired.

Regards,
Gerry Kessler
WTP JSF Tools Team

"Martin van den Bemt" <mvdb@ibl-software.nl> wrote in message
news:do8i49$7ri$1@utils.eclipse.org...
> Hi Raghu,
>
> All images are missing...
>
> Broken Images -
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSF Tools_milestone1_tutorial.html
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/JSF Tools_milestone1_tutorial.html
>
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/new-dynamic-web-project.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/select-project-facets.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-capabilities.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-implementation-library.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-capabilities-library.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/project-explorer.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/new-jsp-page.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsp-page.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/run-jsf.png
> http://eclipse.org/webtools/jsf/dev_resource/JSFTutorial/ima ges/jsf-app.png
>
> Mvgr,
> Martin
>
> Raghu Srinivasan wrote:
>> Hi,
>>
>> The milestone build of the JSF Tools project is now available for
>> download.
>> There is also a tutorial that will help you exercise the features in this
>> build.
>> Both are available from the following link:
>> http://eclipse.org/webtools/jsf/dev_resource/index.html
>>
>> Please review and post your feedback.
>>
>> Thanks
>> Raghu
Re: Milestone 1 build + Tutorial posted.. [message #580300 is a reply to message #470673] Tue, 20 December 2005 20:44 Go to previous message
Ian Trimble is currently offline Ian TrimbleFriend
Messages: 137
Registered: July 2009
Senior Member
For now at least, until there are any JSF 1.2 implementations that we can
extensively test with, I'd suggest specifying v1.1 for your JSF version.
Since there are no JSF 1.2 implementations yet, I don't think this is going
to negatively impact anyone (am I wrong?). We'll be looking into this issue
further as we progress past our first milestone and as J2EE 5 and JSF 1.2
mature.

Thanks,
Ian Trimble (Oracle)

Jeff Duska wrote:
> I used the tutorial as best as I could, but ran into some problems.
>
> First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
> to run example, I get an exception stating that "Document is invalid: no
> grammar found." I also get the same error, if I try to look at
> faces-config.xml using faces console.
>
> When I switched back to 1.1 DTD it worked fine.
>
> I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
> or Myfaces and Faces console problem.
>
> Regards,
>
> Jeff Duska
>
>
> Raghu Srinivasan wrote:
>
>> Hi,
>>
>> The milestone build of the JSF Tools project is now available for
>> download.
>> There is also a tutorial that will help you exercise the features in
>> this build.
>> Both are available from the following link:
>> http://eclipse.org/webtools/jsf/dev_resource/index.html
>>
>> Please review and post your feedback.
>>
>> Thanks
>> Raghu
>
>
Re: Milestone 1 build + Tutorial posted.. [message #580384 is a reply to message #470813] Wed, 21 December 2005 08:35 Go to previous message
Martin van den Bemt is currently offline Martin van den BemtFriend
Messages: 10
Registered: July 2009
Junior Member
Thanx for fixing.. Apologies are not need though..

Mvgr,
Martin

Gerry Kessler wrote:
> Sorry for the problem. The images have been repaired.
>
> Regards,
> Gerry Kessler
> WTP JSF Tools Team
Re: Milestone 1 build + Tutorial posted.. [message #580426 is a reply to message #470811] Wed, 21 December 2005 08:37 Go to previous message
Martin van den Bemt is currently offline Martin van den BemtFriend
Messages: 10
Registered: July 2009
Junior Member
Try myfaces without the myfaces-all.jar and use the 3 seperate jars that
come with myfaces.. I thought there was an issue with the myfaces-all.jar

Mvgr,
Martin

Gerry Kessler wrote:

> I successfully ran the tutorial's login.jsp page using MyFaces1.1.1 in a JSF
> 1.2 project with the following jars in the the JSF Library:
> myfaces-all.jar
> commons-collections-3.1.jar
> commons-beanutils.jar
> commons-beanutils-beans.jar
> commons-beanutils-core.jar
> commons-digester-1.7.jar
>
> I was using Tomcat 5.5 with nothing in the shared libs folder.
>
> Regards,
> Gerry Kessler
> "Gerry Kessler" <gerry.kessler@oracle.com> wrote in message
> news:do9g7p$jta$1@utils.eclipse.org...
>
>>Hi Jeff,
>>
>>Can you please supply more details? Which JSF version did you choose
>>(1.1 or 1.2)? Also, please list which jars did you included in your
>>library.
>>
>>Thanks for trying out M1!
>>
>>Regards,
>>Gerry Kessler
>>WTP JSF Tools Team
>>
>>
>>"Jeff Duska" <jduska@numbersix.com> wrote in message
>>news:do99uv$ah8$1@utils.eclipse.org...
>>
>>>I used the tutorial as best as I could, but ran into some problems.
>>>
>>>First, I'm using MyFaces instead of the Sun RI JSF libraries. When tried
>>>to run example, I get an exception stating that "Document is invalid: no
>>>grammar found." I also get the same error, if I try to look at
>>>faces-config.xml using faces console.
>>>
>>>When I switched back to 1.1 DTD it worked fine.
>>>
>>>I'm new to JSF, so I'm not sure, if this is an JSF Eclipse plug-in error
>>>or Myfaces and Faces console problem.
>>>
>>>Regards,
>>>
>>>Jeff Duska
>>>
>>>
>>>Raghu Srinivasan wrote:
>>>
>>>>Hi,
>>>>
>>>>The milestone build of the JSF Tools project is now available for
>>>>download.
>>>>There is also a tutorial that will help you exercise the features in
>>>>this build.
>>>>Both are available from the following link:
>>>>http://eclipse.org/webtools/jsf/dev_resource/index.html
>>>>
>>>>Please review and post your feedback.
>>>>
>>>>Thanks
>>>>Raghu
>>>
>>
>
>
Re: Milestone 1 build + Tutorial posted.. [message #580446 is a reply to message #470823] Wed, 21 December 2005 09:40 Go to previous message
Werner Punz is currently offline Werner PunzFriend
Messages: 52
Registered: July 2009
Member
Only in 1.1.0, there were some component related showstoppers in 1.1.0
all of them have been fixed in 1.1.1.

To my knowledge it wont make a difference.


Martin van den Bemt wrote:
> Try myfaces without the myfaces-all.jar and use the 3 seperate jars that
> come with myfaces.. I thought there was an issue with the myfaces-all.jar
>
Previous Topic:run "WTP JSF Tools Tutorial" with requested resource is not available
Next Topic:run "WTP JSF Tools Tutorial" with requested resource is not available
Goto Forum:
  


Current Time: Thu Mar 28 18:45:09 GMT 2024

Powered by FUDForum. Page generated in 0.03068 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top