Re: Rumba - MyFaces-based application framework

2006-04-02 Thread Martin Marinschek
I really like the idea. It shows that with JSF and Hibernate, you can start reduce boilerplate code to the max. What is left to do is defining the design, and that's it. You don't show in your tutorials how to customize the action methods if need be, though. How are you handling hibernate

Re: f:numberConverter/ not needed in 1.1.1?

2006-04-02 Thread Martin Marinschek
Hi Matt, We had to get rid of some automatic coercion we were doing in 1.1.0 as the TCK would fail with it in place. I suppose you're seeing the results of this change. If you take out the convertNumber converter, the inputHidden will automatically convert dependent on the type of the backing

Re: h:inputHidden vs t:saveState explained

2006-04-02 Thread Martin Marinschek
Hi Bill, the rendered attribute is actually checked for more often - at the beginning of every lifecycle phase. It's very dangerous to make it an expensive operation - as well as letting it change it s value out of an action method. regards, Martin On 4/2/06, Bill Schneider [EMAIL PROTECTED]

Re: binding --alias bean

2006-04-02 Thread Martin Marinschek
Nightly version or 1.1.1? I fixed aliasBean and component bindings in nightly. regards, Martin On 4/2/06, Dave [EMAIL PROTECTED] wrote: Can binding use an alias bean? I got an error: bean is null. h:collapsiblePanel binding=#{aliasBean.collapsiblePanel} ... During view

Re: Extensions filter and Ajax

2006-04-02 Thread Martin Marinschek
Tobago has something in place to solve this problem, I think. Maybe we could port the solution over to tomahawk? regards, Martin On 4/1/06, Andrew Robinson [EMAIL PROTECTED] wrote: I am using AjaxAnywhere and Myfaces 1.1.1 and am having a problem with Tomahawk components with AJAX.

Re: linkDummyForm js error

2006-04-02 Thread Martin Marinschek
Do you properly configure the ExtensionsFilter? regards, Martin On 4/1/06, Furer Alexander [EMAIL PROTECTED] wrote: Hi all I upgrated myfaces from 1.1.1 to 1.1.3 and started to get js error Object expected (linkDummyForm) for links that are not under form tag. it seems like linkDummyForm

Re: [OT]Problem with accessing form Element using javaScript

2006-04-02 Thread Martin Marinschek
Co-ol! Martin tries to learn one thing a day, thanks Gerald for helping him out with today. style.cssText, a-ha. regards, Martin On 4/1/06, Gerald Müllan [EMAIL PROTECTED] wrote: I believe you can also access the style attribute over: elem.style.cssText = ...; this should also work.

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
Hi Philippe, let me try to shed some light onto the problem: 1) jsf-spring (the library) is nice, but not necessary. Spring's JSF variable resolver is good enough. 2) We used jsf-spring (the library) on a large project, and ran into class-loader issues under Websphere. Use it on your own risk.

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
whether smth changed for the Spring-JSF integration between Spring v.1 v2? (looking at teh doc on the Spring site, I would say no unless they haven't updated that part yet) On 02 Apr 2006, at 19:07, Martin Marinschek wrote: Hi Philippe, let me try to shed some light

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
No, no. I should be more clear today. What I meant is that the listener will be loaded automatically, and that's good, cause it is absolutely necessary for MyFaces. But you don't have to put it in the web.xml anymore, it will be loaded automatically by the TLD. regards, Martin On 4/2/06,

Re: MyFaces - Spring integration problems

2006-04-02 Thread Martin Marinschek
- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Sunday, April 2, 2006 03:02 PM To: 'MyFaces Discussion' Subject: Re: MyFaces - Spring integration problems No, no. I should be more clear today. What I meant is that the listener will be loaded automatically

Re: Issue with selectOneRow and Facelets

2006-03-30 Thread Martin Marinschek
do you use the last release or the nightly build? selectOneRow has been added after the last release. regards, Martin On 3/31/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 3/30/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 3/30/06, Frank Russo [EMAIL PROTECTED] wrote:

Re: InputSuggestAjax not working together with Oracle ADF

2006-03-29 Thread Martin Marinschek
ADF enforces client-side state-saving? I can't believe that! regards, Martin On 3/29/06, Gerald Müllan [EMAIL PROTECTED] wrote: Looks like ADF enforces client side state saving. Yes, seems to be. Sorry, but the component doesn`t work with client side state saving at the moment. It`s on

Re: Meeting in Vienna/Austria (Part 2)

2006-03-28 Thread Martin Marinschek
good, good. next week is fine ;) regards, Martin On 3/28/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! Yes, this will be fine Hi, what about having a meeting next week? Location: Ma Pitom Date: 4.4.2006 Time: 18:30 Hasta luego, Thomas On 3/27/06, Mario

