Re: MyFaces 1.2.0 on Resin 3.1.2

2007-09-20 Thread Boris Kovalenko
wrote: On 9/14/07, Boris Kovalenko [EMAIL PROTECTED] wrote: Resin 3.1 is development release and not fully comply to JSP 2.5 for the time present. Where did you find that? I just looked at Caucho's site and they list themselves as supporting Servlet 2.5? And they never mention that it's

Re: MyFaces 1.2.0 on Resin 3.1.2

2007-09-17 Thread Boris Kovalenko
Hello! I think Tomcat is. mraible wrote: I don't think anyone is compatible with JSP 2.5 are they? ;-) Matt Boris Kovalenko wrote: Resin 3.1 is development release and not fully comply to JSP 2.5 for the time present. I'm getting the following error when trying to run MyFaces 1.2.0

Re: MyFaces 1.2.0 on Resin 3.1.2

2007-09-14 Thread Boris Kovalenko
Resin 3.1 is development release and not fully comply to JSP 2.5 for the time present. I'm getting the following error when trying to run MyFaces 1.2.0 on Resin 3.1.2. Any ideas? @400046e9bb65051988cc [17:36:10.302] Loading .tld files from global classpath @400046e9bb670c2104c4

Re: [Tobago] validator error message as tooltip?

2007-05-03 Thread Boris Kovalenko
Hello! What about NLS? May id be in NL (Russian for example)? Hello, If you press 'Submit' on the demo: http://tobago.atanion.net/tobago-example-demo/faces/overview/validation.jsp you get: The error message is displayed as a tooltip for the red framed input box. If you provide a speaking

Re: [Tobago] tx:in doesn't renders id?

2007-04-13 Thread Boris Kovalenko
Hello! I use facelets 1.1.12, Tobago 1.0.10 Hi Boris, do you use jsp or faclets? If jsp which version of tobago? In jsp the generated input .../ should be the same in tc and tx. Regards, Volker 2007/4/13, Boris Kovalenko [EMAIL PROTECTED]: Hello! When I use tc:in id

Stranges with validation

2007-04-13 Thread Boris Kovalenko
Hello! In this page I get validation error (userPassword is required) even if #{maSearchForm.account.new} is true. What am I doing wrong again? ui:composition template=template.xhtml xmlns:f=http://java.sun.com/jsf/core; xmlns:ui=http://java.sun.com/jsf/facelets;

Re: Stranges with validation

2007-04-13 Thread Boris Kovalenko
Hello! Forgot to add - #{maSearchForm.account.new} is return (dn == null || dn.length() == 0); Hello! In this page I get validation error (userPassword is required) even if #{maSearchForm.account.new} is true. What am I doing wrong again? ui:composition template=template.xhtml

Re: [Tobago] tx:in doesn't renders id?

2007-04-13 Thread Boris Kovalenko
Hello! Yes... this helps.. Thank You, Volker... Hi, i don't know how the tx tags works in faclets, maybe this thread helps: http://www.nabble.com/--Tobago---problem-with-component-binding-tf3552563.html Regards, Volker 2007/4/13, Boris Kovalenko [EMAIL PROTECTED]: Hello! I use

Re: Stranges with validation

2007-04-13 Thread Boris Kovalenko
colums=fixed;1*/ /f:facet tc:label value=Идентификатор for=@auto/ tc:in ... / tc:panel If this works it IS a tx-faclets problem. Regards, Volker 2007/4/13, Boris Kovalenko [EMAIL PROTECTED]: Hello! In this page I get validation error (userPassword is required) even

Re: Stranges with validation

2007-04-13 Thread Boris Kovalenko
Hello! I found, the problem is again bean scope related. Hmmm IMHO we really need the preserveDataModel feature. With respect, Boris

Re: Stranges with validation

2007-04-13 Thread Boris Kovalenko
/4/13, Boris Kovalenko [EMAIL PROTECTED]: Hello! I found, the problem is again bean scope related. Hmmm IMHO we really need the preserveDataModel feature. With respect, Boris With respect, Boris

Re: Stranges with validation

2007-04-13 Thread Boris Kovalenko
Hello! In previous message was the like should be was the link With respect, Boris

[Tobago] tx:in doesn't renders id?

