Re: Managing List properties: MyFaces vs. RI

2006-01-05 Thread Dennis Byrne
Can you please post either of these stack traces? >-Original Message- >From: Laurie Harper [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 5, 2006 11:57 PM >To: users@myfaces.apache.org >Subject: Managing List properties: MyFaces vs. RI > >I seem to have stumbled into a mini-constellati

Re: JSCookMenu now supports ActionListener

2006-01-05 Thread Bernd Bohmann
Hello, myfaces is using maven now. See: http://wiki.apache.org/myfaces/Building_With_Maven Regards Bernd William Crose schrieb: Thomas, I have checked out the latest source from SVN. Where can I get the ant build xml files to build the project? assuming the myfaces (an apache project)

Re: Custom NavigationHandler

2006-01-05 Thread Laurie Harper
Craig McClanahan wrote: On 1/5/06, Laurie Harper <[EMAIL PROTECTED]> wrote: I was just looking at implementing a custom navigation handler. I need to basically replace the standard implementation with my own to extend the semantics. I thought I'd start with the MyFaces implementation and just t

Re: JSCookMenu now supports ActionListener

2006-01-05 Thread William Crose
Thomas,I have checked out the latest source from SVN.  Where can I get the ant build xml files to build the project?  assuming the myfaces (an apache project) is using the apache's ant project to do the building.  I would like to get the jscookmenu working..! Thanks in advance...On 12/19/05, Thomas

RE: urgent jsf tree2 component problem

2006-01-05 Thread Saurabh Rasinghaney
Hi Sean, Thanks for your help, I found the fix for the problem. Just added following context param in web.xml javax.faces.STATE_SAVING_METHOD client And it worked Default value is server and Looks like in JSF 1.1 'server' param is having few issues. Best Regards, _

Re: model update failing, I can't see why

2006-01-05 Thread Laurie Harper
Dennis Byrne wrote: So, in cases where I need to output something, I know I'll have it there. Isn't what you're talking about only an issue if I go from a view with an input component to one that expects to display the input value, rather than validation returning to the same view that has the

Managing List properties: MyFaces vs. RI

2006-01-05 Thread Laurie Harper
I seem to have stumbled into a mini-constellation of inter-related and conflicting bugs between MyFaces (1.1.1) and the RI (1.1_01) around configuring managed List properties. Perhaps someone can help me figure out what the correct behaviour(s) should be so I can identify which are bugs in each

Re: JSCookMenu now supports ActionListener

2006-01-05 Thread William Crose
Thomas,I used the two files you attached "jscookmenu.jsp" and "JSCookMenuBean.java" to create a menu to navigate between two jsp pages. The navigation doesn't work from either page to the other (no navigation at all).  Here is the snippet of code from the jsp that creates the menu:         <%/* Ava

Re: Custom NavigationHandler

2006-01-05 Thread Craig McClanahan
On 1/5/06, Laurie Harper <[EMAIL PROTECTED]> wrote: I was just looking at implementing a custom navigation handler. I needto basically replace the standard implementation with my own to extendthe semantics.I thought I'd start with the MyFaces implementation and just tweak it to do what I need. But

Re: model update failing, I can't see why

2006-01-05 Thread Dennis Byrne
>So, in cases where I need to output something, I know I'll have it >there. Isn't what you're talking about only an issue if I go from a view >with an input component to one that expects to display the input value, >rather than validation returning to the same view that has the input >component?

Custom NavigationHandler

2006-01-05 Thread Laurie Harper
I was just looking at implementing a custom navigation handler. I need to basically replace the standard implementation with my own to extend the semantics. I thought I'd start with the MyFaces implementation and just tweak it to do what I need. But NavigationHandlerImpl depends on a bunch of

Re: Something like forceId for regular components?

2006-01-05 Thread Laurie Harper
Marti, Adrian (Adrian) wrote: Hello all, First post, hopefully not too common a question. Working on a project with a lot of preexisting javascript functions where the id's of components need to be exactly what is expected. JSF seems to want to prefix all of my component

Re: model update failing, I can't see why

2006-01-05 Thread Laurie Harper
Dennis Byrne wrote: Er, a couple of times :-) Yes, it makes sense; either getDescription() will be called to render the outputText (view) or it will be called to render the inputText (edit). And because (without the hidden field) renderMode is effectively not preserved through the whole 'edit

