RE: How to have the label of SelectOneRadio as a commandLink

2007-06-05 Thread Beelen, Marco
for that component as the value binding of the t:radio for attribute. On 6/1/07, Beelen, Marco [EMAIL PROTECTED] wrote: Hello all, I'm building an application and I don't know how to solve a certain GUI problem. Use case: The employee enters an request for a certain seeker ( = a Customer

RE: How to have the label of SelectOneRadio as a commandLink

2007-06-05 Thread Beelen, Marco
might have to put the panelGroup around the t:selectOneRadio and and t:dataList. On 6/5/07, Beelen, Marco [EMAIL PROTECTED] wrote: Hello Mike, Thanks for you suggestion. Using a fully-qualified client-id does work indeed. It took some trail-and-error to determine the proper path from

How to have the label of SelectOneRadio as a commandLink

2007-06-01 Thread Beelen, Marco
Hello all, I'm building an application and I don't know how to solve a certain GUI problem. Use case: The employee enters an request for a certain seeker ( = a Customer ) 1) The employee searches for the seeker based upon it's name. 2) The employee select the appropreate seeker from the

RE: Orchestra vs Spring-Annotations

2007-05-29 Thread Beelen, Marco
Hello all, I was suprised by the link mentioned as [1], because on the homepage of MyFaces, Orchestra isn't listed as a MyFaces Project in the menu. It would be a shame if anybody who is looking for such a solution can't find it due to a missing link. Perhaps somebody could add it? Add when

RE: Orchestra vs Spring-Annotations

2007-05-29 Thread Beelen, Marco
don't forget it. -M On 5/29/07, Beelen, Marco [EMAIL PROTECTED] wrote: Hello all, I was suprised by the link mentioned as [1], because on the homepage of MyFaces, Orchestra isn't listed as a MyFaces Project in the menu. It would be a shame if anybody who is looking for such a solution can't

RE: enumerated type and f:selectItems

2007-05-23 Thread Beelen, Marco
Hello all, I'm using a slighty different alternative. I added the method getLabel to my Enum, which returns the key of the property for that value of Enum. My page contains a the following scrap: h:selectOneRadio layout=pageDirection value=#{createRequestBean.category}

t:radio in combination with t:selectItems

2007-05-15 Thread Beelen, Marco
Hello all, In the application I'm currently working one, I want to start using the t:selectOneRadio with the spread-layout and use t:radio to position the radioButtons on the screen. The selectItems for this selectOneRadio are being created by using t:selectItems. The code of the page look like

[Trinidad] Publication of snapshots?

2007-05-10 Thread Beelen, Marco
Hello, I'm interested to trying to use Trinidad for a project I'm working on, but I having some troubles getting started. I'm using maven 2 as my build to so I was going to start by adding trinidad as a dependancy, but I couldn't get it correctly. I looked at the pom.xml of the trunk of

RE: Exception handling in JSF