Re: t:collapsiblePanel

2006-03-28 Thread Martin Marinschek
something on my own... Martin Marinschek wrote: Are you using latest nightly? There has been a fair amount of fixes for collapsible panel from 1.1.1 to the current version. Word of warning: the value attribute is now the title attribute, and the collapsed attribute is now the value attribute

Re: readonly entities no longer pass value back to backing bean?

2006-03-28 Thread Martin Marinschek
to be fixed? Regards, Yee -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Wednesday, 8 March 2006 4:09 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: readonly entities no longer pass value back to backing bean? Hmm there was a fix

Re: readonly entities no longer pass value back to backing bean?

2006-03-28 Thread Martin Marinschek
I'd add a new option to the inputCalendar. Allow direct entry or so? If you program that, Yee, I'll commit it. promised. regards, Martin On 3/28/06, Gerald Müllan [EMAIL PROTECTED] wrote: On the other way, you can do a quickfix in case of this inputCalendar use case; As Yura said, you

Re: How to speed up JSF

2006-03-26 Thread Martin Marinschek
use the following settings, and you should have much better user-interaction: context-param param-namejavax.faces.STATE_SAVING_METHOD/param-name param-valueserver/param-value description State saving method: client or server (= default) See JSF

Re: t:collapsiblePanel

2006-03-26 Thread Martin Marinschek
Are you using latest nightly?There has been a fair amount of fixes for collapsible panel from 1.1.1 to the current version. Word of warning: the value attribute is now the title attribute, and the collapsed attribute is now the value attribute (this was basically the reason why the old collapsible

Re: [SPAM] Re: How to speed up JSF

2006-03-26 Thread Martin Marinschek
- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Monday, 27 March 2006 3:13 PM To: MyFaces Discussion Subject: [SPAM] Re: How to speed up JSF Importance: Low use the following settings, and you should have much better user-interaction: context-param param

Re: MyFaces Tomahawk

2006-03-23 Thread Martin Marinschek
I really wonder how the RI goes about providing a different state tree for a user if the user has two requests running from the same browser. regards, Martin On 3/23/06, Werner Punz [EMAIL PROTECTED] wrote: Actually this seems either like a bug in the RI to me, since savestate does nothing

Re: [VOTE] Sign-Off of Tobago

2006-03-23 Thread Martin Marinschek
: +1 non binding as well On 3/22/06, Davanum Srinivas [EMAIL PROTECTED] wrote: +1 On 3/22/06, Ted Husted [EMAIL PROTECTED] wrote: +1 (binding) On 3/5/06, Martin Marinschek [EMAIL PROTECTED] wrote: Hi *, Tobago would like to sign-off from the incubator

Re: orange line onhover w/ panelTabbedPane in Firefox

2006-03-22 Thread Martin Marinschek
haha ;) I had to check your mail address to make sure it was you ;) (no clue about the tabbed panel, though) regards, Martin On 3/22/06, Dennis Byrne [EMAIL PROTECTED] wrote: Hey everyone, I'm brand new to JSF and I would appreciate some help ;) Using MyFaces 1.1.1, an orange line

Re: inputCalendar problem

2006-03-21 Thread Martin Marinschek
Hi Matthias, I believe this is the dreaded converter timezone problem which can be fixed by using your own special converter. What I generally do is put a component-binding on the calendar component and then create the component in the backend, and there I set stuff which is repeatable across

Re: inputCalendar problem

2006-03-21 Thread Martin Marinschek
if you use the s:convertDateTime converter, you're fine. regards, Martin On 3/21/06, Frank Felix Debatin [EMAIL PROTECTED] wrote: Hi Matthias, actually I'm using the ADF calendar component - in the way described below, The calendar class picks up the CET locale ... but I'm not sure how and

Re: inputCalendar and Today is date format (Sorry if this is already covered)

2006-03-19 Thread Martin Marinschek
Hi Andrew, fixed in SVN as of now - the calendar will use the standard date format or the one provided by the popupTodayDateFormat attribute. regards, Martin On 3/18/06, Andrew Robinson [EMAIL PROTECTED] wrote: Any word on this? This is a very confusing bug for users. When then european date