Re: urgent jsf tree2 component problem

2006-01-05 Thread Sean Schofield
One other idea would be to use tiles instead of framesets ... On 1/5/06, Sean Schofield <[EMAIL PROTECTED]> wrote: > What version of myfaces are you using? I'm a bit busy at the moment > to look into it (massive maven and subversion work going on behind the > scenes right now.) I'm going to try

Re: urgent jsf tree2 component problem

2006-01-05 Thread Sean Schofield
What version of myfaces are you using? I'm a bit busy at the moment to look into it (massive maven and subversion work going on behind the scenes right now.) I'm going to try and get back to tree2 after this is all done in a few weeks. I'd suggest using version 1.1.1 if you are not already doing

Re: InputDate Problems

2006-01-05 Thread Simon Kitching
Elam Daly wrote: Hi All, I have this - timeZone="EST" ampm="true"/> 2. The seconds are showing, which I don't want. Is there someway to get rid of them? Perhaps this?

Re: InputDate Problems

2006-01-05 Thread Dennis Byrne
I realize the web site documentation says there is @ampm , but this attribute was added after the 1.1.1 release. You may want to grab a nightly build if you want this feature. >-Original Message- >From: Elam Daly [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 5, 2006 09:24 PM >To: '

InputDate Problems

2006-01-05 Thread Elam Daly
Hi All, I have this - and am having two problems: 1. The ampm attribute in the inputDate component is causing an exception with MyFaces 1.1.1.  - "Attribute ampm invalid for tag inputDate according to TLD" 2.  The seconds are showing, which I don't want.  Is there someway to get rid of them? Tha

Re: HtmlDataTable with Ajax

2006-01-05 Thread Matthias Wessendorf
I saw you implemented scrolling by clicking on an image. Have thought about ajax-scrolling, by using the mouse wheel button? :-) -Matthias On 1/5/06, Volker Weber <[EMAIL PROTECTED]> wrote: > > Matthias Wessendorf wrote: > > nice stuff Volker :-) > > > > but a bit slow isnt't it? > > > > Yes it'

urgent jsf tree2 component problem

2006-01-05 Thread Saurabh Rasinghaney
Hey Everyone,   We are facing exactly similar problem as was faced by Tim, http://mail-archives.apache.org/mod_mbox/myfaces-users/200505.mbox/[EMAIL PROTECTED] Not sure if this has been fixed or not,   To quote from Tim’s message“We wanted to use the Apache MyFaces tree2 component in

How to call a jsf from a jsp page

2006-01-05 Thread Vladimir Coutinho
How to call a jsf from a jsp page passing a value to a backing bean?-- Vladimir M Coutinho

Re: model update failing, I can't see why

2006-01-05 Thread Dennis Byrne
>I'm not sure what you mean by 'conversation peice' but I think I >understand what you're saying. The backing bean is in request scope and >renderMode defaults to 'view' if there isn't a request parameter to set >it to something else. So when the form is submitted and the component >tree (re)bui

Re: model update failing, I can't see why

2006-01-05 Thread Laurie Harper
Dennis Byrne wrote: During the render response phase of the first request, #{backing.project.description} will be rendered as the value of [EMAIL PROTECTED] if #{backing.renderMode eq 'edit'} . OK, this makes sense; I have an action method to initiate editting which sets renderMode to 'edit'

AW: AW: AW: Problem text with inputText rendering behaviour in a dataTable

2006-01-05 Thread Matthias Kahlau
Many thanks for your explanation Simon, the UIData logic really impresses me... Regards, Matthias > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Auftrag > von Simon Kitching > Gesendet: Donnerstag, 5. Januar 2006 22:30 > An: MyFaces Discussion > Betr

Something like forceId for regular components?