2007-04-12 Thread Boris Kovalenko
Hello! When I use tc:in id='...'/ the element rendered with proper id=page:name. When I use this with tx:in, the id is generated randomly. Is this bug? Documentation said nothing about this feature. With respect, Boris

Re: [Tobago] 1.0.10 tc:link problems

2007-04-11 Thread Boris Kovalenko
Hello! I'm fully frustrated... Does anybody used request scope bean and tc:sheet with tc:link (or tc:button) for current row selection? May I see working example? Where tc:sheet is populated based on the value of one of the form fields? I can't get it working with Tobago It seems like

Re: [Tobago] 1.0.10 tc:link problems

2007-04-11 Thread Boris Kovalenko
preserveDataModel does. The binding has nothing to do with this. Regards, Volker 2007/4/11, Boris Kovalenko [EMAIL PROTECTED]: Hello! I'm fully frustrated... Does anybody used request scope bean and tc:sheet with tc:link (or tc:button) for current row selection? May I see working example? Where

Re: [Tobago] 1.0.10 tc:link problems

2007-04-11 Thread Boris Kovalenko
. P.S. Is there not only demo application with Tobago, but working project? With forms, sheets, etc..? You can add a feature request for soomething like preserveDataModel. Why don't use session scope controller instance like in the examples? 2007/4/11, Boris Kovalenko [EMAIL PROTECTED]: Hello

Re: [Tobago] 1.0.10 tc:link problems

2007-04-10 Thread Boris Kovalenko
to debug to ensure InvokeApplicationPhase is executed. Regards, Volker 2007/4/10, Boris Kovalenko [EMAIL PROTECTED]: Hello! What's wrong with this code? When clicking on tc:link no action invoked and actionListener method not called also. tc:sheet id=sheet value

Re: [Tobago] 1.0.10 tc:link problems

2007-04-10 Thread Boris Kovalenko
Hello! Oops, I forgot to set loglevel to debug. Here is new output. First is when I pressed search button and sheet is populated with data. And the second when I pressed tc:link. DEBUG http-8180-2 org.apache.myfaces.tobago.util.DebugPhaseListener - Before Phase :RESTORE_VIEW(1)

Re: [Tobago] 1.0.10 tc:link problems

2007-04-10 Thread Boris Kovalenko
Hello! More investigation again. If found that the problem is sheet state related, as with standard JSF table. My bean is request scope, so ListMailAccounts isn't stored anywhere and is empty on APPLY_REQUEST_VALUES, this is the root of problems, IMHO. In standard JSF there is a binding

Re: [Tobago] Popups again

