AW: Nowrap on tree2

2006-08-11 Thread Dreier, Marc
Hi, you need a panelGroup:         f:facet name=funktion         h:panelGroup style=white-space:nowrap;         h:commandLink immediate=true styleClass=#{t.nodeSelected ?

Re: JSF Life Cycle / JSF Rendering question / Spring

2006-08-11 Thread Wolf Benz
Hi Dhanji, Thanks for taking the time to reply. I'll reply in between yr posting. From a quick glance you have globalOnly=true in your h:messages and it looks like you're adding a message with a handle userForm:errors (non-global). Try setting globalOnly to false or creating a faces message

Re: inputSuggestAjax and onchange event

2006-08-11 Thread Gerald Müllan
Hi, this is currently an open issue: http://issues.apache.org/jira/browse/TOMAHAWK-258 cheers, Gerald On 8/10/06, Francesco Consumi [EMAIL PROTECTED] wrote: Hi all, I would need to track this event for this component, but I see in HTML code that it ignores this. how can I do ? I'm using

Re: How to submit multiple forms

2006-08-11 Thread Mak Nern Fatt Melvin
Hi Mike, Thanks for you quick reply again. I am trying sandbox and is working very well but for one problem. My commandlink is not working at all! My commandButton works well but not for commandLink. I got the following error: caiaLicenceForm:_idcl is null or not an object where

RE: [OT] Book

2006-08-11 Thread Conway. Fintan \(IT Solutions\)
Hi Matthias, Let us know what you think when you read it. Fintan -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: 10 August 2006 16:31 To: MyFaces Discussion Subject: Re: [OT] Book to be serious. It's great to have book which

Ajax Compnents

2006-08-11 Thread Robert Locklear
What are the requirements for using the Ajax components form the sandbox? Im trying into to work them in but I just keep getting the spinning clock that never ends. I see the actions on the server side but the client never updates. HtmlCommandButtonAjax HtmlSelectManyCheckboxAjax

Re: Ajax Compnents

2006-08-11 Thread Gerald Müllan
Hi, are you using client-side state saving? (have a look at your web.xml) Some of the components may only work with server-side state saving. Apart from this point, there are no special requirements. cheers, Gerald On 8/11/06, Robert Locklear [EMAIL PROTECTED] wrote: What are the

Re: Ajax Compnents