2006-01-05 Thread Marti, Adrian \(Adrian\)
Hello all,   First post, hopefully not too common a question.         Working on a project with a lot of preexisting _javascript_ functions where the id’s of components need to be exactly what is expected. JSF seems to want to prefix all of my component id’s with the form id.

Re: model update failing, I can't see why

2006-01-05 Thread Dennis Byrne
During the render response phase of the first request, #{backing.project.description} will be rendered as the value of [EMAIL PROTECTED] if #{backing.renderMode eq 'edit'} . However the value for [EMAIL PROTECTED] (coming back from the browser) will not be assigned back to #{backing.project.des

Re: AW: AW: Problem text with inputText rendering behaviour in a dataTable

2006-01-05 Thread Simon Kitching
Matthias Kahlau wrote: Hi Volker! many thanks for your help. The problem with the equal component ids in the logging output was caused by using dataModel.setRowIndex() instead of uiData.setRowIndex() to access a row object. But why can't dataModel.setRowIndex() be used? I have used dataModel.g

Re: Custom validator invoked multiple times in process validations phase

2006-01-05 Thread Mike Kienenberger
Matthias, I haven't seen this behavior, even with custom validators. You're somehow preserving the messages between page requests, but that's not normally the case, even when using immediate. I don't think the behavior is caused by validators -- they're just demonstrating the issue by generating

model update failing, I can't see why

2006-01-05 Thread Laurie Harper
I have this really weird problem I can't explain. I'm hoping someone can give me some insight. The problem is that my backing bean isn't being updated properly during the update model phase, *unless* I include a hidden input. With the source listed below it works fine, but if I remove the h:inp

Re: HtmlTableRendererBase and ResultSetDataModel

2006-01-05 Thread Pichai Ongvasith
Thanks you all for the comments and advice. Now I know that I didn't do anything wrong on my part. I just patched my own app, using the following code. int first = uiData.getFirst(); int rows = uiData.getRows(); int rowCount = uiData.getRowCount(); int last = -1;

AW: Custom validator invoked multiple times in process validations phase