Re: Yet another calendar (also works in Java Studio Creator)

2006-03-14 Thread Martin Marinschek
If you can send me the code off- or onlist, that would be great. regards, Martin On 3/14/06, Edwin Goei [EMAIL PROTECTED] wrote: Martin Marinschek wrote: There definitely is interest. I despise the current javascript codebase, so if you have a better one, it would be great! Well, I

Re: Yet another calendar (also works in Java Studio Creator)

2006-03-13 Thread Martin Marinschek
There definitely is interest. I despise the current javascript codebase, so if you have a better one, it would be great! regards, Martin On 3/11/06, Dennis Byrne [EMAIL PROTECTED] wrote: Great news Edwin ! You'll want to read this http://www.apache.org/licenses/ , fill out

Re: AUTO_SCROLL question

2006-03-13 Thread Martin Marinschek
No, not that I know of. how would we configure that? regards, Martin On 3/11/06, Matthias Kahlau [EMAIL PROTECTED] wrote: Hi! Yeah, the AUTO_SCROLL feature works. But it's not appropriate for every page of my application. On some pages, the top of the page would be better, e. g. when

Re: How can i manually save and restore a view's state?

2006-03-13 Thread Martin Marinschek
Well, I'd first try to get into contact with Niko, if he would be willing to open source his stuff. He indicated that he would, so you could take over his approach? I think we could take that into the sandbox as well, if we get a nicely written wiki page explaining it ;). regards, Martin On

Re: commandButton action not called inside collapsiblePanel

2006-03-13 Thread Martin Marinschek
Well, if you let me guess - I suppose it has something to do with the collapsiblePanel's collapsed value being toggled during the lifecycle somehow. In any case - a better suggestion is to use only one form on a page (right embedded into the view-tag), and use s:subForm (MyFaces =1.1.2 Nightly)

Re: readonly entities no longer pass value back to backing bean?

2006-03-08 Thread Martin Marinschek
Hmm there was a fix in MyFaces were the bug was that we wrongly used readOnly to check if the readonly attribute was set. for security considerations, the JSF engine doesn't take over disabled or readOnly attributes to the server, it was a bug that we did. regards, Martin On 3/8/06, Yee

Re: Drinking beer in Vienna/Austria

2006-03-06 Thread Martin Marinschek
Yes, of course, one beer maximum! (at a time, per person ;) regards, Martin On 3/6/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! I'll invite everyone who has some time to a meeting in vienna/austria. Location: Ma Pitom Date: 28.3.2006 Time: 18:30 We have no free stickers, no

Load-Tests

2006-03-06 Thread Martin Marinschek
Hi *, anyone willing to share their JMeter configuration scripts for load-testing (our huge production level app with 200+jspx files) with us? The app runs fast, but we want to be even faster - MyFaces performance. We want more of it ;) regards, Martin -- http://www.irian.at Your JSF

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Can you guys tell how well your IDEs would perform with large apps? I was trying to get an app with 200 jspx files (admittedly, rather large) up and running in JDeveloper, and the thing didn't start up until after 10min. Is work being done on making this situation better? Maybe I'm doing

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
Thing = embedded OC4j in JDeveloper. I didn't try JSC so far - would the performance be better there? Any experiences? regards, Martin On 3/4/06, Martin Marinschek [EMAIL PROTECTED] wrote: Can you guys tell how well your IDEs would perform with large apps? I was trying to get an app

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
- and it takes the order of 10min to compile. Regards, Yee -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Saturday, 4 March 2006 6:35 PM To: MyFaces Discussion Subject: Re: How Does JDeveloper Compare with Java Studio Creator Can you guys tell how well

Re: How Does JDeveloper Compare with Java Studio Creator

2006-03-04 Thread Martin Marinschek
- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Martin Marinschek Gesendet: Samstag, 4. März 2006 11:36 An: MyFaces Discussion Betreff: Re: How Does JDeveloper Compare with Java Studio Creator Thing = embedded OC4j in JDeveloper. I didn't try JSC so far - would

Re: Please help: InputSuggestAjax

2006-03-02 Thread Martin Marinschek
please give me some details on the reason of the error? Thanks, Jana - Original Message - From: Martin Marinschek [EMAIL PROTECTED] To: MyFaces Discussion users@myfaces.apache.org Sent: Thursday, March 02, 2006 7:07 PM Subject: Re: Please help: InputSuggestAjax You'll

