tiles+internationalization

2005-02-18 Thread Gabor Beres
Hi   I have a problem about how to internationalize a myfaces webapp, using the JspTilesViewHandlerImpl. Using this nice tool, i have only one :view> and it is located in my template page. (inserting header, body, footer etc...)   It never get explicitly called, so i'm a little bit uns

tiles+internationalization

2005-02-18 Thread Gabor Beres
Hi   I have a problem about how to internationalize a myfaces webapp, using the JspTilesViewHandlerImpl. Using this nice tool, i have only one :view> and it is located in my template page. (inserting header, body, footer etc...)   It never get explicitly called, so i'm a little bit uns

using x:tree

2004-12-27 Thread Gabor Beres
hi   i'm playing with , and have some proplems.   i can build the tree, here is the code:    /* leagues is a list(fetched with an orm tool), contains several league which is a self made object.  each league has a list of Level object called levels*/   Iterator it = leagues

RE: Running My Faces

2004-12-24 Thread Gabor Beres
hi I'm building a hibernate-jsf app too. i suggest you to take a look at springframework's hibernate dao support for get rid of the messy hand written hibernate code. It saved me a lot of work. -Original Message- From: Adib Saikali [mailto:[EMAIL PROTECTED] Sent: Friday, December 24, 200

RE: jscookmenu probl.

2004-12-24 Thread Gabor Beres
ups, sorry. i think i get it now. -Original Message- From: Gabor Beres [mailto:[EMAIL PROTECTED] Sent: Friday, December 24, 2004 12:21 PM To: 'MyFaces Discussion' Subject: RE: jscookmenu probl. Thanks Bruno. A further problem is that each league object has a few associated

RE: jscookmenu probl.

2004-12-24 Thread Gabor Beres
.. in your bean for each NavigationMenuItem in the array. And remember not to put your jscookMenu inside a form, because it will not work... Good luck, Bruno Gabor Beres wrote: >hi > >I'd like to populate jscookmenu programatically, but it not seems to >work. >Here is my try:

jscookmenu probl.

2004-12-23 Thread Gabor Beres
hi   I'd like to populate jscookmenu programatically, but it not seems to work. Here is my try:        x:dataList>   any id

RE: inner dataTable

2004-12-22 Thread Gabor Beres
can't. On Wed, 22 Dec 2004 15:08:14 +0100, Gabor Beres <[EMAIL PROTECTED]> wrote: > Maybe because contracts is a Set, and teams is a List. > Can dataTable iterate through a Set? > > -Original Message- > From: Heath Borders [mailto:[EMAIL PROTECTED] > Sent: Tuesd

RE: inner dataTable

2004-12-22 Thread Gabor Beres
, so its probably a good idea to shy away from them for the time being. I'm not really sure what's causing your problem, though. On Tue, 21 Dec 2004 19:25:50 +0100, Gabor Beres <[EMAIL PROTECTED]> wrote: > > > Hi > > > > I have a list property named tea

inner dataTable

2004-12-21 Thread Gabor Beres
Hi   I have a list property named teams. It contains several team that has several contracts (fetched with an orm tool) i’d like to view it like this:           h:column>  

RE: tiles example not working

2004-12-19 Thread Gabor Beres
It's ok now. Just had to remove <%@ page contentType="text/html;charset=UTF-8" language="java" %> from the top of template.jsp. Could someone tell me why caused the above line an error? -----Original Message- From: Gabor Beres [mailto:[EMAIL PROTECTED] Sent:

RE: tiles example not working

2004-12-19 Thread Gabor Beres
es - Tiles so, it just not insert the pages, that i defined in tiles.xml i don't understand :( -Original Message----- From: Gabor Beres [mailto:[EMAIL PROTECTED] Sent: Sunday, December 19, 2004 2:00 PM To: 'MyFaces Discussion' Subject: RE: tiles example not workin

RE: tiles example not working

2004-12-19 Thread Gabor Beres
Works!!! It looks like the dtd path was wrong. Thanks Thomas. -Original Message- From: Thomas Spiegl [mailto:[EMAIL PROTECTED] Sent: Sunday, December 19, 2004 1:28 PM To: MyFaces Discussion Subject: Re: tiles example not working exchange WEB-INF/tiles.xml by the file attached. Please let

RE: tiles example not working

2004-12-19 Thread Gabor Beres
should also find the following line in your logfile: "No Tiles definition found. Specify Definition files by adding ..." check your web-xml-configuration: tiles-definitions /WEB-INF/your-tiles.xml Gabor Beres schrieb: > Here it goes: > > > > 2004-12-1

RE: tiles example not working

2004-12-18 Thread Gabor Beres
example not working   please send me the stacktrace you're getting now. Gabor Beres schrieb: Thanks Thomas, i realized that i forgot to update the myfaces libs to1.0.7.Now it still not works, but throws the same exception that the originalexample. A nullpointer.  How could i make it

RE: tiles example not working

2004-12-18 Thread Gabor Beres
Thanks Thomas, i realized that i forgot to update the myfaces libs to 1.0.7. Now it still not works, but throws the same exception that the original example. A nullpointer. How could i make it work? Thanx. -Original Message- From: Thomas Spiegl [mailto:[EMAIL PROTECTED] Sent: Saturday,