2006-01-05 Thread Matthias Kahlau
Thanks Mike, but the custom validator is the source of the problem (it's implemented by following an example of the JSF book of Hans Bergsten). I implemented it before I've heared about the sandbox component, and it works, so I'll keep hold of it at the moment. I just tried the scenario with a b

AW: AW: AW: Problem text with inputText rendering behaviour in a dataTable

2006-01-05 Thread Matthias Kahlau
Hi Volker! > How did your custom validator works? > If you implement javax.faces.validator.Validator you don't need a > binding, because the related UIComponent is given as parameter at the > validate() method. My validation method is independent of any validation facilities provided by JSF. I c

JSF problem with unicode data entered into TextFields.

2006-01-05 Thread Legolas Woodland
Hi Thank you for reading my post Image that you have a jsp page with some Textfields now you enter some unicode (Hebrew)data into those TextField (textArea ...) and press save , save button will do some processing and come back to the page itself. now all entered characters are con

Re: Custom validator invoked multiple times in process validations phase

2006-01-05 Thread Mike Kienenberger
Hi Matthias, I don't know the answer to your problem, but there's a sandbox:validateCompareTo that you can use instead of creating your own custom validator. I already use it to compare two dates: On 1/5/06, Matthias Kahlau <[EMAIL PROTECTED]> wrote: > Hi! > > > I have a problem with a valid

Re: AW: AW: Problem text with inputText rendering behaviour in a dataTable

2006-01-05 Thread Volker Weber
Hi, Matthias Kahlau wrote: > Hi Volker! > > many thanks for your help. The problem with the equal component ids in the > logging output was caused by using dataModel.setRowIndex() instead of > uiData.setRowIndex() to access a row object. > > But why can't dataModel.setRowIndex() be used? > > I

RE: Problem with the PagedListDataModel from WIKI

2006-01-05 Thread Miller, John
To clarify I can reproduce the problem by simply changing the 1 line in the jsp where my bean has both ways to access the data:  

AW: AW: Problem text with inputText rendering behaviour in a dataTable

2006-01-05 Thread Matthias Kahlau
Hi Volker! many thanks for your help. The problem with the equal component ids in the logging output was caused by using dataModel.setRowIndex() instead of uiData.setRowIndex() to access a row object. But why can't dataModel.setRowIndex() be used? I have used dataModel.getRowData() successfully

Problem with the PagedListDataModel from WIKI

2006-01-05 Thread Miller, John
  Has anyone seen a problem like this? Any help would be greatly appreciated! I have a dataTable/dataScroller combo Here is some of the code           Custom validator invoked multiple times in process validations phase
Hi! I have a problem with a validator, this time with a custom validator used as custom JSP action inside a JSF page. The validator is a "laterThan" validator, which compares two dates when I try to save the form. I use the following tag only one time in the JSP page, but the validator is invoke

Re: AW: Eventually Bugs in InputSuggestAjax

seems you need to checkout the whole myfaces: http://svn.apache.org/repos/asf/myfaces/current/ Harald Müller wrote: > Hi! > > Is there a special "configuration" needed to compile it? > > Always get an error: > > [INFO] Failed to resolve artifact. > > GroupId: org.apache.myfaces > ArtifactId:

Re: AW: Problem text with inputText rendering behaviour in a dataTable

Hi, Matthias Kahlau wrote: > Hi Volker! > > > I chose a different solution in the meantime, without using a immediate > command. So the model values are updated. I had to omit the required > validator of the inputText in the dataTable using this approach to avoid > validation errors on non-save

Re: HtmlDataTable with Ajax

Matthias Wessendorf wrote: > nice stuff Volker :-) > > but a bit slow isnt't it? > Yes it's an old system :-( (Pentium II, 300MHz, 128MB). And a slow uplink also. And there was a bug left in Ajax so i need to redeploy some times, to check and fix this, so maybe the container needs to recompile

Re: ActionListener invoked over and over

You'll want to put this in the Tomahawk (RI Compatability) category. http://myfaces.apache.org/issue.html >-Original Message- >From: Thierry Buecheler [mailto:[EMAIL PROTECTED] >Sent: Thursday, January 5, 2006 10:10 AM >To: 'MyFaces Discussion' >Subject: Re: ActionListener invoked over an

Re: HtmlDataTable with Ajax

nice stuff Volker :-) but a bit slow isnt't it? On 1/5/06, Volker Weber <[EMAIL PROTECTED]> wrote: > > > Volker Weber wrote: > > Or take a look at http://weber-oldenburg.dyndns.org/tobago-examples-demo/ > > where i have deployed the ajax enabled demo. > > Sorry wrong url, must be: > http://webe

Re: HtmlDataTable with Ajax

Onur > it automatically updates it's data from the server after a certain time-frame. a nice use case for this component can be a page, where a user has a list of stocks he is observing. -Matthias

AW: Problem text with inputText rendering behaviour in a dataTable

Hi Volker! I chose a different solution in the meantime, without using a immediate command. So the model values are updated. I had to omit the required validator of the inputText in the dataTable using this approach to avoid validation errors on non-save actions which target to the same JSF page.

Re: HtmlDataTable with Ajax

Well, the updateDataTable is AJAX-enabled - but in a different way from what you want. it automatically updates it's data from the server after a certain time-frame. regards, Martin On 1/5/06, Onur Tokan <[EMAIL PROTECTED]> wrote: > Thanks for all your responses. I don't use jsp to construct js

Re: [Studio Creator]How to use 3rd party taglib in jsf pages

Legolas Woodland wrote: Hi Thank you for reading my post. Can some one please help me to add a taglib to my jsf page ? Im using Creator 2 EA 2 , I add all jar files to its build path and also to web-inf/lib now when i add the taglib definition to a page it say : The markup in the document prece

Re: AW: Eventually Bugs in InputSuggestAjax

Hi! Is there a special "configuration" needed to compile it? Always get an error: [INFO] Failed to resolve artifact. GroupId: org.apache.myfaces ArtifactId: myfaces Version: 1.1.2-SNAPSHOT Reason: Unable to download the artifact from any repository org.apache.myfaces:myfaces:pom:1.1.2-SNAPS

Re: HtmlDataTable with Ajax