Re: How to make complex layout using datatable?

2006-03-01 Thread Martin Marinschek
In the meantime, dataList has in fact been fixed by Dennis and me. So it should be ok to use it again - but only in the nightly builds. regards, Martin On 3/1/06, Andrew Robinson [EMAIL PROTECTED] wrote: It is not officially deprecated, sorry if that was misleading. I tried to use dataList,

Re: Annoying INFO Message: Unable to find component

2006-02-28 Thread Martin Marinschek
message. Martin Marinschek closed MYFACES-261: http://www.archivum.info/dev@myfaces.apache.org/2005-06/msg00047.html Basic question: If the component id is clearly referenced in the h:outputLabel for=componentID..., why can't the component be found? This seems like it is a bug. Mike

Re: Forms inside Forms - is it possible?

2006-02-27 Thread Martin Marinschek
May I suggest the s:subForm tag? regards, Martin On 2/27/06, Mike Kienenberger [EMAIL PROTECTED] wrote: Is there more to the stack trace? I don't know offhand what would generate a javax.faces.FacesException: expr error. On 2/27/06, Jeffrey Porter [EMAIL PROTECTED] wrote: You're

Re: MYFACES-703 (Have to manually specify renderer type for ExtendedDataTable)

2006-02-26 Thread Martin Marinschek
Hi Enrique, hmm.. I thought I had identified the bug being that the renderer-type was not set in the constructor itself. AFAIK, it is not necessary to set the component-extension part in the faces-config.xml. Thoughts? regards, Martin On 2/25/06, Enrique Medina [EMAIL PROTECTED] wrote: Gary,

Re: t:popup inside a t:dataTable

2006-02-24 Thread Martin Marinschek
Hi Fernando,this is a known bug in the RI - it accesses the private client-id member directly, instead of calling the getter. You might ask at their mailing list when an updated version which solves this bug will be available. regards,MartinOn 2/24/06, Fernando Madruga Pinheiro [EMAIL PROTECTED]

Re: multi af:subform validation in ADF Faces

2006-02-23 Thread Martin Marinschek
But really, the values can only get lost if you build up a new view. You should just return e.g. null from your action-method if you don't want a new view to be built. regards, Martin On 2/23/06, Frank Felix Debatin [EMAIL PROTECTED] wrote: Hi Jim, just out of curiousity: why do you enclose

Re: multi af:subform validation in ADF Faces

2006-02-23 Thread Martin Marinschek
might have some more degrees of freedom with this arrangement. regards, Martin On 2/24/06, Martin Marinschek [EMAIL PROTECTED] wrote: But really, the values can only get lost if you build up a new view. You should just return e.g. null from your action-method if you don't want a new view

Re: session.invalidate() not working?

2006-02-21 Thread Martin Marinschek
Great! no problem, regards, Martin On 2/21/06, Philippe Lamote [EMAIL PROTECTED] wrote: You were rgh Martin. I switched back to 1.1.1 and it worked spotlessly. An error can be in a tiny corner sometimes. Thx for help, Philippe On 21 Feb 2006, at 07:42, Martin Marinschek wrote: I see

Re: t:div and validation saving

2006-02-21 Thread Martin Marinschek
Also look at: http://jsftutorials.net/htmLib/ and the t:htmlTag of MyFaces regards, Martin On 2/21/06, Philippe Lamote [EMAIL PROTECTED] wrote: Yes, I have. (Well, had) I removed the verbatims and now it works - functionally. Easthetically the page became a mess since now he's also

Re: session.invalidate() not working?

2006-02-20 Thread Martin Marinschek
I see a method in your stack-trace that has been abandoned after some time - maybe you use a nightly where this is still in, and this is causing the difference. Namely: ExtensionFilter.getFacesContext() regards, Martin On 2/20/06, Philippe Lamote [EMAIL PROTECTED] wrote: Thx. My bean has

Re: htmlTag and attributes

2006-02-20 Thread Martin Marinschek
Well, I don't like the string-notation at all. I'd like to use embedded param-tags for that. Any objection to this? regards, Martin On 2/20/06, Claudio Tasso [EMAIL PROTECTED] wrote: I've noticed that the t:htmlTag does not correctly handle attributes, but it just permits using bare

Re: htmlTag and attributes

2006-02-20 Thread Martin Marinschek
/ /t:htmlTag Martin Marinschek ha scritto: Well, I don't like the string-notation at all. I'd like to use embedded param-tags for that. Any objection to this? regards, Martin On 2/20/06, Claudio Tasso [EMAIL PROTECTED] wrote: I've noticed that the t:htmlTag does not correctly

