Developing custom component based on HtmlPopup

2006-10-20 Thread innflow-guenther
Hello, I want to develop a component based on HtmlPopup. As a starter I just copied&pasted the HtmlPopup component code in my own component (later on I will try with just extending HtmlPopup if that is possible). But I receive "expected custom component class in package org.apache.myfaces.cu

Re: MyFaces dialog framework

2006-10-19 Thread innflow-guenther
Probably there will be an issue with SSL? The popup "Mixing of secure and insecure content" might show up then. E.g. I got this IE message with the old t:popup (fixed now) and get it with the current s:modalDialog. Regards René On Wed, 18 Oct 2006 09:10:41 -0600 "Andrew Robinson" <[EMAIL PR

Re: Combine Hibernate and JSF, but how?

2006-10-12 Thread innflow-guenther
www.appfuse.org is very helpfull for if you want to use or get information on spring, hibernate and jsf. Regards René On Thu, 12 Oct 2006 14:14:10 +0200 "Mosimann Matthias" <[EMAIL PROTECTED]> wrote: Hi everyone I'm wonder if it is neccesary to use Spring Framework to combine Hibernate and

i8n of text displayed by datascroller

2006-09-11 Thread innflow-guenther
Hello, the datascroller outputs by default sth like: "5 entries found, displaying..." To show the information in another language I ve probably to edit my message bundle. What are the keys for the texts used by the datascroller? Regards René

Re: Popup Tag with SSL

2006-08-22 Thread innflow-guenther
Hello Gilles, thanks a lot. I thought I searched the list for messages concerning this issue before posting. Regards René On Tue, 22 Aug 2006 10:23:04 +0200 "Gilles DEMARTY" <[EMAIL PROTECTED]> wrote: hello rené, there is already a ticket open concerning this issue : TOMAHAWK-402 : http:/

Popup Tag with SSL

2006-08-22 Thread innflow-guenther
Hello, I am using MyFaces 1.1.3 with the popup tag. SSL is activated for the whole web application. Wheneve I move over the -tag generated by the popup renderer the Internet Explorer comes up with an security warning that the page contains insecure elements. IE is asking whether to show thos

dataTable and inputText

2006-07-27 Thread innflow-guenther
Hello, I am using MyFaces 1.0.9 with x:dataTable. Within this tag I got an inputText tag with some value. When scrolling to the next page I get exact the same value at the same position. Eg. 10 entries for each page. Entry 3 has the value 'XYZ' in the inputText field, when scrolling the valu