Home » Eclipse Projects » JavaServer Faces » Milestone 1 build + Tutorial posted..
| | |
Re: Milestone 1 build + Tutorial posted.. [message #470809 is a reply to message #470673] |
Tue, 20 December 2005 12:49   |
Eclipse User |
|
|
|
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 14:35   |
Eclipse User |
|
|
|
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 #470814 is a reply to message #470673] |
Tue, 20 December 2005 15:44   |
Eclipse User |
|
|
|
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 #470823 is a reply to message #470811] |
Wed, 21 December 2005 03:37   |
Eclipse User |
|
|
|
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 04:40  |
Eclipse User |
|
|
|
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 #578926 is a reply to message #470667] |
Tue, 20 December 2005 11:02  |
Eclipse User |
|
|
|
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 12:49  |
Eclipse User |
|
|
|
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 14:35  |
Eclipse User |
|
|
|
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 #580300 is a reply to message #470673] |
Tue, 20 December 2005 15:44  |
Eclipse User |
|
|
|
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 #580426 is a reply to message #470811] |
Wed, 21 December 2005 03:37  |
Eclipse User |
|
|
|
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 04:40  |
Eclipse User |
|
|
|
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
>
|
|
|
Goto Forum:
Current Time: Tue Jul 22 14:28:42 EDT 2025
Powered by FUDForum. Page generated in 0.07125 seconds
|