Re: display label in error message instead of id

2006-02-18 Thread Martin Marinschek
Oh, that was it! Please open an issue on that - I didn't think about embedded outputText components when I implemented this solution, obviously ;). regards, Martin On 2/18/06, Mike Duffy [EMAIL PROTECTED] wrote: Thanks for figuring this out. I had the exact same problem. If you look at

Re: display label in error message instead of id

2006-02-18 Thread Martin Marinschek
Ah, thank you! The second part of your message I didn't get - what was a slick patch? regards, Martin On 2/18/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Martin! Please open an issue on that - I didn't think about embedded outputText components when I implemented this solution,

Re: display label in error message instead of id

2006-02-18 Thread Martin Marinschek
Ok, fair enough, I'm forgetting what I programmed then ;) regards, Martin On 2/18/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi! The second part of your message I didn't get - what was a slick patch? I just wanted to say the code to deal with embedded outputText already existed, just

Re: display label in error message instead of id

2006-02-17 Thread Martin Marinschek
try it with t:messages - if it works there.. regards, Martin On 2/17/06, Michael Heinen [EMAIL PROTECTED] wrote: It does still not work!!! login.name = User t:outputLabel for=name h:outputText value=#{msgs['login.name']}/ /t:outputLabel h:inputText id=name

Re: Need help

2006-02-16 Thread Martin Marinschek
Even easier - use the MyFacesServlet and extend from that ;) regards, Martin On 2/16/06, Cagatay Civici [EMAIL PROTECTED] wrote: Yes, Spec wants it to be final, I think there is no reason for that, it just does not make any sense, however there are two tricks if you want to extend it. We

Re: Collapsible Panel

2006-02-16 Thread Martin Marinschek
the collapsed attribute is replaced by the value attribute. regards, Martin On 2/16/06, Geoff Longo [EMAIL PROTECTED] wrote: I noticed that in the nightly builds, the collapsed attribute of the collapsiblePanel was removed. How do we specify that we want the panel to be displayed as

Re: commandButton immediate=true, InvokeApplication phaseListerners bypassed

2006-02-16 Thread Martin Marinschek
Immediate=true on a button will move the action method forward in the lifecycle - it will be executed right after decode. regards, Martin On 2/17/06, Dave [EMAIL PROTECTED] wrote: commandButton immediate=true, action method will be executed, but InvokeApplication phaseListerners will not,

Re: JSF log activity

2006-02-15 Thread Martin Marinschek
Navigation Listener? ViewHandler? Combo of both? regards, Martin On 2/15/06, Jesse Alexander (KBSA 21) [EMAIL PROTECTED] wrote: Hi Cool idea.. some instrumentation in this direction would be great... hmm.. could a phase-listener be used... need to check the API's thanks for the idea

Re: Myfaces not XHTML Transitional compliant?

2006-02-15 Thread Martin Marinschek
Jeffrey, how many forms are you using on your page? Can you move to a single form, and use s:subForm for partial-validation and model update? regards, Martin On 2/15/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: problem was the id of the hidden field for state saving. has to be unique.

Re: Component advice

2006-02-14 Thread Martin Marinschek
Yes - you're right I don't see where Shale would be helpful here, either. Can you post your solution to enlighten us all? regards, Martin On 2/14/06, Mark Lowe [EMAIL PROTECTED] wrote: On 2/13/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 2/12/06, Mark Lowe [EMAIL PROTECTED] wrote:

Re: findComponent now works in dataTables

2006-02-14 Thread Martin Marinschek
Yes, Jacob just told me that. That's great - and it went reeeaaal fast. regards, Martin On 2/14/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hey Martin, looks like the concept has been added to the spec :-) see http://tinyurl.com/8bnyc -Matthias On 1/27/06, Martin Marinschek

Re: selectOneRadio inner components

2006-02-13 Thread Martin Marinschek
There is the t:radio component, which might help you with this. see this: http://www.irian.at/myfaces/selectbox.jsf regards, Martin On 2/13/06, Uri Kalish [EMAIL PROTECTED] wrote: Hi, Motivation: I use selectOneRadio and try to 'associate' components to radio buttons so they can be

Re: SUN RI and nightly build error: ExtensionsPhaseListener problem ?