Thanks for all your responses. I don't use jsp to construct jsf tree. I create them on the fly. So I think ajax anywhere will not work for me. I changed my HtmlDataTable with AutoUpdateDataTable. It works. sure it's not ajax enabled. What should I add to it to make it ajax enabled. I will look at

Re: NavigationMenuItem

I have the same problem. William Crose wrote: Thomas, I used the two files you attached "jscookmenu.jsp" and "JSCookMenuBean.java" to create a menu to navigate between two jsp pages. The navigation don't work from either page to the other (no navigation at all). Here is the snippet of code

Re: HtmlDataTable with Ajax

Volker Weber wrote: > Or take a look at http://weber-oldenburg.dyndns.org/tobago-examples-demo/ > where i have deployed the ajax enabled demo. Sorry wrong url, must be: http://weber-oldenburg.dyndns.org/tobago-example-demo/ -- Don't answer to From: address! Mail to this account are droped if n

Re: HtmlDataTable with Ajax

Volker Weber wrote: > Hi, > > Werner Punz wrote: > >>Volker Weber wrote: >> >> >>>Hi, >>> >>>Werner Punz wrote: >>> >>> >>> Onur Tokan wrote: >Hi, > >Is there anyone tried to embed Ajax into HtmlDataTable? I'am using >HtmlDataTable with paging and scrooler

Re: Problem text with inputText rendering behaviour in a dataTable

Hi Matthias, Matthias Kahlau wrote: > Hi! > > > I have a strange problem using inputText in each row of dataTable. > > The inputText has a component-binding to a session-scoped Backing-Bean. > > I use an immediate commandButton to delete some selected rows. > > When the JSF page is redisplaye

RE: TreeNode problem

I am having some problems with tree node, using MyFaces 1.1.1. I am constructing a tree node with the following statement but isLeaf returns true. treeNode= new TreeNodeBase(nodeType.toString(), node, false); This is still the case even if I explicitly call setLeaf(false); after creating the

Re: HtmlDataTable with Ajax

Hi Onur, currently ajax is not enabled as default, it needs more testing before doing so. If you checkout the sources you can enable ajax in the tobago-config.xml of the tobago-examples-demo. The sources are currently in incubator: svn co http://svn.apache.org/repos/asf/incubator/tobago/trunk/ t

Re: HtmlDataTable with Ajax

Hi, Werner Punz wrote: > Volker Weber wrote: > >>Hi, >> >>Werner Punz wrote: >> >> >>>Onur Tokan wrote: >>> >>> >>> Hi, Is there anyone tried to embed Ajax into HtmlDataTable? I'am using HtmlDataTable with paging and scrooler controls on it and I want to implement it by using

Re: HtmlDataTable with Ajax

Volker Weber wrote: > Hi, > > Werner Punz wrote: > >>Onur Tokan wrote: >> >> >>>Hi, >>> >>>Is there anyone tried to embed Ajax into HtmlDataTable? I'am using >>>HtmlDataTable with paging and scrooler controls on it and I want to >>>implement it by using ajax. Any 3rd party component works. Any >>

RE: update other component values via an immediate action

Thanks Simon for that link it did the trick. Maybe I should go take a second look at that wiki, last I looked the documentation was pretty sparse though. I also tried putting a literal string for the action attribute and that did not work. Thanks again! -John -Original Message- From: Si

Re: HtmlDataTable with Ajax

