Re: Question using rendered attribute within fixed rows

2011-08-21 Thread Alf Felis
Hi Volker, many thanks for these detailed explanation :) I'll adjust the loglevel. Regards, Alf Am 21.08.2011 14:45, schrieb Volker Weber: Hi Alf, these warning is caused by the incomplete analysis at this point in the layoutmanager. You can ignore this. In the layout calculation

Re: [Tobago] Problem using tc:tree and request parameters

2010-08-31 Thread Alf Felis
in JIRA: https://issues.apache.org/jira/browse/TOBAGO-905 You may test the current 1.0.x branch or use the nightly build from tomorrow. Regards, Udo Am 25.06.10 09:30, schrieb Alf Felis: Hi Udo, I noticed that the attachments has been removed from my mail. Should I

Re: [Tobago] Problem using tc:tree and request parameters

2010-06-25 Thread Alf Felis
Hi Udo, I noticed that the attachments has been removed from my mail. Should I send them to your email account? Regards, Alf -Ursprüngliche Nachricht- Von: Alf Felis alf.fe...@gmx.de Gesendet: 17.06.2010 13:01:43 An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: [Tobago

Re: [Tobago] Problem using tc:tree and request parameters

2010-06-17 Thread Alf Felis
for each user. You can try to put the tree state in the none scope. Regards, Udo Am 15.06.10 15:51, schrieb Alf Felis: Any idea? Original-Nachricht Datum: Thu, 03 Jun 2010 13:31:44 +0200 Von: Alf Felis[ An: MyFaces Discussion Betreff: [Tobago] Problem using tc:tree and request

Re: [Tobago] Problem using tc:tree and request parameters

2010-06-15 Thread Alf Felis
Any idea? Original-Nachricht Datum: Thu, 03 Jun 2010 13:31:44 +0200 Von: Alf Felis alf.fe...@gmx.de An: MyFaces Discussion users@myfaces.apache.org Betreff: [Tobago] Problem using tc:tree and request parameters Hi all, I have a problem with tc:tree. In my code I expand

[Tobago] Problem using tc:tree and request parameters

2010-06-03 Thread Alf Felis
Hi all, I have a problem with tc:tree. In my code I expand the tree after creation using the TreeState: state.expand(tree, 1); This works fine till I use a request parameter... e.g. http://localhost:8080/Tobago/faces/TobagoTreeTest.jsp?param=123 In this case the first/initial call will show

Re: [Tobago] Using validator in custom tag

2010-03-31 Thread Alf Felis
no '{' in #validator.validate}); Regards Helmut Am 30.03.2010 18:53, schrieb Alf Felis: Hi all, I try to use a validator dependent on a property within a custom tag class. My class extends TagSupport and overwrites the doStartTag() method. In this method I add a validator depending

Re: [Tobago] Using validator in custom tag

2010-03-31 Thread Alf Felis
Hi all, I found a problem with the page reloading. It seems that the page didn't relaod correctly. Now it works :) However... many thanks for your help. Regards, Alf -- GMX DSL: Internet, Telefon und Entertainment für nur 19,99 EUR/mtl.! http://portal.gmx.net/de/go/dsl02

[Tobago] Using validator in custom tag

2010-03-30 Thread Alf Felis
Hi all, I try to use a validator dependent on a property within a custom tag class. My class extends TagSupport and overwrites the doStartTag() method. In this method I add a validator depending on a property (see below). First the property is false and no validator will be added to the

Re: [Tobago] Problem using JSP tags with attributes

2010-03-22 Thread Alf Felis
:17, schrieb Alf Felis: I will try to discribe what I am going to do... For example I will create a sheet (panel, box, etc.) which I can use in different pages. The sheet content should be filled from different beans. Some pages should contain the sheet twice with two different beans

[Tobago] Problem using JSP tags with attributes

2010-03-18 Thread Alf Felis
Hi all, I have a problem using jsp tags with attributes in tobago. Tobago version: 1.0.24-SNAPSHOT Myfaces version: 1.1.6 Tomcat version: 6.0.18 I'm using a tag with the attribute %@ attribute name=dataBean %. If I try to access this attribute inside the tag I get a ParseException. Access:

Re: [Tobago] Problem using JSP tags with attributes

2010-03-18 Thread Alf Felis
Hi again, I tried Tomcat 6.0.26 and now I get another message: org.apache.jasper.JasperException: /WEB-INF/tags/layout/errorTab.tag(6,8) #{${dataBean}.errors} contains invalid expression(s): javax.el.ELException: Error Parsing: #{${dataBean}.errors} I think I made a mistake while accessing

Re: [Tobago] Problem using JSP tags with attributes

2010-03-18 Thread Alf Felis
Hi Udo, sorry... I didn't get your mail :( I will try your solution :) Many thanks!!! Regards, Alf -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01

Re: [Tobago] Problem using JSP tags with attributes

2010-03-18 Thread Alf Felis
Hi Udo, this doesn't work :( If I use #{dataBean.errors} the given bean (passed by attribute!) won't be found. For example: javax.faces.el.PropertyNotFoundException: Base is null: dataBean My beans are initialized with Spring, but I tried to define them in facesContext, too. Both doesn't

Re: [Tobago] Problem using JSP tags with attributes

2010-03-18 Thread Alf Felis
I will try to discribe what I am going to do... For example I will create a sheet (panel, box, etc.) which I can use in different pages. The sheet content should be filled from different beans. Some pages should contain the sheet twice with two different beans containing the data to be

Re: [Tobago] Locale changed when handling exceptions

2010-01-25 Thread Alf Felis
Hi all, my assumption was wrong that the session will be invalidated! But my problem still exist... the locale will be overwritten. Any ideas? Regards, Alf -Ursprüngliche Nachricht- Von: Alf Felis alf.fe...@gmx.de Gesendet: 20.01.10 15:27:27 An: MyFaces Discussion users

[Tobago] Locale changed when handling exceptions

2010-01-20 Thread Alf Felis
Hi all, I have a problem with the locale and the error handling. My application provides the possibility to choose the preferred language. I set the selected locale with the following code FacesContext.getCurrentInstance().getViewRoot().setLocale(selectedLocale); Everything works fine until

Re: [Tobago] Locale changed when handling exceptions

2010-01-20 Thread Alf Felis
Hi again :) I noticed, that apparently the whole session will be invalidated, because some other attributes will be lost, too. Is there any parameter or something else to disable this behaviour? Regards, Alf - original Nachricht Betreff: [Tobago] Locale changed when handling

Re: [Tobago] Script error - tx:date

2009-12-18 Thread Alf Felis
you test the latest nighly build of 1.0.24. The continuum server has not updated the nightly build automatically. Regards Bernd 2009/12/11 Alf Felis alf.fe...@gmx.de: Uups, wrong header... my fault :) The question again