2006-02-13 Thread Martin Marinschek
Well, put it under preferred treatment for contributors ;) regards, Martin On 2/13/06, Claudio Tasso [EMAIL PROTECTED] wrote: Thank you very much, now it works. You saved me! :-) Martin Marinschek ha scritto: Hi Claudio, just fixed that with a quick-fix. It's only a hack right now

Re: detailStamp not working?

2006-02-13 Thread Martin Marinschek
ALLOW_JAVASCRIPT false ... is an option which is a remnaint of old MyFaces days, links won't work with this parameter set to true. Claudio is not to blame on this ;) regards, Martin On 2/13/06, Claudio Tasso [EMAIL PROTECTED] wrote: Yes, it doesn't work, you are right. The problem occurs

Re: Default style in panelTabbedPane

2006-02-13 Thread Martin Marinschek
That's one of MyFaces weak points - styling panelTabbedPane. A patch for that would be very, very welcome. regards, Martin On 2/13/06, John Slave [EMAIL PROTECTED] wrote: Hi, i 'd like to set the tab style like mini-shape tab in this page: http://www.simplebits.com/bits/minitab_shapes.html

Re: Want to migrate from MyFaces 1.0.9. Pls suggest MyFaces 1.1.1 or nightly build MyFaces 1.1.2

2006-02-13 Thread Martin Marinschek
I'd recommend to wait a little for the final release.We've started the release process, so this shouldn't take too long.regards,MartinOn 2/13/06, Balaji Kalyansundaram [EMAIL PROTECTED] wrote: Can anyone helpme with this please? What do you reckon Martin? Thanks -Original

Re: Default style in panelTabbedPane

2006-02-13 Thread Martin Marinschek
P.S.: the workaround being proposed so far has been using the !important modifier on style definitions. regards, Martin On 2/13/06, Martin Marinschek [EMAIL PROTECTED] wrote: That's one of MyFaces weak points - styling panelTabbedPane. A patch for that would be very, very welcome. regards

Re: PhaseListener gets added twice.

2006-02-12 Thread Martin Marinschek
Post your web.xml, please! regards, Martin On 2/12/06, Umesh Kanitkar [EMAIL PROTECTED] wrote: PhaseListener gets added twice. Is this a bug in myfaces or am I doing something wrong. Here is the detailed info: Part I: = I have made this entry only once in my faces-config.xml file:

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Martin Marinschek
Hi Boris, we've been digging a lot in this area in the last two weeks, so this feedback is important. 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

Re: Component advice

2006-02-12 Thread Martin Marinschek
Well, the tree is not expected to change during rendering in any case, so you are on dangerous ground here. That said, you might want to check out processUpdates for your purpose. At the end of processUpdates all value-changes have been processed, it might be the right location to change your

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Martin Marinschek
org.apache.myfaces.ALLOW_JAVASCRIPT is true I even can't see !-- MYFACES JAVASCRIPT -- !!! P.S. Without Facelets all is ok. So (IMHO) the problem is between MyFaces and Facelets. Martin Marinschek wrote: Hi Boris, we've been digging a lot in this area in the last two weeks, so

Fwd: Component advice

2006-02-12 Thread Martin Marinschek
-- Forwarded message -- From: Martin Marinschek [EMAIL PROTECTED] Date: Feb 12, 2006 12:03 PM Subject: Re: Component advice To: Mark Lowe [EMAIL PROTECTED] Well, you'll have to do it in the setter. Where else would you know what value the attribute has? regards, Martin On 2

Re: Component advice

2006-02-12 Thread Martin Marinschek
component (or just a custom tag) you should do things like this in the components constructor, or in case of tag in doEndTag(). Regards, Volker Martin Marinschek wrote: Well, the tree is not expected to change during rendering in any case, so you are on dangerous ground here

Re: No javascript output with nightly 1.1.2?

2006-02-12 Thread Martin Marinschek
] wrote: Hello! As it is important for me we may try. Please tell me what should I do exactly. Martin Marinschek wrote: Now what we implemented was trying to fix the stuff between facelets and MyFaces ;) Ok, give Bruno and me some time to sort this out. If you can do some

Re: detailStamp not working?

2006-02-12 Thread Martin Marinschek
Any idea, Claudio? regards, Martin On 2/12/06, Boris Kovalenko [EMAIL PROTECTED] wrote: 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.

Re: detailStamp not working?