Hi, I don't think autoupdatetable implements paging and sorting. Werner, can you send a link to specified component. Volker, I've look at the tobago's sheet component. It's not ajax enabled. Can you explain the way you achive it. Will you send the sources, Regards, On 1/5/06, Volker Weber <[EMA

Re: ActionListener invoked over and over

Dennis? Do you know how I can report this behaviour? T. Dennis Byrne wrote: Did you try it w/ an action ? What happens when you set the action attribute of the command to a backing bean method? -Original Message- From: Thierry Buecheler [mailto:[EMAIL PROTECTED] Sent: Tuesday, Janu

Re: HtmlDataTable with Ajax

No. that doesn't work - I mean it's not built in ;) regards, Martin On 1/5/06, Volker Weber <[EMAIL PROTECTED]> wrote: > Hi, > > Werner Punz wrote: > > Onur Tokan wrote: > > > >>Hi, > >> > >>Is there anyone tried to embed Ajax into HtmlDataTable? I'am using > >>HtmlDataTable with paging and scr

Re: JSF Chart Creator and JSF Client Side Validators

I agree validation is an overlap (and it really doesn't need to be.) Dialog and saveState are similar but different enough (IMO) to justify the two instances. t:saveState uses a component approach to maintain state between requests. Dialog uses more of a framework approach (there are no custom t

Re: JSF Chart Creator and JSF Client Side Validators

I agree that Shale is not supposed to be for components. The validation stuff in Shale came along before Tomahawk. I have a feeling that David might have donated it to MyFaces had that not been the case. Perhaps we could make the pitch to the rest of the Shale team about moving the validators to

Re: HtmlDataTable with Ajax

Hi, Werner Punz wrote: > Onur Tokan wrote: > >>Hi, >> >>Is there anyone tried to embed Ajax into HtmlDataTable? I'am using >>HtmlDataTable with paging and scrooler controls on it and I want to >>implement it by using ajax. Any 3rd party component works. Any >>suggestion? >> > > There is one in t

Re: HtmlDataTable with Ajax

Well, there are interesting propositions for custom lifecycles in JSF1.2. We'll see what comes from there. regards, Martin On 1/5/06, Volker Weber <[EMAIL PROTECTED]> wrote: > I just made this for tobagos sheet. > > Paging and sorting is now ajax-based, if ajax is enabled. > > BTW: switching th

Re: HtmlDataTable with Ajax

Onur Tokan wrote: > Hi, > > Is there anyone tried to embed Ajax into HtmlDataTable? I'am using > HtmlDataTable with paging and scrooler controls on it and I want to > implement it by using ajax. Any 3rd party component works. Any > suggestion? > There is one in the sandbox...

Re: JSF Chart Creator and JSF Client Side Validators

Martin Marinschek wrote: > In fact, > > I'd not deny a component coming in even if it is a little duplicate to > what shale has to offer. Shale is not supposed to be a full-blown > component library, that's what we are here for I'd say. > > regards, > > The way I see it is, that shale tries to b

Re: HtmlDataTable with Ajax

I just made this for tobagos sheet. Paging and sorting is now ajax-based, if ajax is enabled. BTW: switching the active tab in tabGroup could also set to work ajax-based. But this is more than patching just a single component. A full ajax lifecycle is needed, and i can't see how this could be ea

Re: HtmlDataTable with Ajax

Personally I haven't. but it really would be cool to have *ajax-based* scrolling. Just my $.02 On 1/5/06, Onur Tokan <[EMAIL PROTECTED]> wrote: > Hi, > > Is there anyone tried to embed Ajax into HtmlDataTable? I'am using > HtmlDataTable with paging and scrooler controls on it and I want to > imp

Problem text with inputText rendering behaviour in a dataTable

Hi! I have a strange problem using inputText in each row of dataTable. The inputText has a component-binding to a session-scoped Backing-Bean. I use an immediate commandButton to delete some selected rows. When the JSF page is redisplayed after deleting the last row with an empty inputText, al

Re: JSF Chart Creator and JSF Client Side Validators

In fact, I'd not deny a component coming in even if it is a little duplicate to what shale has to offer. Shale is not supposed to be a full-blown component library, that's what we are here for I'd say. regards, Martin On 1/5/06, Cagatay Civici <[EMAIL PROTECTED]> wrote: > Actually my reference

Re: AW: Eventually Bugs in InputSuggestAjax

Hi Andreas, [EMAIL PROTECTED] wrote: > Hi guys! > > With libs do I need?Are they in the newest nightly? And is the List then > shown right under the inputtag? > By the way: Is there another way to checkout the newest nightly (not from SVN > - because the port is blocked in my company...) Perhap

Re: JSF Chart Creator and JSF Client Side Validators

Actually my reference to the JSF Client Validators is asp.net's validators, I've implemented almost all of the client validators in asp.net for JSF. I will also check the Struts Shale project soon. I am currently busy with the stuff that is needed to integrate the components with myFaces and other

RE: JSF Chart Creator and JSF Client Side Validators

I doubt that it will be possible to work without the servlet... (knowing JFreeChart) regards Alexander From: Legolas Woodland [mailto:[EMAIL PROTECTED] Sent: Thursday, January 05, 2006 1:24 PM To: MyFaces Discussion Subject: Re: JSF Chart Creator and JSF Client

Re: JSF Chart Creator and JSF Client Side Validators

Martin Marinschek wrote: I'm very sorry, but this will surely not be finished in a week. If you need something in a week, you'll better use the component in its current state. regards, Martin What i need to learn to remove the component dependency over a servlet ? Thank you. On

HtmlDataTable with Ajax

Hi, Is there anyone tried to embed Ajax into HtmlDataTable? I'am using HtmlDataTable with paging and scrooler controls on it and I want to implement it by using ajax. Any 3rd party component works. Any suggestion? Regard, Onur

Re: JSF Chart Creator and JSF Client Side Validators

I'm very sorry, but this will surely not be finished in a week. If you need something in a week, you'll better use the component in its current state. regards, Martin On 1/5/06, Legolas Woodland <[EMAIL PROTECTED]> wrote: > Cagatay Civici wrote: > Hi, > > JSF Chart Creator control requires JFr

Re: JSF Chart Creator and JSF Client Side Validators

Cagatay Civici wrote: Hi, JSF Chart Creator control requires JFreeChart to compile but as you guys said if it is not possible to include it in myFaces due to licensing issues the best solution for now might be to provide a link to it from MyFaces so users who need charting can find easily.

Re: JSF Chart Creator and JSF Client Side Validators

@Cagatay: That's great to hear. Please also review the client-side validation stuff in the Struts Shale project. Since it is a fellow ASF project we don't want to duplicate what they are doing. Last I checked the only client-side validation provided was that of commons-validator (basically the

Re: JSF Chart Creator and JSF Client Side Validators

Werner Punz wrote: Martin van den Bemt wrote: I hope before the java language gets obsolete ;) Mvgr, Martin Martin Marinschek wrote: Thanks for the update on the discussion - wonder at what time this will have settled ;) regards, Martin Btw. interesting point of view, as Martin alre

UIData with multihierarchical children inside produces NPE

Hello!   I've found incorrect UIData behaviour under MyFaces which produces NullPointerException on runtime and which works fine under Sun implementation. Here it is: I have a custom component which is extentor from UIInput. This component has UIPanel extentor component as child which is adde

Re: JSF Chart Creator and JSF Client Side Validators

Martin van den Bemt wrote: > I hope before the java language gets obsolete ;) > > Mvgr, > Martin > > Martin Marinschek wrote: > >> Thanks for the update on the discussion - wonder at what time this >> will have settled ;) >> >> regards, >> >> Martin > > > Btw. interesting point of view, as Ma

