Re: [TRINIDAD] Conversion of two digit years

2009-10-19 Thread Carsten Pieper
Oops, of course it should be "out-of-date" Carsten Pieper wrote: > > Does this mean, the documentation is out-out-date? > -- View this message in context: http://www.nabble.com/-TRINIDAD--Conversion-of-two-digit-years-tp25959326p25969991.html Sent from the MyFaces - Users mailing list archi

Re: SizeLimitExceededException when uploading big files

2009-10-19 Thread bbb123
Leonardo Thank you for your solution. I was, however, finding it difficult to implement the solution. To anyone else who is having difficulty... On the JSP page with my tag, I added the following at the top of the page: <%@ page import="javax.faces.application.FacesMessage" %> <%@ page import

Re: Tomahawk and file uploading

2009-10-19 Thread veena pandit
Try this, http://balusc.blogspot.com/2008/02/uploading-files-with-jsf.html Veena On Mon, Oct 19, 2009 at 1:14 PM, Jaco le Roux wrote: > Hi all, > > I am having an issue getting the file uploading to work in my JSF project. > I > have tried and tested the example included in the example's war b

Re: How can we use both Trinidad & Tobago JSF libraries together in a same project?

2009-10-19 Thread Andrew Robinson
I believe they are fundamentally incompatible. Tobago uses render kits to do a lot of built in page templates, and Trinidad has its own render kit and has its own AJAX support that is not compatible with other AJAX JSF solutions. I think you would end up with page layout problems and AJAX problems

[TRINIDAD] Conversion of two digit years

2009-10-19 Thread Carsten Pieper
Hi, a little question: According to the Trinidad documentation (e.g. http://myfaces.apache.org/trinidad/trinidad-api/apidocs/org/apache/myfaces/trinidad/context/RequestContext.html#getTwoDigitYearStart() here ) the year offset for parsing two digit year entries is 1950. However, when I look into

tree2 and the root icon

2009-10-19 Thread mitroiasi
Hi, I have implemented a tree2 menu in my application. All works fine but I have a small problem with the icon of the root node. The icons used also for this node are: nav-plus-line-last.gif, nav-minus-line-last.gif. The problem is the fact that the icon has also a vertical line on top of the pl

Re: How can we use both Trinidad & Tobago JSF libraries together in a same project?

2009-10-19 Thread Stojan Peshov
Is it possible to combine them using facelets? I haven't work with tobago for almost a year, but I've read that there are some advances in facelets development. Regards, / * Stojan Pesov * works @ Genrep ltd. * cell: 389 75 397172 */ 2009/10/19 Ra

Re: How can we use both Trinidad & Tobago JSF libraries together in a same project?

2009-10-19 Thread Rafa PĂ©rez
AFAIK, it is not possible to use Trinidad and Tobago together. On Mon, Oct 19, 2009 at 9:53 AM, Papia wrote: > > Hi All, > > We are using JSF Trinidad library in our project. And we have a certain > requirement for which I wanted to use few features of Tobago library in the > same project. I am

How can we use both Trinidad & Tobago JSF libraries together in a same project?

2009-10-19 Thread Papia
Hi All, We are using JSF Trinidad library in our project. And we have a certain requirement for which I wanted to use few features of Tobago library in the same project. I am able to run both Trinidad & Tobago components separately but when trying to use them both in the same project I am facing