2006-02-12 Thread Martin Marinschek
/page_footer.jsp % /body /html Martin Marinschek ha scritto: Any idea, Claudio? regards, Martin On 2/12/06, Boris Kovalenko [EMAIL PROTECTED] wrote: Hello! This code isn't working. Am I doing something wrong? The datatable is populated, but when I clicking on detail

Re: AW: Problem with evaluation of Tomahawk HtmlSelectOneRadio components inside UIData (programmatically created UI)

2006-02-10 Thread Martin Marinschek
, but I think it doesn't explain why my current solution doesn't work... Regards, Matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Martin Marinschek Gesendet: Mittwoch, 8. Februar 2006 23:24 An: Matthias Kahlau

Re: AW: Problem with evaluation of Tomahawk HtmlSelectOneRadio components inside UIData (programmatically created UI)

2006-02-10 Thread Martin Marinschek
never written a patch or extended a component or renderer ... Regards, Matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Martin Marinschek Gesendet: Freitag, 10. Februar 2006 10:12 An: MyFaces Discussion Betreff: Re: AW

Re: HtmSelectOneRadio setting style per component

2006-02-09 Thread Martin Marinschek
Have you read up what the spec says about this? Is there a way to set an item style in the RI? It seems to me that that would be important in many cases... regards, Martin On 2/9/06, Tonio Caputo [EMAIL PROTECTED] wrote: Hi, I'm trying to make my application implemented and tested with

Re: MyFaces + Weblogic = Classloading Problems

2006-02-09 Thread Martin Marinschek
Have you tried to setup your context-listener in the web.xml directly? regards, Martin On 2/9/06, Adam Brod [EMAIL PROTECTED] wrote: Hi- I am running into a problem with Classloading with MyFaces 1.1.1 on Weblogic 9. Weblogic allows you to deploy your webapp in an exploded directory

Re: How to render the empty rows of a dataTable

2006-02-08 Thread Martin Marinschek
No-o don't think so. You'd have to write a custome table-renderer, sorry. regards, Martin On 2/8/06, Roland Asmann [EMAIL PROTECTED] wrote: What good will this do me? I mean, in the generated HTML-code, there's just 3 tr-tags and I want to have all 10 of them! Anybody else have any ideas

Re: JSCookMenu and SUN's RI

2006-02-08 Thread Martin Marinschek
-pattern /filter-mapping Maybe I miss somthing? Bye, Daniel 2006/2/8, Martin Marinschek [EMAIL PROTECTED]: Bruno should have fixed that by moving all special stuff out to the extensions-filter. You're including the extensions-filter, right? regards, Martin On 2/8/06, Daniel

Re: jspx commandLink not working

2006-02-08 Thread Martin Marinschek
No clue. JSPX is not the problem, I'm using JSPX a lot in my current project. Can you do some debuggin by checking into FacesServlet and going through the lifecycle? regards, Martin On 2/8/06, ::SammyRulez:: [EMAIL PROTECTED] wrote: I have a siple page like this jsp:root

Re: Tomahawk TLD - Why always rtexprvaluefalse/rtexprvalue?

2006-02-08 Thread Martin Marinschek
rtexprvalue is meant for JSP-expressions, and not JSF expressions - and you cannot use JSP-expressions in tag-attributes. You can use JSF-EL in all attributes except ids, I believe. Correct me if I'm wrong. regards, Martin On 2/8/06, Matthias Kahlau [EMAIL PROTECTED] wrote: Hi! I've a

Re: jspx commandLink not working

2006-02-08 Thread Martin Marinschek
that after process validiations it goes directly to the phase Render Response. If you don't have a good reason for it, delete it. Hope, this will help you. best regards Hans 2006/2/8, Martin Marinschek [EMAIL PROTECTED]: No clue. JSPX

Re: Problem with evaluation of Tomahawk HtmlSelectOneRadio components inside UIData (programmatically created UI)

2006-02-08 Thread Martin Marinschek
Can you give us the JSP sources? regards, Martin On 2/8/06, Matthias Kahlau [EMAIL PROTECTED] wrote: Hi! I tried to use a Tomahawk HtmlDataTable to programmatically display a matrix containing questions in the left column and some radiobuttons in the other columns. I added a HtmlRadio

Re: mock classes in a jar?

2006-02-08 Thread Martin Marinschek
We should really replace that by a dependency on these test-classes or write up our own. regards, Martin On 2/8/06, Dennis Byrne [EMAIL PROTECTED] wrote: Take a look at the unit testing framework by Shale. Way more complete. Dennis Byrne -Original Message- From: Alin Dosoniu