Re: JSF Chart Creator and JSF Client Side Validators

I hope before the java language gets obsolete ;) Mvgr, Martin Martin Marinschek wrote: Thanks for the update on the discussion - wonder at what time this will have settled ;) regards, Martin

Re: JSF Chart Creator and JSF Client Side Validators

Thanks for the update on the discussion - wonder at what time this will have settled ;) regards, Martin On 1/5/06, Simon Kitching <[EMAIL PROTECTED]> wrote: > On Thu, 2006-01-05 at 11:05 +0100, Martin van den Bemt wrote: > > > > > > > > > About Licensing: > > > If we do not distribute the JFreeC

Re: JSF Chart Creator and JSF Client Side Validators

On Thu, 2006-01-05 at 11:05 +0100, Martin van den Bemt wrote: > > > > > > About Licensing: > > If we do not distribute the JFreeChart-Library with the component and just > > document the dependency, would this make it possible to include the > > component? > > No. Yep, that's my understanding

Re: JSF Chart Creator and JSF Client Side Validators

This was never allowed to begin with (although projects made some mistakes in the past, which were corrected). The discussion on legal is to make it allowable, which as you probably have noted, is taking some time Mvgr, Martin Martin Marinschek wrote: No? As in no, the discussion in legal ha

Re: JSF Chart Creator and JSF Client Side Validators

