custom converter and BooleanCheckbox doens´t work together

2007-07-18 Thread David Steinkopff
Hello, I try to set up a custom converter for a BooleanCheckbox, because I need custom boolean values in my bean. public class BooleanConverter implements Converter { public BooleanConverter() {} public Object getAsObject(FacesContext facesContext, UIComponent uIComponent, String

Re: [tobago] Is it posiible to use Tobago on the RI JSF impl?

2007-07-11 Thread David Steinkopff
Hi Zied, I make the experience that after porting to JSF 1.2 RI tc:sheet make optical bugs (search in the mailing list for screenshot). Also duplicated IDs happen, but I see that effect also by MyFaces and JSF 1.1 RI and I´m doesn't sure if that a JSF or Tobago bug. If you switch from the

Re: [Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-28 Thread David Steinkopff
5.5 and facelets. http://blog.exadel.com/?p=23 Regards Bernd David Steinkopff wrote: Hi Matthias, in simple words, I need a tomcat 6 or another server that understand JEE5. correct? regards David 2007/6/27, Matthias Wessendorf [EMAIL PROTECTED]: Hi javax/servlet/jsp/tagext

[Tobago] sheet layout problem and RunTimeException

2007-06-28 Thread David Steinkopff
Hi, I have a problem with the sheet tag. It show the first row duplicated out of the sheet space, see screenshot. I think the problem is based in the connection Tobago - JSF 1.2_04-p02 RI, this optical bug isn´t displayed with MyFaces 1.1.5 or JSF RI 1.1_02 that was the simple problem...

Re: [Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-27 Thread David Steinkopff
a list of the content of WEB-INF/lib, please. Regards Bernd David Steinkopff wrote: Hi, actual I test the immigration from JSF 1.1 to JSF 1.2. It seems that tc:attribute name=renderedPartially value=pageid:panelid/ make trouble, I tested two tobago views, one with ajax, the other without

Re: [Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-27 Thread David Steinkopff
-1.1.0.jar I am sure is old as well On 6/27/07, David Steinkopff [EMAIL PROTECTED] wrote: hi bernd, commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar commons-el-1.0.jar commons-fileupload-1.1.1.jar commons-io-1.2.jar commons-lang-2.1.jar

[Tobago] renderedPartially make trouble in JSF 1.2 RI

2007-06-26 Thread David Steinkopff
Hi, actual I test the immigration from JSF 1.1 to JSF 1.2. It seems that tc:attribute name=renderedPartially value=pageid:panelid/ make trouble, I tested two tobago views, one with ajax, the other without ajax. The page without ajax rendered, the page with ajax make an exception in tomcat.

Re: [tobago]

2007-06-21 Thread David Steinkopff
Hi Zied, generell JSF 1.1 and JSTL doesn´t work so fine together. http://wiki.java.net/bin/view/Projects/JavaServerFacesSpecFaq#11coreTags tc:selectItems required as var value a java.util.list with org.apache.myfaces.tobago.model.SelectItem public ListSelectItem getSelectItems() {

Re: [tobago]

2007-06-21 Thread David Steinkopff
Hamdi 2007/6/21, David Steinkopff [EMAIL PROTECTED]: Hi Zied, generell JSF 1.1 and JSTL doesn´t work so fine together. http://wiki.java.net/bin/view/Projects/JavaServerFacesSpecFaq#11coreTags tc:selectItems required as var value a java.util.list

[Tobago] sortActionListener never be called

2007-06-21 Thread David Steinkopff
Hi, I implement an actionlistenermethod and add this to the sortActionListener attribute of tc:sheet. I mark some column as sortable and clicked the column header, the actionlistener never be called. The same listener as actionlistener of a button be called. No idea why this happen, I oriented

[Tobago] NullPointerException

2007-06-20 Thread David Steinkopff
Hi I get a NullPointerException in the tobago framework java.lang.NullPointerException at org.apache.myfaces.tobago.context.ResourceManagerUtil.addContextPath(ResourceManagerUtil.java:82) at

Re: [Tobago] NullPointerException

2007-06-20 Thread David Steinkopff
Hello, problem found in a invalid value of style in tc:style regards David 2007/6/20, David Steinkopff [EMAIL PROTECTED]: Hi I get a NullPointerException in the tobago framework java.lang.NullPointerException at org.apache.myfaces.tobago.context.ResourceManagerUtil.addContextPath

Re: [Tobago] NullPointerException

2007-06-20 Thread David Steinkopff
/6/20, David Steinkopff [EMAIL PROTECTED]: Hello, problem found in a invalid value of style in tc:style regards David 2007/6/20, David Steinkopff [EMAIL PROTECTED] : Hi I get a NullPointerException in the tobago framework java.lang.NullPointerException

[Tobago] how to set text-align in label

2007-06-19 Thread David Steinkopff
Hi, I like to set the label text closer to the input fields. I try it with a separate CSS file with .tobago-label-default { text-align:right; } and include it with tc:style, but this haven't any effect. Have anyone an idea? regards David

Re: [Tobago] ajax and navigation rules

2007-06-18 Thread David Steinkopff
Hello, any idea how could solve this problem? this problem is troublesome actual. regards David 2007/6/13, David Steinkopff [EMAIL PROTECTED]: Hello Volker, actual it doesnt work in my program really fine. I wright a test action and connect that. first click, reload the panel. second click

[Tobago] textarea with scrollbars?

2007-06-14 Thread David Steinkopff
Hi, its possible to enable scrollbars in the textarea component? regards David

Re: [Tobago] textarea with scrollbars?

2007-06-14 Thread David Steinkopff
OK, I make a mistake with fixed rowsize. 2007/6/14, David Steinkopff [EMAIL PROTECTED]: Hi, its possible to enable scrollbars in the textarea component? regards David

Re: [Tobago] ajax and navigation rules

2007-06-13 Thread David Steinkopff
tc:attribute name=renderedPartially value=akdb:panelid/ /tc:button 2007/6/12, Volker Weber [EMAIL PROTECTED]: Hi David, yes, since 1.0.11. if the action method returns a outcome != null a full page reload is done. Regards, Volker 2007/6/12, David Steinkopff [EMAIL

Re: [Tobago] Using tc:command with client side JavaScript

2007-06-13 Thread David Steinkopff
Hi Dieter, maybe its the problem in f:facet name=change, please try f:facet name=click regards David 2007/6/13, Melnizky Dieter [EMAIL PROTECTED]: I want to toggle the disabled attribute of input fields, depending on the selected value of a tc:selectBooleanCheckbox. The idea is to add a

[Tobago] ajax and navigation rules

2007-06-12 Thread David Steinkopff
Hi, its possible to start a page change with navigationcase within a ajax request? regards David

Re: Leveraging other JSF open source libraries in MyFaces with new contribution projects?

2007-06-11 Thread David Steinkopff
Wessendorf [EMAIL PROTECTED]: where did u read it ? On 6/11/07, David Steinkopff [EMAIL PROTECTED] wrote: I read LGPLv3/GPLv3 will be compatible with Apache License 2.0. Its in that case possible to include dependencies to LGPLv3 code? regards David 2007/6/10, Martin Marinschek [EMAIL

Re: Leveraging other JSF open source libraries in MyFaces with new contribution projects?

2007-06-11 Thread David Steinkopff
;-) -M On 6/11/07, David Steinkopff [EMAIL PROTECTED] wrote: http://www.zdnet.com.au/news/software/soa/GPL-likely-to-regain-Apache-compatibility/0,130061733,339276229,00.htm (english) http://radar.oreilly.com/archives/2007/04/gplv3_apache_li.html (english) http://www.heise.de/open/news

Re: How to email a JSF page?

2007-06-11 Thread David Steinkopff
Hi Dave, if you need only the rendered page you can use an InputStream over HTTP. an example new URL(localhost:8080/page.jsf).openStream() return an InputStream object. regards David 2007/6/11, Dave [EMAIL PROTECTED]: Hi, I am using JSF on JBoss. Recently I got a requirement to email a

Re: Leveraging other JSF open source libraries in MyFaces with new contribution projects?

2007-06-10 Thread David Steinkopff
I read LGPLv3/GPLv3 will be compatible with Apache License 2.0. Its in that case possible to include dependencies to LGPLv3 code? regards David 2007/6/10, Martin Marinschek [EMAIL PROTECTED]: No, we cannot include source/binary-dependencies to LGPL code - sorry. regards, Martin On 6/6/07,

[Tobago] StateChangeListener doesn't work

2007-06-04 Thread David Steinkopff
Hi I register an object with the method public void stateChangeListener(SheetStateChangeEvent e) over EL #{controller.binding['sheet1'].stateChangeListener} I set a break point in this method and change the selected line and press a button without any action method or change a tab in

Re: What change with JSF 1.1 to JSF 1.2?

2007-05-31 Thread David Steinkopff
From: David Steinkopff [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 30, 2007 11:04 AM To: MyFaces Discussion Subject: Re: What change with JSF 1.1 to JSF 1.2? Hi Martin, current is my PropertyResolver a decorator of the PropertyResolverImpl from MyFaces. Would it neccessary to wright a new

Re: What change with JSF 1.1 to JSF 1.2?

2007-05-31 Thread David Steinkopff
(== not decorating). And then you just add your ELResolver to the list... regards Alexander -- *From:* David Steinkopff [mailto:[EMAIL PROTECTED] *Sent:* Thursday, May 31, 2007 9:00 AM *To:* MyFaces Discussion *Subject:* Re: What change with JSF 1.1 to JSF 1.2? Hi, I dont need all

What change with JSF 1.1 to JSF 1.2?

2007-05-30 Thread David Steinkopff
Hello, I ´m reading interested in this mailing list and I see that JSF 1.2implementation from MyFaces is coming soon. Now I ask me the question, what changes must I attend if I immigrate a JSF 1.1 application with own PropertyResolver and PhaseListener? regards David

Re: What change with JSF 1.1 to JSF 1.2?

2007-05-30 Thread David Steinkopff
PROTECTED]: It _should_ work out of the box - everything else would be a bug. Also the property-resolver should work, it would be integrated into the el-resolver-chain... regards, Martin On 5/30/07, David Steinkopff [EMAIL PROTECTED] wrote: Hello, I ´m reading interested in this mailing

[Tobago] AJAX with tx:in?

2007-05-16 Thread David Steinkopff
Hello, Can I use tx:in for a renderedPartially attribute? Because tx:in a short syntax for tc:panel f:facet name=layout tc:gridLayout columns=fixed;*/ /f:facet tc:label value=#{label} for=auto/ tc:in value=#{value} . /tc:in /tc:panel I know that tobago allow only panel for ajax reloading

[Tobago] validator error message as tooltip?

2007-05-03 Thread David Steinkopff
Hi, it´s possible to add the validator error message in the label componenten as tooltip in tx:in? regards David

Re: [Tobago] validator error message as tooltip?

2007-05-03 Thread David Steinkopff
provide a speaking id, it becomes somewhat readable. Is this sufficient? Regards, Arvid David Steinkopff wrote: Hi, it´s possible to add the validator error message in the label componenten as tooltip in tx:in? regards David inline: moz-screenshot-1.jpgattachment: falsemessage.png

Re: [Tobago] Replacement for c:forEach?

2007-05-02 Thread David Steinkopff
Hello Helmut, I have the same question. Maybe its a anticipated of JSF 1.2, see http://wiki.java.net/bin/view/Projects/JavaServerFacesSpecFaq#12coreTags Facelets ui:repeat its only rudimentarily supported as replacement of c:forEach. Trinidad tags doesn´t supported in Tobago, one renderkit

Re: setup tobago with facelets

2007-04-28 Thread David Steinkopff
Hello Torsten, source code examples can you find under http://svn.apache.org/repos/asf/myfaces/tobago/trunk/example/facelets/ also you can look at the german tutorial in iX Special 01/2007 or iX 06/2006 regards david --german version-- Hallo Torsten, Quellcodebeispiele findest du unter

Re: [Tobago] how I can set the tabindex attribute

2007-04-25 Thread David Steinkopff
the tabindex. Please add a feature request. http://myfaces.apache.org/tobago/issue-tracking.html It's not possible to use one gridlayout? Regards Bernd David Steinkopff wrote: Hi, I have different gridlayouts into a other gridlayout. now it the displayed layout sequence different to the sequence

[Tobago] how I can set the tabindex attribute

2007-04-24 Thread David Steinkopff
Hi, I have different gridlayouts into a other gridlayout. now it the displayed layout sequence different to the sequence in the source code. now I would like to set tabindex to correct this different, it this possible? regards david

JTidy servlet integration

2007-04-23 Thread David Steinkopff
Hi, read at http://wiki.apache.org/myfaces/FAQ that it is possible to integrate jtidy in a jsf application. but I couldnt find an example how modify my web.xml to setup the jtidy servlet that my myfaces+facelets output be filtered all non-valid tags and attributs to xhtml 1.0. I hope anyone

Re: [ Tobago ] problem with component binding

2007-04-12 Thread David Steinkopff
with binding support. Regards Bernd David Steinkopff wrote: Hi, thanks for explain. yes I use facelets. I think the idea of facelets is a great one. non jsp code and clear xml code. https://facelets.dev.java.net/nonav/docs/dev/docbook.html#intro a other question, who is the maintainer

Re: [ Tobago ] problem with component binding

2007-04-11 Thread David Steinkopff
is the init sequence by jsf so that the application frist set component bindings? really interesting, in that case thanks for the hint. 2007/4/10, Kito D. Mann [EMAIL PROTECTED]: From: David Steinkopff [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 10, 2007 10:06 AM To: MyFaces Discussion

Re: [ Tobago ] problem with component binding

2007-04-11 Thread David Steinkopff
. Are you using jsp or faclets? I never used faclets, and don't know how the tx tags are created there, in jsp this should work. Regards, Volker 2007/4/11, David Steinkopff [EMAIL PROTECTED]: is the init sequence by jsf so that the application frist set component bindings? really interesting

[ Tobago ] problem with component binding

2007-04-10 Thread David Steinkopff
Hi, I have a problem with component binding. It seems that tx:in doesnt work with UIInput. And a other question, it´s normally that text and id that set in the component, doesn´t display in the html source code? regards david

Re: [ Tobago ] problem with component binding

2007-04-10 Thread David Steinkopff
=tobago-in-default Same example with tx:in binding=#{bean.textfield} / doesn´t display the text value. regards david 2007/4/10, Volker Weber [EMAIL PROTECTED]: Hi David, 2007/4/10, David Steinkopff [EMAIL PROTECTED]: Hi, I have a problem with component binding. It seems that tx:in

[ Tobago ] attribute renderedPartially doesnt store data in a Map

2007-04-04 Thread David Steinkopff
Hi, I have a problem with the following combine tags. tx:in value=#{search.searchset['KU']} f:facet name=change tc:command tc:attribute name=renderedPartially value=pageid:panelid/ /tc:command /f:facet /tx:in I debug tomcat at the

Re: [ Tobago ] attribute renderedPartially doesnt store data in a Map

2007-04-04 Thread David Steinkopff
. Regards David 2007/4/4, Volker Weber [EMAIL PROTECTED]: Hi David, the value should only updated if the tx:in is inside the updated area. If this is the case please post a minimal example (not only partial) to reproduce this, which tobago version? Regards, Volker 2007/4/4, David Steinkopff

Re: [Tobago] jsp:forward in Tobago pages

2007-04-02 Thread David Steinkopff
Hi Madan, my hint for you faces-config.xml - navigation rules Regards David 2007/3/31, madan chowdary [EMAIL PROTECTED]: Hi All, Is there any way to do such kind of thing...? Madan - Original Message From: madan chowdary [EMAIL PROTECTED] To: MyFaces Discussion

Re: [Tobago] jsp:forward in Tobago pages

2007-04-02 Thread David Steinkopff
=#{!shoppingCart.cartContainsItems} f:verbatim jsp:forward page=%=request.getContextPath()%/jsp/checkout.faces/ /f:verbatim /tc:panel Madan - Original Message From: David Steinkopff [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Monday, 2

Re: [Tobago] how I can speed up popup?

2007-03-30 Thread David Steinkopff
fixed this yesterday, so the todays nightly should work. Regards, Volker 2007/3/29, David Steinkopff [EMAIL PROTECTED]: Maybe it doesnt work so fine. popup open and close is fine, but if I press my send-button the value from the selectone component doesnt store in the bean. this effect I

Re: [Tobago] how I can speed up popup?

2007-03-30 Thread David Steinkopff
/3/30, David Steinkopff [EMAIL PROTECTED]: Tobago 1.0.10 MyFaces 1.1.5 Facelets 1.1.11 Tomcat 5.5.17 Netbeans 5.5 the problem is, in a stripped example ajax works, but if I put this code in the complete gui the value doesnt works. I used the firebug extension from firefox and watch the reload

Re: [Tobago] how I can speed up popup?

2007-03-30 Thread David Steinkopff
a clinetside javascript log console by configuring a additional language in your client: to-ba-go. Than you can type javascript:LOG.show(); in the address fiels to open the console. Regards, Volker 2007/3/30, David Steinkopff [EMAIL PROTECTED]: Tobago 1.0.10 MyFaces 1.1.5 Facelets 1.1.11 Tomcat 5.5.17

Re: [Tobago] how I can speed up popup?

2007-03-29 Thread David Steinkopff
=popupClose value=afterSubmit/ /tc:button the button with only popupClose works, but I have a complete loading page :-( david 2007/3/28, David Steinkopff [EMAIL PROTECTED]: Thanks for the reference where I find the answer in the demo. Now its work fine in my application. david 2007/3/27, Volker

Re: [Tobago] how I can speed up popup?

2007-03-28 Thread David Steinkopff
from a command which is not parent of the popup(used in the toolbar example). Regards, Volker [1] lifedemo: http://tobago.atanion.net/tobago-example-demo/ sources: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/ 2007/3/27, David Steinkopff [EMAIL PROTECTED]: hello, I

[Tobago] how I can speed up popup?

2007-03-27 Thread David Steinkopff
hello, I have a complex gui build up with tobago. I used renderedPartially attribute to speed up the main window. now I build some popup as separate window and every time I open a popup the complete page go reloading. my question: how I can use renderedPartially with popup and popup reference

[Tobago] how I can set focus after renderedPartially

2007-03-19 Thread David Steinkopff
Hi, I have 4 input field, first and second to set 2 numbers in the session bean, third and fourth to display the calculation about 2 numbers. Around this 4 fields is a panel with ID. I used this ID to declare the area for renderedPartially. I define the input fields so that I can make my input

[Tobago] Facelets ui:repeat doesnt work

2007-03-09 Thread David Steinkopff
I used Tobago 1.0.11 with Facelets 1.1.11 and MyFaces 1.1.5 -- face.xhtml --- f:view xmlns:f=http://java.sun.com/jsf/core; xmlns:ui=http://java.sun.com/jsf/facelets; xmlns:tc=http://myfaces.apache.org/tobago/component;