2007-04-18 Thread Beelen, Marco
Hello Mike, You might want to take a look at FacesTrace ( http://facestrace.sourceforge.net/ BLOCKED::http://facestrace.sourceforge.net/ ) I think it does everything you specified or at least provide a good starting point. With kind regards, Marco Beelen

RE: Programatically updating the model

2007-04-12 Thread Beelen, Marco
With the risk of stating the obvious: Have you taken a look at: http://myfaces.apache.org/sandbox/selectManyPicklist.html It does the trick for me perfectly! With regards, Marco -Original Message- From: monkeyden [mailto:[EMAIL PROTECTED] Sent: donderdag 12 april 2007 4:45 To:

RE: regarding h:dataTable

2007-04-12 Thread Beelen, Marco
Hello Shree, My managed-bean has a method: public ListMessage getMessagesForList(). To get the content of the messages rendered I use the t:dataTable like this: t:dataTable id=messageList value=#{messagesListBean.messagesForList} var=message rows=10

RE: [OT?] ui:repeat stops after first entry

2007-04-10 Thread Beelen, Marco
it started working ok. It's quite interesting becouse there should be no difference between jvm server/client mode, except performance. -- Regards MM Beelen, Marco wrote: Hello all, This post might be a bit of topic on this list, but I decided to post anyhow, since I'm quite confused about

RE: Scrolling on individual pages

2007-04-04 Thread Beelen, Marco
the scrolling? On 4/3/07, Beelen, Marco [EMAIL PROTECTED] wrote: Hello all, In my application currently the AUTO_SCROLL functionality is enable, but there are some pages on which I would like to disabled this or otherwise: Disable it globally and just activate it on some forms

Scrolling on individual pages

2007-04-03 Thread Beelen, Marco
Hello all, In my application currently the AUTO_SCROLL functionality is enable, but there are some pages on which I would like to disabled this or otherwise: Disable it globally and just activate it on some forms. Is this possible or does the config-param AUTO_SCROLL forces the same behaviour

RE: [OT?] ui:repeat stops after first entry

2007-03-29 Thread Beelen, Marco
upgrading from 1.5 to 1.6. I avoid 1.6 at this time. On 3/28/07, Beelen, Marco [EMAIL PROTECTED] wrote: Hello all, This post might be a bit of topic on this list, but I decided to post anyhow, since I'm quite confused about a problem I'm having at the moment. Maybe somebody can enlighten me

[OT?] ui:repeat stops after first entry

2007-03-28 Thread Beelen, Marco
Hello all, This post might be a bit of topic on this list, but I decided to post anyhow, since I'm quite confused about a problem I'm having at the moment. Maybe somebody can enlighten me with some great insight. Otherwise: Sorry for bothering you. The problem I'm having occurs when I'm using

[TOMAHAWK] inputSuggestAjax

2007-03-07 Thread Beelen, Marco
Hello, In my application I'm using the inputSuggestAjax-component from Tomahawk. There are two minor inconvienances with this component, which I would like to address. I'm not sure whether to report them here or to the DoJo-toolkit, but since I'm coding using the tomahawk-component, I will start

RE: [TOMAHAWK] inputSuggestAjax

2007-03-07 Thread Beelen, Marco
issue; You are choosing one value from the list, a few moments after typing in. So why you want to avoid such a behaviour? Thats not really an issue; You can only restrict the length of the pop-up-list.. cheers, Gerald On 3/7/07, Beelen, Marco [EMAIL PROTECTED] wrote: Hello

RE: [TOMAHAWK] inputSuggestAjax

2007-03-07 Thread Beelen, Marco
, this should be a dojo issue and hopefully you get more information on this on the dojo list. cheers, Gerald On 3/7/07, Beelen, Marco [EMAIL PROTECTED] wrote: Hello, To Gerard: You got me correctly on the first issue. I see now that on the example-page page the tabbing to the next component does

Issue with the t:dataScroller

2007-02-27 Thread Beelen, Marco
Hello, In my application use a dataScroller on a t:dataTable for pagination and I'm happy with it's basic behaviour. But there is some case in which it doesn't act like I want it to and I hope that somebody can provided some infomation how to get around that. Here what I'm doing: I'm have a

[TOMAHAWK] Facelets support was (RE: [Solved] Unable to display Suggested Items using Sandbox component s:inputAjaxSuggest)

2007-02-27 Thread Beelen, Marco
Hi Bansi, I was having the same problem as you are having now. In my case it was a configuration problem. You need to check if your sandbox-taglib.xml contains the following tag-defintion: tag tag-nameinputSuggestAjax/tag-name component

RE: Issue with the t:dataScroller

2007-02-27 Thread Beelen, Marco
in Scroller. The dataTable then cann be 'refreshed' automaticly, if record count has changed since last rendering :) regards, paul Beelen, Marco schrieb: Hello, In my application use a dataScroller on a t:dataTable for pagination and I'm happy with it's basic behaviour

Problem with a managed-property containing a list.

2007-02-15 Thread Beelen, Marco
Hello, In my application I have some managed-bean, which implements some Observer-like pattern to notify other beans of some action, so that those beans can refresh their state. In order to do so I added a ListRefreshableBean to my bean on which the action is invoked, which will call the

FYI: Example panelStack is broken.

2007-02-12 Thread Beelen, Marco
Hello all, I wanted to take a look at a example about the t:panelStack component and ran into a problem at http://www.irian.at/myfaces/panelstack.jsf. MyFaces encountered an error. Message: There is more than one JSF tag with id : treePanel for parent component with id : 'stack'

RE: How to create and config a life scyle bean for automatic authenticate username and password when user open a browser on window XP?

2007-02-09 Thread Beelen, Marco
An alternative to using authentication by the container is to use JCIFS to perform authentication based upon Windows credentials as a ServletFilter. See: http://jcifs.samba.org/src/docs/ntlmhttpauth.html With kind regards, Marco Beelen -Original Message- From: David Delbecq

RE: JSF lifecyle - managed-bean

2007-02-05 Thread Beelen, Marco
Hello Lisa, I'm solving that problem by implementing the InitializingBean-interface of Spring on my managed bean and use the jsf-spring-library ( http://jsf-spring.sourceforge.net/ ) to make sure that the method is being called: My faces-context.xml contains: application

RE: Problem by opening a page in new browser