Re: mock classes in a jar?

2006-02-08 Thread Martin Marinschek
@offlist: Dennis was asking me if I meant replacing the Mock-classes with Shale: yes, that's what I meant regards, Martin On 2/8/06, Martin Marinschek [EMAIL PROTECTED] wrote: We should really replace that by a dependency on these test-classes or write up our own. regards, Martin On 2

Re: mock classes in a jar?

2006-02-08 Thread Martin Marinschek
Oh, wasn't offlist ;) sorry for the confusion. regards, Martin On 2/8/06, Martin Marinschek [EMAIL PROTECTED] wrote: @offlist: Dennis was asking me if I meant replacing the Mock-classes with Shale: yes, that's what I meant regards, Martin On 2/8/06, Martin Marinschek [EMAIL

Re: mock classes in a jar?

2006-02-08 Thread Martin Marinschek
Well, the best solution might be to copy the stuff over and keep that in Sync whenever we hit any problems... It's not likely to change very often. In that case, we'd need a new module. regards, Martin On 2/8/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 2/8/06, Martin Marinschek [EMAIL

Re: Problem with evaluation of Tomahawk HtmlSelectOneRadio components inside UIData (programmatically created UI)

2006-02-08 Thread Martin Marinschek
, Matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Martin Marinschek Gesendet: Mittwoch, 8. Februar 2006 20:19 An: MyFaces Discussion Betreff: Re: Problem with evaluation of Tomahawk HtmlSelectOneRadio components inside

Re: jspx commandLink not working

2006-02-08 Thread Martin Marinschek
to the tomcat's web.xml but withour results. The oddest thing is that the same code in a jsp page works fine. I fear that in the xml notation the js script is interpreted as comment and ignored. None of you have ever experienced this problem? 2006/2/8, Martin Marinschek [EMAIL PROTECTED]: Hmm

Re: Problem with evaluation of Tomahawk HtmlSelectOneRadio components inside UIData (programmatically created UI)

2006-02-08 Thread Martin Marinschek
Martin Marinschek Gesendet: Mittwoch, 8. Februar 2006 23:05 An: MyFaces Discussion Betreff: Re: Problem with evaluation of Tomahawk HtmlSelectOneRadio components inside UIData (programmatically created UI) Ok, I do think I know now what your problem is: the findComponent

Re: Problem with evaluation of Tomahawk HtmlSelectOneRadio components inside UIData (programmatically created UI)

2006-02-08 Thread Martin Marinschek
solution doesn't work... Regards, Matthias -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Martin Marinschek Gesendet: Mittwoch, 8. Februar 2006 23:24 An: Matthias Kahlau Cc: MyFaces Discussion Betreff: Re: Problem with evaluation

Re: [other]Borland want to sell its IDE products.....

2006-02-08 Thread Martin Marinschek
You should have tried IntelliJ, Sean ;) And with JetBrains, we have the hope to have full support for JSF in the next version - they have someone on both expert groups for JSF now, and promise full support for JSF in 6.0. I hope they will keep to their promise regards, Martin On 2/9/06,

Re: savestate question

2006-02-07 Thread Martin Marinschek
backingbeanPage1 from page1 (note: when first come to page #2, values for backingbeanPage1 are intact) * When back to page #1 using a commandbutton, backingbeanPage1 state is restored properly Thanks Tom -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Monday

Re: AW: document.getElementById(jsf_tree_64) has no properties

2006-02-07 Thread Martin Marinschek
Can you please open that as a bug against the inputSuggestAjax component? I knew that I would damage something with my last changes there :/ regards, Martin On 2/7/06, Luo. Haihua [EMAIL PROTECTED] wrote: Hi Volker, in my case the client state saving does work, while server state saving not

Re: DOJO, was: inputHtml broken in IE?

2006-02-07 Thread Martin Marinschek
And Werner will be adding spell-checking and resize support to it, if everything works out well. Now won't that be nice ;) ? regards, Martin On 2/7/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hi Werner, Btw. guys since I am working currently on the dojo integration you now also can

Re: browser back button in JSF?

2006-02-06 Thread Martin Marinschek
No - client-side state saving IS significant slower. And it works with server-side state saving as well, at least with the nightly builds. regards, Martin On 2/6/06, Yee CN [EMAIL PROTECTED] wrote: There was a benchmark posted around a month ago - the finding was that state saving in client

<    1   2   3   4   5   6   7   8   9   10   >