2007-04-09 Thread Boris Kovalenko
Hello! I tried to migrate to Tomcat 6.0.10. The demo application works fine, and popups too. My application still fails :( So, the only difference I see is that my application uses Facelets, but at home this application (_exactly!! with same configs, libs etc...) works fine. What am I

Re: [Tobago] Popups again

2007-04-09 Thread Boris Kovalenko
Hello! More investigation on my problem. Popup does not work if #{maSearchForm.mailAccounts} is populated in #{maSearchForm.searchMA}. If I populate sheet with some predefined value popup works as expected. Is this popup bug or my error? First view is /pages/search_ma.jsf. Function

[Tobago] 1.0.10 tc:link problems

2007-04-09 Thread Boris Kovalenko
Hello! What's wrong with this code? When clicking on tc:link no action invoked and actionListener method not called also. tc:sheet id=sheet value=#{maSearchForm.mailAccounts} var=row state=#{maSearchForm.sheetState} selectable=none

[Tobago] Popups again

2007-04-08 Thread Boris Kovalenko
Hello! I've created a simple example based on Volker's example. At home all is ok, popup is working. Container is Resin 3.1, JDK 1.5 , browser Firefox 2.0 IE6 on Windows XP. At work container is Resin 3.1 too, JDK 1.5 running on FreeBSD 6.2, Firefox 2.0. Popups do not work. Even if I

Re: [Tobago] Popups again

2007-04-08 Thread Boris Kovalenko
Hello! I used JS debugger and found errors: Exception ``ReferenceError: ActiveXObject is not defined'' thrown from function anonymous() in http://boris.nikom.ru:8080/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/prototype.js

[Tobago] Rendered troubles

2007-04-06 Thread Boris Kovalenko
Hello! I use the next code (I dropped here some componets like f:facet to shorter message) tc:panel tc:gridLayout rows=fixed;20px;1*/ tc:box/ tc:cell/ tc:sheet rendered=#{!empty maSearchForm.mailAccounts}/ tc:cell rendered=#{empty maSearchForm.mailAccounts}/

[Tobago] More popup example

2007-04-06 Thread Boris Kovalenko
Hello! How to use tc:popup? I looked into sheet example but can't understand how to implement with my code. What I wan to do: I have a sheet where rows are displayed. Each row has a column with tc:button. I want when user press the button the popup open with edit form. Thanks in advance.

[Tobago] More popup example

2007-04-06 Thread Boris Kovalenko
Hello! How to use tc:popup? I looked into sheet example but can't understand how to implement with my code. What I wan to do: I have a sheet where rows are displayed. Each row has a column with tc:button. I want when user press the button the popup open with edit form. Thanks in advance.

Re: [Tobago] More popup example

2007-04-06 Thread Boris Kovalenko
Hello! Thank You, Volker. Now it is more clear! Volker Weber wrote: Hi Boris, just commited an example for popups inside sheet: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/demo/src/main/webapp/reference/popupSheet.jsp?view=markup

[Tobago] Aligment within tc:cell

2007-03-27 Thread Boris Kovalenko
Hello! Is there a way to specify how text should be aligned within tc:cell? I found no solution :( With respect, Boris

Tobago, how to do aligment?

2007-03-22 Thread Boris Kovalenko
Hello! How to do aligments with Tobago? With attached peace of code the tc:box is rendered in center of cell, but I want it be top aligned. Is this possible? Am I using layout wrong way? f:view xmlns:f=http://java.sun.com/jsf/core; xmlns:ui=http://java.sun.com/jsf/facelets;

Re: Tobago, how to do aligment?

2007-03-22 Thread Boris Kovalenko
Hello! Thank You all for the quick answers! But why to not implement valign/halign attributes? What to do if I want to rightbottom align my box? Or am I still misunderstanding something? With respect, Boris

Re: Tobago, how to do aligment?

2007-03-22 Thread Boris Kovalenko
Regards, Volker just put some empty panels 2007/3/22, Boris Kovalenko [EMAIL PROTECTED]: Hello! Thank You all for the quick answers! But why to not implement valign/halign attributes? What to do if I want to rightbottom align my box? Or am I still misunderstanding something? With respect

Re: Tobago 1.0.10 Resin 3.1.0

2007-03-21 Thread Boris Kovalenko
not a tobago exception. Can you add the context-listener as suggested in the exception, please. Regards Bernd Boris Kovalenko wrote: Hello! It this possible to run tobago 1.0.10 with Resin 3.1.0? I can not :( with next exception: [10:31:20.599] Caused by: java.lang.IllegalStateException

Tobago 1.0.10 Resin 3.1.0

2007-03-20 Thread Boris Kovalenko
Hello! It this possible to run tobago 1.0.10 with Resin 3.1.0? I can not :( with next exception: [10:31:20.599] Caused by: java.lang.IllegalStateException: No Factories configured for this Application. This happens if the faces-initialization does not work at all - make sure that you

Sandbox Facelets (please help, I need subForm functionality)

2006-07-28 Thread Boris Kovalenko
Hello! Using sandbox-1.1.5 with core-1.1.4 (or 1.1.5) and facelets 1.1.11 I have exception: java.lang.NoSuchMethodError:

please explain

2006-07-26 Thread Boris Kovalenko
the delete_row, Bean::getTableList is calling and Bean::id is null :(, but in resulted HTML it has the right value. What is my misunderstanding in JSF states? P.S. Facelets 1.1.11, 1.1.4-core, 1.1.3-tomahawk With respect, Boris Kovalenko

Re: What does this error mean?

2006-07-24 Thread Boris Kovalenko
Hello! Thanks, Bill! You are absolutely right! P.S. Dear developers, can You look at f:convertNumber for BigDecimal improvements? Bill Schneider wrote: Hello! What does this error mean: /pages/admin/references/services/edit.xhtml @72,0 value=#{serviceform.periodicService.price}:

What does this error mean?

2006-07-23 Thread Boris Kovalenko
Hello! What does this error mean: /pages/admin/references/services/edit.xhtml @72,0 value=#{serviceform.periodicService.price}: Exception setting property price of base with class ru.tagnet.beans.references.services.PeriodicService It ocurred what I use f:convertNumber

Am I crazy? (or converters problems)

2006-07-22 Thread Boris Kovalenko
Hello! myfaces-core-1.1.4-snap, tomahawk 1.3, facelets 1.1.11. I'm getting troubles with this code (see below). When I pressing save button I get conversation error messages, javax.faces.component.UIInput.CONVERSION for t:inputText and javax.faces.component.UISelectOne.INVALID for

Re: Am I crazy? (or converters problems)

2006-07-22 Thread Boris Kovalenko
Hello! What's the mystic! Tried differed versions of MyFaces Facelets... same result... seemed like I'm really crazy and can't see something significant. Help me please! With respect, Boris

Re: Am I crazy? (or converters problems)

2006-07-22 Thread Boris Kovalenko
Hello! I found the problem, that was my misunderstanding how t:saveState works... Boris Kovalenko wrote: Hello! What's the mystic! Tried differed versions of MyFaces Facelets... same result... seemed like I'm really crazy and can't see something significant. Help me please

Re: No Javascript again???

2006-03-10 Thread Boris Kovalenko
which forwards to test.jsf, leaving the location as (http://server/) even though test.jsp is displayed. My problems happen in the second case. Boris Kovalenko wrote: Joey Geiger wrote: Hello! It's very simple %@ page contentType=text/html;charset=UTF-8 language=java% %@ taglib uri=http

JIRA-1170

2006-03-10 Thread Boris Kovalenko
Hello! Please look at MYFACES-1170. Short description: applicaiton can not start if xercesImpl-2.7.1.jar is present in lib directory. With respect, Boris

Re: No Javascript again???

2006-03-09 Thread Boris Kovalenko
Hello! http://localhost:8080/test.jsf No, this isn't redirect problem, this is bug (imho) somewhere in core. Joey Geiger wrote: What is the URL of the page you are trying to use this on? I ran into the same issue when the page ended in / (no .jsf page to reference) With respect,

Re: No Javascript again???

2006-03-09 Thread Boris Kovalenko
? I'd like to test your simple version in my configuration, especially with the /test.jsf at the end. Thanks. Boris Kovalenko wrote: Hello! http://localhost:8080/test.jsf No, this isn't redirect problem, this is bug (imho) somewhere in core. Joey Geiger wrote: What is the URL

extentionsFilter wiki incorrect?

2006-03-08 Thread Boris Kovalenko
Hello! http://myfaces.apache.org/tomahawk/extensionsFilter.html tell us to use filter-classorg.apache.myfaces.component.html.util.ExtensionsFilter/filter-class while 1.1.2-SNAPSHOT complains about org.apache.myfaces.webapp.filter.ExtensionsFilter With respect, Boris

No Javascript again???

2006-03-08 Thread Boris Kovalenko
Hello! Again no javascript code in resulted html. Only !-- MYFACES JAVASCRIPT --. Of course I'm testing latest 1.1.2-SNAPSHOT With respect, Boris

Re: facelets with MyFAces-1.2.2-SNAPSHOT

2006-02-19 Thread Boris Kovalenko
Marco Mistroni wrote: Hello! And where is the facelets.jar itself? facelets-1.0-bsh.jar is just a very specific and non-important bit of facelets. Also I recomend You to use latest facelets. hello all, i might have missed some threads about MyFaces and facelets... i m struggling with

Re: MyFaces context parameters

2006-02-13 Thread Boris Kovalenko
Hello! The description is available in examples' web.xml (nightly for example) Matthias Kahlau wrote: Hi! Are the following context parameters also availaible in MyFaces 1.1.1 nightly builds, or only some of them? With respect, Boris

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Boris Kovalenko
. A question - do you have the extensionsFilter configured, or do you not use extended components? regards, Martin On 2/12/06, Boris Kovalenko [EMAIL PROTECTED] wrote: Hello! May be I missed something, but with latest 1.1.2 and Facelets I see no javascript code in generated files. So command

detailStamp not working?

2006-02-12 Thread Boris Kovalenko
Hello! This code isn't working. Am I doing something wrong? The datatable is populated, but when I clicking on detail - nothing happened. Of course datatable is inside h:form P.S. ALLOW_JAVASCRIPT is off (as problems with Facelets) div style=width: 100%; height: 400px;

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Boris Kovalenko
Hello! Sorry, Martin, but I'm still newbie. So, please tell me exactly what should I do. I have no form around command-links (t:panelNavigation used). Martin Marinschek wrote: Do you have a form around your command-links? If yes, you'll need to look into the HtmlLinkRendererBase class. If

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Boris Kovalenko
Hello! Yes Bruno, I'll try this tomorrow. using maven, and put some tracing code in the ExtensionsPhaseListener class to see if it is getting called? I will try to dig it deeper to this tonight if I have time. Regards, Bruno With respect, Boris

Re: detailStamp not working?

2006-02-12 Thread Boris Kovalenko
h:outputText value=test/ /f:facet /t:dataTable /div /h:form /f:view [EMAIL PROTECTED] file=inc/page_footer.jsp % /body /html Martin Marinschek ha scritto: Any idea, Claudio? regards, Martin On 2/12/06, Boris Kovalenko [EMAIL PROTECTED

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Boris Kovalenko
Hello! Bruno Aranda wrote: Mmmh, this thing again :-( so it is not called, rendering no javascript stuff. using maven, and put some tracing code in the ExtensionsPhaseListener class to see if it is getting called? Inserted 3 debug lines and found that: renderCodeBeforeBodyEnd start -

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Boris Kovalenko
= document.documentElement.scrollLeft; y = document.documentElement.scrollTop; } else if (document.body) { x = document.body.scrollLeft; y = document.body.scrollTop; } return x + , + y; } //--/script and it is not present in output html. Boris Kovalenko wrote: Hello! Bruno

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Boris Kovalenko
Hello! Wow! What I discovered! My start page (index.jsp) looks like %@ page session=false contentType=text/html; charset=utf-8% jsp:forward page=/pages/home.jsf/ and when I use it for startup I have no javascript in resulting html. When I type /pages/home.jsf in browser I get html

No javascript output with nightly 1.1.2?

2006-02-11 Thread Boris Kovalenko
Hello! May be I missed something, but with latest 1.1.2 and Facelets I see no javascript code in generated files. So command links and other things stop working. There is no problem with 1.1.1 code. With respect, Boris

Bug with t:inputCalendar???

2005-12-05 Thread Boris Kovalenko
Hello! When I use t:inputCalendar with popupDateFormat=dd.MM. I getting and error - The given value 05.12.2005 could not be converted to a date. Of course there may be any date instead of 05.12.2005. When no popupDateFormat is used all is ok. Error is reproducable with 1.1.1R and

Re: LayoutManager for JSF / Myfaces

2005-11-18 Thread Boris Kovalenko
Hello! I use facelets (https://facelets.dev.java.net). IMHO it is more powerfull and more simple to understand then tiles. But Facelets is not only tool for templating but usefull for simple jsp/jsf/pure_html integration. Marco Mistroni wrote: Hello, well, i am trying to move away

Re: MyFaces and Facelets

2005-11-07 Thread Boris Kovalenko
Kołoszko Paweł wrote: Hello! I'm newbie too so can't be really usefull. I need an advice. I have almost finished my first project using MyFaces as JSF implementation and I think that I know now pros and cons of that technology. I know that I need to improve few things in development process

Re: Calendar problems??

2005-11-07 Thread Boris Kovalenko
Hello! This issue mostly solved by 1.0d version of Facelets. So MYFACES-772 may be closed. With respect, Boris

Re: Calendar problems??

2005-11-04 Thread Boris Kovalenko
facelets would do to change this, really, but Thomas was saying that somehow facelets seems to be creating components even though they are already existing? Please don't take everything I say here for granted, this is just what I heard of from hearsay. regards, Martin On 11/4/05, Boris Kovalenko

Re: Calendar problems??

2005-11-04 Thread Boris Kovalenko
everything I say here for granted, this is just what I heard of from hearsay. regards, Martin On 11/4/05, Boris Kovalenko [EMAIL PROTECTED] wrote: Hello! Unfortunatelly no :( I opened two PRs (one in MyFaces bugtracker and one in Facelets) and still got no answer. May be someone

Re: Calendar problems??

2005-11-03 Thread Boris Kovalenko
this issue. I have seen mention of the problem on different message boards but no real solution. -Original Message- From: Boris Kovalenko [mailto:[EMAIL PROTECTED] Sent: Monday, October 31, 2005 12:53 AM To: MyFaces Discussion Subject: Calendar problems?? Hello! Till today calendar

JIRA 710

2005-10-17 Thread Boris Kovalenko
Hello! May somebody of committers look at JIRA 710 and comment on it? With respect, Boris

Re: t:column style attribute not applied?

2005-10-16 Thread Boris Kovalenko
Hello! Sorry, my mistake wrong page was cached. Boris Kovalenko wrote: Hello! With t:column style=... style attribute not applied to td with RC2. Is this known issue or have I missed something? With respect, Boris With respect, Boris

inputCalendar classes

2005-10-15 Thread Boris Kovalenko
Hello! Is there a chance to set class used for a href in t:inputCalendar? In my case it is overwrited by top level style for a element and dayCellClass and other classes do nothing. Regards, Boris

Re: What am I doing wrong with DEFAULT_SUFFIX?

2005-10-14 Thread Boris Kovalenko
Message- From: Boris Kovalenko [mailto:[EMAIL PROTECTED] Sent: 14 October 2005 06:55 To: MyFaces Discussion Subject: What am I doing wrong with DEFAULT_SUFFIX? Hello! I want my pages to be .xhtml extension instead of standard jsp. So in my web.xml I use context-param param

Re: What am I doing wrong with DEFAULT_SUFFIX?

2005-10-14 Thread Boris Kovalenko
to the url-mapping of the Faces Servlet. Something like servlet-mapping servlet-nameFaces Servlet/servlet-name url-pattern*.xhtml/url-pattern /servlet-mapping Greetz Dennie -Oorspronkelijk bericht- Van: Boris Kovalenko [mailto:[EMAIL PROTECTED] Verzonden

Re: What am I doing wrong with DEFAULT_SUFFIX?

2005-10-14 Thread Boris Kovalenko
right? So page is mapped from .jsf - .xhtml? -Oorspronkelijk bericht- Van: Boris Kovalenko [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 14 oktober 2005 11:24 Aan: MyFaces Discussion Onderwerp: Re: What am I doing wrong with DEFAULT_SUFFIX? Dennie de Lange wrote: Hello! The example

Re: What am I doing wrong with DEFAULT_SUFFIX?

2005-10-14 Thread Boris Kovalenko
of myfaces and see if it works. -Oorspronkelijk bericht- Van: Boris Kovalenko [mailto:[EMAIL PROTECTED] Verzonden: vrijdag 14 oktober 2005 12:48 Aan: MyFaces Discussion Onderwerp: Re: What am I doing wrong with DEFAULT_SUFFIX? Hello! Yes, I want to use .xhtml extension

What am I doing wrong with DEFAULT_SUFFIX?

2005-10-13 Thread Boris Kovalenko
Hello! I want my pages to be .xhtml extension instead of standard jsp. So in my web.xml I use context-param param-namejavax.faces.DEFAULT_SUFFIX/param-name param-value.xhtml/param-value /context-param And nothing happened. Files not going through MyFaces precompiler and

RC2 showstopper

2005-10-12 Thread Boris Kovalenko
Hello! Can not use RC2 with resin-3.0.14 and JDK 1.4.2_09 getting error: [18:10:29.498] com.caucho.config.LineConfigException: jar:file:/C:/Development/P rojects/TAGNet/WEB-INF/lib/myfaces-all.jar!/META-INF/myfaces_core.tld:33: java.lang.UnsupportedClassVersionError:

Re: RC2 showstopper

2005-10-12 Thread Boris Kovalenko
Hello! Werner Punz wrote: Someone must have built the jar with a JDK 1.5 compiler This one is not me :) I just want to use precompiled version Werner Boris Kovalenko wrote: Hello! Can not use RC2 with resin-3.0.14 and JDK 1.4.2_09 getting error: [18:10:29.498

Re: MYFACES-656

2005-10-06 Thread Boris Kovalenko
Volker Weber wrote: Hello! if only for the old ones it seems that your old dates in the database are not GMT based. Ok, I will check and read DB docs more carefull. No problems, as I still use test DB so I can convert and test anything. Hmmm... when I directly use Asia/Yekaterinburg

Re: MYFACES-656

2005-10-05 Thread Boris Kovalenko
Hello! Hmm... but TimeZone.getDefault() returns type of TimeZone, not the Date! your right, it must be public TimeZone getTimeZone() { return TimeZone.getDefault();} but this is the object type as expected by the timeZones valueExpression in the converter. Ok, this helps... now local dates

Re: MYFACES-656

2005-10-04 Thread Boris Kovalenko
Volker Weber wrote: Hello! you can implement it like this public Date getTimeZone() { return TimeZone.getDefault();} Hmm... but TimeZone.getDefault() returns type of TimeZone, not the Date! Asia/Yekaterinburg is recognized by my java implementation, Hmm... I use 1.4.2_04, will

Please help

2005-10-03 Thread Boris Kovalenko
Hello! May someone of gurus look at JIRA-656? My brain is twisted. With respect, Boris

Nightly 20051001 sandbox.jar error

2005-10-02 Thread Boris Kovalenko
Hello! myfaces_sandbox.tld has an error on line 1300. Tag description for element accordionPanel is used twice, one should be eleminated. [15:39:34.885] com.caucho.xml.XmlParseException: jar:file:/C:/Development/Projec ts/Ubs/WEB-INF/lib/sandbox.jar!/META-INF/myfaces_sandbox.tld:1300:

date conversion problem???

2005-10-02 Thread Boris Kovalenko
Hello! I created JIRA-656. Anyone seen this or I missed something? With respect, Boris

Re: [ANNOUNCE] MyFaces passed the JSF TCK 1.1

2005-09-12 Thread Boris Kovalenko
Hello! Wow!!! Big thanks to all for nice job! With respect, Boris

DataTable and SQL best practices

2005-08-06 Thread Boris Kovalenko
Hello! As I understand, MyFaces (and core JSF too) evaluates value getter for DataTable twice (or three times if preserveDataModel == true). If we are getting static data there is no problems, but if we'are populating data from SQL we get a big problems (as query are running twice). For the

Re: DataTable and SQL best practices

2005-08-06 Thread Boris Kovalenko
Hello! Ok, I undestand You, thanks. Yes, I found that use f:param for commandLink is more pretty then use DataModel.getRow() (which has bug in multiwindow enviroment which should be fixed in 1.2 spec, but how quick will that?). I talked about big reports that spend much time to get results

Re: DataTable and SQL best practices

2005-08-06 Thread Boris Kovalenko
Hello! btw: your code wont work if user enter on same page second time obviously if(array != null) is true so no bla bla is performed Why? My experience shows that it works. It want work if I will use session scope beans, but I use request scope. But I agree that getter should be getter and

Re: DataTable and SQL best practices

2005-08-06 Thread Boris Kovalenko
Hello! I don't get your way completely, so I wont comment on it now. About the 1 minute though: watch out for a browser timeout (usually 1 minute). You're going to have to feed something over the TCP/IP connection during that minute, to avoid all sorts of timeouts. No idea how to do that with

Re: inputText with tooltip?

2005-08-05 Thread Boris Kovalenko
to contribute their ADF components to the Myfaces project and join as commiters, so stay connected ;-) Ough? Very very good news... Is timeplan known? Regards, Bruno 2005/8/5, Boris Kovalenko [EMAIL PROTECTED]: Hello! Are there plans to to tooltip support for inputText (like ADF

inputText with tooltip?

2005-08-04 Thread Boris Kovalenko
Hello! Are there plans to to tooltip support for inputText (like ADF)? Because I'm newbe in JSF MyFaces I can not quickly implement this simple solution. As I see it: we need two attributes, tooltip (the text that will be shown) and tooltipStyleClass. Logic of the renderer: If

How to test if messages are present?

2005-08-02 Thread Boris Kovalenko
Hello! I need of x:panelGrid be rendered only if there was no errors (x:messages are empty). In one JSF FAQ I found next solution: rendered=#{! empty facesContext.maximumSeverity } but this does not work with MyFaces. How may I do the same with MyFaces? With respect, Boris

Re: tabbedPane

2005-08-02 Thread Boris Kovalenko
come up with a better example or an ehancement then patches are welcome. Also, there is a new client side tab pane in the works. Its not yet in the sandbox but see Werner's posts on the myfaces-dev list for more info. sean On 8/2/05, Boris Kovalenko [EMAIL PROTECTED] wrote: Hello