No? As in no, the discussion in legal has already been settled, and this is not allowed? regards, Martin On 1/5/06, Martin van den Bemt <[EMAIL PROTECTED]> wrote: > > > > > > About Licensing: > > If we do not distribute the JFreeChart-Library with the component and just > > document the depende

Re: JSF Chart Creator and JSF Client Side Validators

About Licensing: If we do not distribute the JFreeChart-Library with the component and just document the dependency, would this make it possible to include the component? No. Mvgr, Martin

Re: JSF Chart Creator and JSF Client Side Validators

Cool - thanks for checking. Looks good to me - with this, we're good to go. Still, I think we take this in two steps, first validation, then charting. cagatay, let's start with the validators. It'd be great if you could make them firefox compatible, though. I think this is a must - at least the

RE: JSF Chart Creator and JSF Client Side Validators

And shows there is already the 1.0.0 version for maven 2... says the same... -Original Message- From: Jesse Alexander (KBSA 21) Sent: Thursday, January 05, 2006

Re: JSF Chart Creator and JSF Client Side Validators

+1 for that, if there is no clear yes and no clear no, we always can pull it out if there will be a future problem and move it to jsf-comp. Martin Marinschek wrote: > This is what was discussed on the ASF some while ago. Obviously, no > conclusion has been reached. > > I'd say that yes, this sh

Re: JSF Chart Creator and JSF Client Side Validators

Hi,JSF Chart Creator control requires JFreeChart to compile but as you guys said if it is not possible to include it in myFaces due to licensing issues the best solution for now might be to provide a link to it from MyFaces so users who need charting can find easily. JSF Client Validators has no e

RE: JSF Chart Creator and JSF Client Side Validators

-Original Message- Is JFreeChart in the maven-repository? -/Original Message- according to "Maven repository contents at Wed Nov 10 02:31:45 EST 2004" JFreeChart is at: /jfreechart/jars/jfreechart-0.9.2.jar 1802240

Re: JSF Chart Creator and JSF Client Side Validators

This is what was discussed on the ASF some while ago. Obviously, no conclusion has been reached. I'd say that yes, this should indeed be possible. Is JFreeChart in the maven-repository? regards, Martin On 1/5/06, Jesse Alexander (KBSA 21) <[EMAIL PROTECTED]> wrote: > > What is with *our* sourc

RE: JSF Chart Creator and JSF Client Side Validators

> What is with *our* sourceforge project "jsf-comp" for the chart related stuff? > could this be a possibility for a (unknown) timeframe? That is the idea of the jsf-comp-project ;-) -> easy access to a repository and distribution plattform with less restrictive rules on licences in order to hav

Re: Eventually Bugs in InputSuggestAjax

Andreas, I updated the *js files and applyed Volkers patch. The *automated* nightly build is currently out of work. (empty folder: http://cvs.apache.org/builds/myfaces/nightly/) That is because of migrating to maven2. However, if you like, I can send you a build this evening (German time) by ema

Re: JSF Chart Creator and JSF Client Side Validators

Hi, > I think we've lost the originator of this thread along the way, so I > am trying to include him again... looks like ;) > While we cannot include the chart stuff into the project due to > license issues, I'd be highly interested in the client-side validation > code. +1 for client side from

Re: Does file upload work in a Portlet ?

May be I was doing something wrong. Will investigate on this (used "only" Pluto 1.0.1) -Matthias On 1/5/06, Dean Schulze <[EMAIL PROTECTED]> wrote: > > Sorry, I haven't tried it yet. I needed to know if it worked before I > invested the time into it (we have a release next week). > > Based on y

RE: Modifying Components in Phaselistener

I found out that the first time a View is created it is serialized at the end of the doEndTag. But it should be after the tree is created. Therefor the View will be created twice when the URL is called the first time :-( So my implementation will only work after the first submit of this page.

  1   2   >