2006-08-11 Thread Rogerio Pereira
The components on sandbox has WIP (Work in Progress) status and takes some time to be feature complete, as options i can point ajax4jsf, ajaxanywhere, jsf-extensions and icefaces.2006/8/11, Gerald Müllan [EMAIL PROTECTED]:Hi,are you using client-side state saving? (have a look at your

Potlets with Tomahawk in Liferay

2006-08-11 Thread Marcus Smith
Hi, I tried to run Tomahawk components (which require Javascript) like InputCalendar or tree2 in a Portlet on the Liferay Portal without success. On portlet deployment Exceptions are thrown regarding to the ExtensionFilter. I know there is a JIRA entry about this issues and many patches are

Re: Ajax Compnents

2006-08-11 Thread Gerald Müllan
Sure thing, but they should still work. Have a look at the running sandbox examples: http://www.irian.at/myfaces-sandbox/home.jsf cheers, Gerald On 8/11/06, Rogerio Pereira [EMAIL PROTECTED] wrote: The components on sandbox has WIP (Work in Progress) status and takes some time to be feature

Re: Ajax Compnents

2006-08-11 Thread Cagatay Civici
Hi Gerald,are you using client-side state saving? (have a look at your web.xml) Some of the components may only work with server-side state saving.Apart from this point, there are no special requirements.Can you explain the dependency to the server site state saving? CagatayOn 8/11/06, Gerald

Re: selectBooleanCheckbox not checked after valuechange, why?

2006-08-11 Thread Gerald Müllan
The boolean checkbox is set according to the value binding. In your case is this the expression value=#{node.checked}, but you don`t influence the checked variable in your code. You only need to get the new value out of the event: event.getNewValue() and set the checked variable to it.

Re: Ajax Compnents

2006-08-11 Thread Gerald Müllan
Implementing the AJAX component is more easily with server side state saving. You don`t need to be aware of sending the state back to the server in every ajax request. In case of the suggest components this issue should work, we have had implemented it afterwards the first versions. I don`t

tree2 persists its state after session invalidation

2006-08-11 Thread Saama
I am using tree2 component as navigator in my application. The code is as follows: t:tree2 id=navMenu value=#{NavigationTreeHandler.expandedTreeData}

Re: Ajax Compnents

2006-08-11 Thread Cagatay Civici
I was guessing the same thing,I also had to send the client state to the server when doing an ajax request once so I thought the case is similiar here.I'd like to work on enabling the client side state saving for these components. Cheers,CagatayOn 8/11/06, Gerald Müllan [EMAIL PROTECTED] wrote:

RE: Ajax Compnents

2006-08-11 Thread Robert Locklear
Thats the problem. I defiantly prefer the client side saving. I guess Ill just wait until these are stable before using them.   Just wanted to add a little something extra to my application. Ive already use ajaxanywhere but its not quite the same. Anyway, thanks for the comments.

SCHEDULE custom entry problem with div tag

2006-08-11 Thread Adrien FOURES
Hi, I try to create my own method renderContent. I have a problem in putting a div tag in the entry of schedule. For selected entry it works normaly, but for unselected entry, it doesn't work. After source code, i finded that the schedule render an anchor tag for unselected entry in

RE: Ajax Compnents

2006-08-11 Thread Frank Russo
Have you looked at ajax4jsf? I'm starting to evaluate there use. On first read, they look promising. I'll post with some feedback, once I've had time to use them... Frank RussoSenior DeveloperFX Alliance, LLC From: Robert Locklear [mailto:[EMAIL PROTECTED] Sent: Friday, August 11, 2006

Re: How to submit multiple forms

2006-08-11 Thread Mike Kienenberger
On 8/11/06, Mak Nern Fatt Melvin [EMAIL PROTECTED] wrote: Thanks for you quick reply again. I am trying sandbox and is working very well but for one problem. My commandlink is not working at all! My commandButton works well but not for commandLink. I got the following error:

Re: Wrap actionListener methods

2006-08-11 Thread Hubert Rabago
Oops. Meant to send it to the list. -- Forwarded message -- To: Mike Kienenberger [EMAIL PROTECTED] On 8/10/06, Mike Kienenberger [EMAIL PROTECTED] wrote: On 7/19/06, Hubert Rabago [EMAIL PROTECTED] wrote: Is there a way to wrap all calls to methods called by h:something

Re: Problem with myfaces/facelets template.xhtml

2006-08-11 Thread Mike Kienenberger
On 8/10/06, Gus [EMAIL PROTECTED] wrote: It seems I found the problem. After I moved the several comments in the template.html, it displays correctly. Modified codes is as follows: Hey Gus. Yes, that's right, now that you point it out. Text (even if it is comments) is internally treated by

update dataTable data

2006-08-11 Thread vasiliy.kiryanov
Hello. I have auto sortable dataTable and backbean in the request scope that receives data when user enter date and clink on the button. When I click on header in order to restort page is refreshed and data is empy in the table. What is the good aproch to invoke method in the backbean that

Re: update dataTable data

2006-08-11 Thread Murat Hazer
Hi,you can save dataTable data with t:saveState so your sort algorithm works.. or try preserveDataModel attribute of the t:dataTable it should also work.regards.. On 8/11/06, vasiliy.kiryanov [EMAIL PROTECTED] wrote: Hello.I have auto sortable dataTable and backbean in the request scope

RE: update dataTable data

2006-08-11 Thread Baker,Jonathan
I believe the problem you are having is that commandSortHeaders are set by default to immediate. This is from the tomahawk documentation: Clickable sort column header. Must be nested inside an extended data_table tag. This tag is derived from the standard command_link tag and has the

Customer enum type converter not being called during rendering

2006-08-11 Thread Julio.A.Mistral
Hi - Using Tomahawk 1.1.3 and MyFaces 1.1 with Facelets, I wrote a custom converter to convert to and from Java 5 enum types but it's not being called when one of my JSF pages is rendered. As such, it's causing the following exceptions. I'm also including how I register the

myfaces-wap-1.0.9rc3.jar???

2006-08-11 Thread Brian Ehmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hey Guys, I'm working on a WAP application and I noticed a myfaces- wap-1.0.9rc3.jar file in the maven repo. Unfortunately I can not find any documentation related to MyFaces and WAP. Can anyone tell me if this is an active project and if it

Re: myfaces-wap-1.0.9rc3.jar???

2006-08-11 Thread Mike Kienenberger
On 8/11/06, Brian Ehmann [EMAIL PROTECTED] wrote: I'm working on a WAP application and I noticed a myfaces- wap-1.0.9rc3.jar file in the maven repo. Unfortunately I can not find any documentation related to MyFaces and WAP. Can anyone tell me if this is an active project and if it is, where I

Re: [Tobago] - repeatedly tries to use a style file called none and errors

2006-08-11 Thread Bernd Bohmann
Hello John, if your own theme based on richmod. I found following background: #6699FF url(none) repeat-x top; in the selector div.tobago-tab-selected-outer and div.tobago-tab-unselected-outer in the file org/apache/myfaces/tobago/renderkit/html/richmond/standard/style/style.css Can you try

creating 'empty' select items

2006-08-11 Thread Laurie Harper
How do I create an 'empty' SelectItem? I'd like to present a selectOneChoice which allows the target model value to be set to 'null'. But I can't create a 'null' SelectItem: SelectItems[] items = new SelectItems[] { new SelectItem(null, (none)), new SelectItem(1, one), ... };

Re: creating 'empty' select items

2006-08-11 Thread Laurie Harper
Mike Kienenberger wrote: If I recall, one of the constructors does allow you to inconsistently pass in a null. Unfortunately not, at least in 1.1.1 (the version I'm currently using); the only constructor that doesn't have the check is the no-args constructor :-) And in JSF 1.2, I just saw