[Tobago] Script error - tx:date

2009-12-11 Thread Alf Felis
Hi all, any hints? I figured out that IE7 has a problem too, but IE8 seems to have no problem with the datepicker. Best regards Alf -- Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.! http://portal.gmx.net/de/go/dsl02

Re: [Tobago] Script error - tx:date

2009-12-11 Thread Alf Felis
Uups, wrong header... my fault :) The question again: -- Hi all, I noticed an error using tx:date with IE 6.0 (FF works fine) in Version myfaces-tobago-1.0.24-SNAPSHOT-dist.zip (from today). I figured out that IE7 has a problem too, but IE8

[Tobago] Script error - tx:date

2009-11-20 Thread Alf Felis
Hi all, I noticed an error using tx:date with IE 6.0 (FF works fine) in Version myfaces-tobago-1.0.24-SNAPSHOT-dist.zip (from today). Using this testpage - %@ taglib uri=http://myfaces.apache.org/tobago/component; prefix=tc% %@ taglib

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-11 Thread Alf Felis
Hi all, I tested the fix (myfaces-tobago-1.0.24-SNAPSHOT-dist.zip) and it works perfectly :) Many Thanks!!! Regards Alf -Ursprüngliche Nachricht- Von: Bernd Bohmann bernd.bohm...@googlemail.com Gesendet: 11.09.09 11:40:28 An: MyFaces Discussion users@myfaces.apache.org

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-10 Thread Alf Felis
, can you try if it works when you put a tc:in somewhere outside the sheet and only tc:out in the column? I have no IE to test this myself. Regards, Volker 2009/9/9 Alf Felis alf.fe...@gmx.de: Hello, I found the problem :) If I change the column content from tc:out

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-10 Thread Alf Felis
Hi Marcus, I'm not sure if this is the problem. Maybe I'm wrong, but I noticed that IE sends two requests to the server if I start paging... FF only sends one request. See below. The problem is not, that submitting the page doesn't post the parameter at all. Or I have misunderstood the IE bug

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-09 Thread Alf Felis
Hello Bernd, thanks for your fast reply :) Yes, I tried the demo and it works in my IE... but I don't know why?!? My simple example still doesn't work :( I saw that many attributes are used in the demo... I will try to find out which attribute is required to work for my IE. If someone has an

Re: [Tobago] Error using paging (tc:sheet) in IE

2009-09-09 Thread Alf Felis
, the paging works fine. Possibly a bug? I will update the bug entry in JIRA. Regards Alf -Ursprüngliche Nachricht- Von: Alf Felis alf.fe...@gmx.de Gesendet: 09.09.09 09:47:09 An: MyFaces Discussion users@myfaces.apache.org Betreff: Re: [Tobago] Error using paging (tc:sheet) in IE

[Tobago] Error using paging (tc:sheet) in IE

2009-09-08 Thread Alf Felis
Hello, I'm new to Tobago and I have a problem with sheet paging in IE (FF works!). I think its a bug... possibly its my fault (IE settings?). Tabago Version: 1.0.22 MyFaces: 1.1.6 IE Version: 6 When I type a row number to jump to and press enter, I notice, that the server gets multiple