2007-01-31 Thread Beelen, Marco
Hello Thomas, I ran into the same problem earlier. I creates an issue for this in JIRA (https://issues.apache.org/jira/browse/MYFACES-1526) Pending it's resolution I change my application, so that it doesn't need the popups any more. With kind regards, Marco

Window remains locked onClick of commandLink with target.

2007-01-25 Thread Beelen, Marco
Hello, In my application I have a use case where user search for message, matching certain criteria. The application shows a list of messages using a datatable, in which one column has a commandLink with a target set. This is done, so that if a user clicks on the link the selected message gets

RE: What's the difference between (onclick=submit() immediate=false) and (onclick=submit() immediate=true)?

2007-01-24 Thread Beelen, Marco
Thomas, The Wiki contains a pretty good articel about the immediate attribute: http://wiki.apache.org/myfaces/How_The_Immediate_Attribute_Works Check it to see if it anwsers your question. Marco From: Thomas Chang [mailto:[EMAIL PROTECTED] Sent:

RE: Question about using dataTable

2007-01-23 Thread Beelen, Marco
Hello Thomas, Add the attribute rowClasses to the datatable with two comma-seperated classname for the odd and even-rows. t:dataTable value=#{collection} var=varName rowClasses=classForOddRows, classNameForEvenRows . . /t:dataTable With kind regards, Marco

RE: Question about using dataTable

2007-01-23 Thread Beelen, Marco
dataTable Hi Marco, I defnie the classForOddRows in my css file as follow: table-odd-row{background-color: #F1F1F1;} table-even-row{background-color: #ee;} But it dosen't work. Is my code wrong? Thanks Thomas --- Beelen, Marco [EMAIL PROTECTED] schrieb: Hello Thomas

RE: Depency Injection

2007-01-18 Thread Beelen, Marco
Hello Danny, I'm not 100% sure, but as far as I understood ActionListeners and managed-beans are not the same this, so the aren't created by the same Factory. Therefor it would logical to have different instances of the class. I didn't try it with ActionListeners yet, but I did ran into the

RE: [ABOT] Sending pdf file from webserver to browser?

2007-01-17 Thread Beelen, Marco
Hello Bjørn T Johansen, In order to achieve what you want, you've got two problems. 1) A printer is considered as a local devices, which isn't directly accessible from a loaded page in browser. A browser can request a page to be printed, but the security model of a browser enforces the

RE: How to use inputSuggest(Ajax)

2007-01-17 Thread Beelen, Marco
functionality. The typed string into the input is passed to the suggestedItems method. It was designed to give the user a dynamically retrieved list of suggested Strings back. If you need something like the selectItems approach, it is not the right choice for you. cheers, Gerald On 1/16/07, Beelen, Marco

How to use inputSuggest(Ajax)

2007-01-16 Thread Beelen, Marco
Hello, I would like to use some inputSuggest functionality in my application, but can't get the inputSuggest or inputSuggestAjax component working properly. What I can't appair to get correct is return types on the methods on my managed-bean which provided the available options and the handling

RE: sandbox-project-1.1.5-SNAPSHOT

2007-01-15 Thread Beelen, Marco
Hello, I'll try to explain the problem in using tomahawk-sandbox-1.1.5 in a Maven2-project. What I did ( and probably everybody starting with tomahawk-sandbox ) is 1) Add the dependancy to my pom. dependency groupIdorg.apache.myfaces.tomahawk/groupId

RE: Tomahawk-sandbox 1.1.5-SNAPSHOT and maven problem

2007-01-15 Thread Beelen, Marco
Hi Alexey, Your problem is being caused by bug TOMAHAWK-857 (http://issues.apache.org/jira/browse/TOMAHAWK-857) and a nasty workaround is available ( see http://www.mail-archive.com/users@myfaces.apache.org/msg32631.html ) With kind regards, Marco

RE: how to use html frame inside a jspf? (jsp fragment)

2007-01-11 Thread Beelen, Marco
Hi Legolas, I understand that you want some common fragment around the main content of each page and at least one of those fragments should be dynamic ( in your case a Tree ). Yes, you could go ahead and start using HTML-frames for this, but I don't see why you would want to. Using HTML-frames

selectManyPicklist causes 'Validation Error'

2007-01-09 Thread Beelen, Marco
Hello, I'm running into some troubles using the selectManyPickList for the sandbox ( 1.1.5-SNAPSHOT ) I use the component to let my users select the products they want for the set of available products. s:selectManyPicklist value=#{backingBean.selectedProductIds} id=productList size=10

RE: what is the solution to show some records in none tabular format?

2007-01-08 Thread Beelen, Marco
Hello, We needed to do a simular thing in our project. We are using facelets in our project, which made it very easy. We got it working like this: productList.xhtml ui:component xmlns=http://www.w3.org/1999/xhtml http://www.w3.org/1999/xhtml xmlns:h=http://java.sun.com/jsf/html

RE: from-outcome value

2006-12-21 Thread Beelen, Marco
Anil, There is no way you can specify the name of an outcome just once and use a reference to it both in the java-code of your managed-bean and the navigation-rules in your faces-config.xml. Since your faces-config.xml doesn't get build or compile, there is no way to garantee that the values

Problem combining Facelets and Tomahawk TabbedPane for Dynamic tabs

2006-11-30 Thread Beelen, Marco
Hello all, On a project I am working on we would like to create 'dynamic' tabs in our application. To prevent misunderstanding I will explain what I mean by that. Some users of the application are Salesrepresentatives and they need to give feedback monthly on several aspects about products. In