Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » JavaServer Faces » Trinidad installation
Trinidad installation [message #475612] Thu, 20 March 2008 09:47 Go to next message
Mario Charest is currently offline Mario CharestFriend
Messages: 42
Registered: July 2009
Member
I think it is easy. New JSF libraries, adding trinidad-api-1.2.7.jar and
trinidad-impl-1.2.7.jar and choosing a new library in a new web dynamic
project. Which taglibs I need to add to my jsp file? And what next I need to
do? Where to find tutorial to start up with trinidad components (datatable
for example)?
Re: Trinidad installation [message #475614 is a reply to message #475612] Thu, 20 March 2008 17:31 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Mario wrote:
> I think it is easy. New JSF libraries, adding trinidad-api-1.2.7.jar and
> trinidad-impl-1.2.7.jar and choosing a new library in a new web dynamic
> project. Which taglibs I need to add to my jsp file? And what next I need to
> do? Where to find tutorial to start up with trinidad components (datatable
> for example)?

If the project has the Trinidad libraries correctly set up, content
assist in the taglib directive's URI attribute in the JSP editor
should help you fill in the values. Your best bet, though, is to
start at http://myfaces.apache.org/trinidad/ .

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Trinidad installation [message #475618 is a reply to message #475612] Thu, 20 March 2008 17:54 Go to previous messageGo to next message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
If the tag library is on the classpath and you using the visual Web Page
Editor, then the tags will appear in the Palette. In 3.0, there will also
be a new Tag Registry that enumerates all of the known tags that are the
class path visually and provides additional, JSF-specific information
about them such as what component the are associated with.


--Cam
Re: Trinidad installation [message #475737 is a reply to message #475612] Tue, 25 March 2008 09:54 Go to previous messageGo to next message
Mario Charest is currently offline Mario CharestFriend
Messages: 42
Registered: July 2009
Member
"Mario" <mzupan@vup.hr> wrote in message
news:frtbr2$g3r$1@build.eclipse.org...
>I think it is easy. New JSF libraries, adding trinidad-api-1.2.7.jar and
>trinidad-impl-1.2.7.jar and choosing a new library in a new web dynamic
>project. Which taglibs I need to add to my jsp file? And what next I need
>to do? Where to find tutorial to start up with trinidad components
>(datatable for example)?
>
>
I solve the problem installing Eclipse plugin for IceFaces :) It is easy and
have better support for components. They put all depended libraries in
plug-in. Why all producers don't do unto on that way? Newbie can't figure
out which library miss and also need an example of usage, so that I don't
have to write a code from beginning, for some trivial characteristics of a
component. And also it is easear way of learning, but reading all that
specifications. I put some data in a sortable, stylize table in a few
minutes.
Re: Trinidad installation [message #475752 is a reply to message #475618] Thu, 03 April 2008 08:14 Go to previous message
Eclipse UserFriend
Originally posted by: emrandle.yahoo.com

On 2008-03-20 10:54:43 -0700, cameron.bateman@oracle.com (Cameron
Bateman) said:

> If the tag library is on the classpath and you using the visual Web
> Page Editor, then the tags will appear in the Palette. In 3.0, there
> will also be a new Tag Registry that enumerates all of the known tags
> that are the class path visually and provides additional, JSF-specific
> information about them such as what component the are associated with.
>
>
> --Cam

Which classpath? I can't get Eclipse to see any jars thru the JSF
Libraries setup. I can add jars, close the window, go back in and they
are are [missing]. How do I fix this?

mike
Re: Trinidad installation [message #617508 is a reply to message #475612] Thu, 20 March 2008 17:31 Go to previous message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Mario wrote:
> I think it is easy. New JSF libraries, adding trinidad-api-1.2.7.jar and
> trinidad-impl-1.2.7.jar and choosing a new library in a new web dynamic
> project. Which taglibs I need to add to my jsp file? And what next I need to
> do? Where to find tutorial to start up with trinidad components (datatable
> for example)?

If the project has the Trinidad libraries correctly set up, content
assist in the taglib directive's URI attribute in the JSP editor
should help you fill in the values. Your best bet, though, is to
start at http://myfaces.apache.org/trinidad/ .

--
---
Nitin Dahyabhai
Eclipse WTP Source Editing
IBM Rational


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Trinidad installation [message #617519 is a reply to message #475612] Thu, 20 March 2008 17:54 Go to previous message
Cameron Bateman is currently offline Cameron BatemanFriend
Messages: 481
Registered: July 2009
Senior Member
If the tag library is on the classpath and you using the visual Web Page
Editor, then the tags will appear in the Palette. In 3.0, there will also
be a new Tag Registry that enumerates all of the known tags that are the
class path visually and provides additional, JSF-specific information
about them such as what component the are associated with.


--Cam
Re: Trinidad installation [message #617666 is a reply to message #475612] Tue, 25 March 2008 09:54 Go to previous message
Mario Charest is currently offline Mario CharestFriend
Messages: 42
Registered: July 2009
Member
"Mario" <mzupan@vup.hr> wrote in message
news:frtbr2$g3r$1@build.eclipse.org...
>I think it is easy. New JSF libraries, adding trinidad-api-1.2.7.jar and
>trinidad-impl-1.2.7.jar and choosing a new library in a new web dynamic
>project. Which taglibs I need to add to my jsp file? And what next I need
>to do? Where to find tutorial to start up with trinidad components
>(datatable for example)?
>
>
I solve the problem installing Eclipse plugin for IceFaces :) It is easy and
have better support for components. They put all depended libraries in
plug-in. Why all producers don't do unto on that way? Newbie can't figure
out which library miss and also need an example of usage, so that I don't
have to write a code from beginning, for some trivial characteristics of a
component. And also it is easear way of learning, but reading all that
specifications. I put some data in a sortable, stylize table in a few
minutes.
Re: Trinidad installation [message #617681 is a reply to message #475618] Thu, 03 April 2008 08:14 Go to previous message
Eclipse UserFriend
Originally posted by: emrandle.yahoo.com

On 2008-03-20 10:54:43 -0700, cameron.bateman@oracle.com (Cameron
Bateman) said:

> If the tag library is on the classpath and you using the visual Web
> Page Editor, then the tags will appear in the Palette. In 3.0, there
> will also be a new Tag Registry that enumerates all of the known tags
> that are the class path visually and provides additional, JSF-specific
> information about them such as what component the are associated with.
>
>
> --Cam

Which classpath? I can't get Eclipse to see any jars thru the JSF
Libraries setup. I can add jars, close the window, go back in and they
are are [missing]. How do I fix this?

mike
Previous Topic:problems with web project on wtp
Next Topic:Help with JSF Libraries [missing]
Goto Forum:
  


Current Time: Thu Apr 18 02:16:34 GMT 2024

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

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

Back to the top