Tobago and Facelets

2006-08-28 Thread Christoph Lassner
Hi everybody! Combining Tabago with Facelets is an intersting topic I thought and tried to get it working. However, I still have some problems. The pages are rendered properly in Tobago style, the tags are working. However, when I set up navigation rules, they don't work. When I press a tobago bu

Re: Tobago and Facelets

2006-08-29 Thread Christoph Lassner
Hello Bernd, thanks for your answer! However, this doesn't change anything on my problem. I tried with the myfaces and the sun impl libs only but it didn't work any better. I found just the same topic in the mailing list archive: Hi all, i'm absolutely amazed from jsf (myfaces), tobago and xml-d

Re: Tobago and Facelets

2006-08-29 Thread Christoph Lassner
:49:51: > Hello Christoph, > > just tried 1.0.7 and 1.0.8-SNAPSHOT. Everything work as expected. > > You can download the files from > > http://people.apache.org/~bommel/ > > please test it. > > Regards > > Bernd > > Christoph Lassner wrote: > > Hello

Antwort: After log out successfully, Using Back button of browser I need to go to login page.

2006-09-04 Thread Christoph Lassner
Hi Arvind, you can simply put an onUnload Javascript Listener in the bodytag on your successful-logout page. Like this: http://yoursite.com/login.jsf';"> If you have no other links on this page, this will be enough. If there are any other links, you'll have to write a little Javascript-function

Re: Large i18nalized blocks

2006-09-05 Thread Christoph Lassner
ock.xhtml or > > de/myBlock.xhtml according to the user locale preferences. > > > > > > Any suggestions/ideas/hints on that? Thanks! > > > > Bye. > > /lexi > > > > [Anhang "signature.asc" gelöscht von Christoph Lassner/ESG/DE]

Antwort: Question about the Acegi and Facelet

2006-09-06 Thread Christoph Lassner
Hi Davy, you have to create and register a taglib xml file. You can do so by opening the acegijsf.tld file in acegi-jsf-x.x.x.jar!/META-INF/ and transforming it to a fitting acegi.taglib.xml file in your WEB-INF folder. You then have to register it in your web.xml with the a context-param: fa

Using Tomahawk panelNavigation2 with Facelets

2006-09-13 Thread Christoph Lassner
Hello everybody, I want to use (like the topic shows) a panelNavigation2 with Facelets. I already downloaded the tomahawk.taglib.xml as described here (http://wiki.apache.org/myfaces/Use_Facelets_with_Tomahawk), but the commandNavigation2 tag is not defined there. I need that one for functionalit

Re: Start project?

2006-09-13 Thread Christoph Lassner
You won't find any because there are no links to these pages, but they are available. Matthias Wessendorf was so kind to provide me this link: http://people.apache.org/repo/m2-snapshot-repository/org/apache/myfaces/trinidad/ It saves you a lot of time. Load trinidad-api-m1-snapshot and trinidad

RE: Start project?

2006-09-13 Thread Christoph Lassner
gt; > -Ursprüngliche Nachricht- > Von: Christoph Lassner [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 13. September 2006 15:11 > An: MyFaces Discussion > Betreff: Re: Start project? > > You won't find any because there are no links to these pages, but > they ar

Sources of Myfaces/Tomahawk 1.1.3

2006-09-18 Thread Christoph Lassner
HI everybody, I need the sources of MyFaces and Tomahawk v 1.1.3. There's no link to a .zip file on the MyFaces Download page but only a reference to subversion source download. COuld anyone please tell me from where exactly checkout the sources or send some link to a binary conatining the source

Re: Sources of Myfaces/Tomahawk 1.1.3

2006-09-19 Thread Christoph Lassner
Thanks guys, you're great! Greetings Chris "Wendy Smoak" <[EMAIL PROTECTED]> schrieb am 18.09.2006 17:30:32: > On 9/18/06, Christoph Lassner <[EMAIL PROTECTED]> wrote: > > > I need the sources of MyFaces and Tomahawk v 1.1.3. There's no link to a &g

Antwort: Newbie help

2006-09-20 Thread Christoph Lassner
Hi Aneesha, you have to copy the contents of the $release_dir/lib folder to your WEB-INF/lib folder and configure MyFaces in several steps with your web.xml and faces-config.xml. This is all described here: http://myfaces.apache.org/gettingstarted.html. At the bottom of the page is a link to the C

AW: MyFaces and Ajax

2006-09-21 Thread Christoph Lassner
Hi Aneesha, if you want to read about this topic, there's an excellent book! It's called "Pro JSF and AJAX" and is just about how to combine these techniques most effectively! You can have a look at it here: http://www.apress.com/book/bookDisplay.html?bID=10044 . However, I would also recommend to

panelNavigation2 icon and label

2006-09-21 Thread Christoph Lassner
Hello everybody, we're using a panelNavigation2 constructed in a bean. There's a constructor for a NavigationMenuItem with also a String icon option. However, when i set this one, I only get an icon displayed, but not the label anymore. What I want is an icon and a text for every navigation item.

Re: Simple mechanism

2006-09-25 Thread Christoph Lassner
There are lots of login mechanisms, most common Tomcats security realms. If you're using Tomcat, it's nearly only a configuration issue. Regards Chris "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> schrieb am 25.09.2006 15:17:32: > Hello > > Is there a good solution for a login check mechanism? Some p