Re: Understanding phases and UIInput inside of UIData

2006-07-07 Thread Andrew Robinson
Thanks for the feedback. I got it working with adding a dummy error message. However, I will keep this information handy. thanks On 7/3/06, Jana Parvanova <[EMAIL PROTECTED]> wrote: Hi! I don't know whether this would help u, but this is what i do: - Set immediate=true for both inputs in tab

t:panelNavigation2 toggle behavior

2006-07-07 Thread Martin Grotzke
hello, i'm just starting with the t:panelNavigation2 and have an issue with the toggling of active parent navigation items. E.g. i have a top-navigation with items 1 and 2, and a sub-navigation with items 1.1 and 1.2 (sub-navigation of top-item 1). When 1 is activated, 1.1 and 1.2 are displayed,

RE: Tomahawk: Tree2: TreeNodeBase.getChildCount() question - Lazy Loading issue.

2006-07-07 Thread Todd Patrick
The error I received was NullPointerExceptions when I tried to expand the tree. Again, I believe this is all my issue due to how I am creating the children. I tried to use TreeModelBase, but I am having a hard time modifying my POJOs to pass in the model and parent parameters that you have in the

Is a Sortable required to be enclosed in ?

2006-07-07 Thread Paul Spencer
Must a be enclosed in a for sorting to work? This is my experience with Tomahawk 1.1.3, but it I does no appear to be document! Below is an example of a data table with 2 sortable columns. BTW: This is

Re: Tomahawk: Tree2: TreeNodeBase.getChildCount() question - Lazy Loading issue.

2006-07-07 Thread Andrew Robinson
The "magic" of my code is just the fact that the base node reports "1" for the child count *only if* the node has not loaded the children yet and the node is not expanded. That is the big "gotcha". If you are not using TreeModelBase or the default TreeState that it comes with that base tree node f

RE: Shale Validation Framework Issue.

2006-07-07 Thread Iakouchev Alexander-EAL027C
Thank you Gary! I do appreciate for help. Now, lets make this working. Alex.      From: Gary VanMatre [mailto:[EMAIL PROTECTED] Sent: Friday, July 07, 2006 3:53 PMTo: MyFaces DiscussionSubject: RE: Shale Validation Framework Issue. The commons validator was upgraded for 1.3 support.  T

RE: Shale Validation Framework Issue.

2006-07-07 Thread Gary VanMatre
The commons validator was upgraded for 1.3 support.  The method for registering a new validation rule has changed.      The original ticket: http://issues.apache.org/struts/browse/SHALE-36   There is a bit of java doc on this here:  http://struts.apache.org/struts-shale/shale-core/apidocs/org/ap

Re: add resource problems (help needed)

2006-07-07 Thread Matthias Wessendorf
As for Dojo, it just didn't work. What showed up is a plain textarea without any buttons. The difference is TinyMCE works in Safari, but in nothing else. Dojo didn't work anywhere. ( & I've tried with the initializer imperative at various places: in the header, just before & after the form tag & j

Re: add resource problems (help needed)

2006-07-07 Thread Matthias Wessendorf
it is just more elegant and much more performant On 7/7/06, Wolf Benz <[EMAIL PROTECTED]> wrote: Sorry, forgot: is the Streaming necessary for both Dojo & TinyMCE? Wolf On 07 Jul 2006, at 20:30, Matthias Wessendorf wrote: Wolf- you may take a look at [1]. Mario did some nice stuff regarding A

Re: add resource problems (help needed)

2006-07-07 Thread Wolf Benz
Sorry, forgot: is the Streaming necessary for both Dojo & TinyMCE? Wolf On 07 Jul 2006, at 20:30, Matthias Wessendorf wrote: Wolf- you may take a look at [1]. Mario did some nice stuff regarding AddResouce. Btw. what's wrong with the dojo based editor ? the invalid XHTML issue ? You can regi

Re: add resource problems (help needed)

2006-07-07 Thread Wolf Benz
Hi Matthias, Forst of all, thanks for taking the time to reply. As for Dojo, it just didn't work. What showed up is a plain textarea without any buttons. The difference is TinyMCE works in Safari, but in nothing else. Dojo didn't work anywhere. ( & I've tried with the initializer imperative

Problem with Tree table in JSF

2006-07-07 Thread nimisha sharma
Hi,I am trying to generate a tree table structure using JSF. i did get it, and am using the tag provided by myFaces. Though i am not getting the '+' and '-' navigation signs in the tree. In place of those, i do get an image as if a gif image was supposed to be present there but is missing. The t

Tomahawk: Tree2: TreeNodeBase.getChildCount() question - Lazy Loading issue.

2006-07-07 Thread Todd Patrick
I have been unsuccessful in implementing the Lazy Loading technique that was described in the wiki or as described using AjaxAnywhere by Andrew R. "By all means, this is my own fault and no one else, I greatly appreciate everyone's help!" Therefore, I am at this point: I really just need the "plu

RE: Shale Validation Framework Issue.

2006-07-07 Thread Iakouchev Alexander-EAL027C
Thank you Matthias. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Friday, July 07, 2006 2:33 PM To: MyFaces Discussion Subject: Re: Shale Validation Framework Issue. Maybe this question is better addressed on the *new* shale u

Re: Shale Validation Framework Issue.

2006-07-07 Thread Matthias Wessendorf
Maybe this question is better addressed on the *new* shale user list On 7/7/06, Alex Yakushev <[EMAIL PROTECTED]> wrote: Hello everybody! I am a new in Shale Validation Framework. Actually I got an error then form submitted. 2006-07-07 13:52:21,401 [http-80-Processor23] WARN org.apache.commo

Re: add resource problems (help needed)

2006-07-07 Thread Matthias Wessendorf
Wolf- you may take a look at [1]. Mario did some nice stuff regarding AddResouce. Btw. what's wrong with the dojo based editor ? the invalid XHTML issue ? You can register xml based namespaces (). -Matthias [1] http://wiki.apache.org/myfaces/StreamingAddResource On 7/7/06, Wolf Benz <[EMAIL P

[OT][ANN] JAVAWUG BOF XX / Oracle City of London / 13th July 2006 @ 7pm / Update

2006-07-07 Thread Peter Pilgrim
Hi All I would like announce the twentieth birds-of-a-feather (BOF 20) of the Java Web Users Group. The event will take place at Oracle City Of London One South Place London, England EC2M 2RB. The feature speakers: Emmanuel Okyere "RI

Shale Validation Framework Issue.

2006-07-07 Thread Alex Yakushev
Hello everybody! I am a new in Shale Validation Framework. Actually I got an error then form submitted. 2006-07-07 13:52:21,401 [http-80-Processor23] WARN org.apache.commons.validator .ValidatorResources - Form 'org.apache.shale.validator.minFloatValue' not found for locale 'en_US' 2006-07-07 13

Treetable unable to refresh Data.

2006-07-07 Thread Amit Jain
Hi,    I have displaying a list using tag. The data in it is supposed to come on the basis of some filter value. So now each time new list will be displayed. However HtmlTree component don't refresh its data and throws ArrayIndexboundofException. I have even set its binded value to null as

Re: Selecting Row on sortable Datatable

2006-07-07 Thread Catalin Kormos
You're not the only with this problem, but if you need to find out the row object from the selected row you could also use the , like the following:    HTH,Catalinjoelus <[EMAIL PROTECTED]> wrote: Thanks Holger, but I have the same problem using this method. As soon as I sort the rows in the da

Re: Selecting Row on sortable Datatable

2006-07-07 Thread joelus
Thanks Holger, but I have the same problem using this method. As soon as I sort the rows in the datatable they are out of sync with the backing bean. Somehow, somewhere, a copy of the list exists as it was originally sorted, and selecting a row, either with index or an actionlistener as in the

not one proper working HTML editor??!

2006-07-07 Thread Wolf Benz
Hi List, With growing frustration (cf earlier posts) I've been trying to get "one" HTML editor to work over te last week! It's nice to have a lot of comonents, but this basic (and often requested) component that would actually WORK, an HTML editor, would be very welcome. What went wrong?

Re: tree 2 is not a dynamic tree

2006-07-07 Thread Andrew Robinson
Or use binding and create the facets and the components in them programmatically, there are many examples on the web for creating components this way. On 7/7/06, Cosma Colanicchia <[EMAIL PROTECTED]> wrote: As Andrew said, you can always use a single node type (only one facet), and inside of it

Re: dataTable rowOnClick problem

2006-07-07 Thread ldr
You have 2 id decl., maybe that messes it up - just a guess... /ldr_ -- View this message in context: http://www.nabble.com/dataTable--rowOnClick-problem-tf1867456.html#a5218107 Sent from the MyFaces - Users forum at Nabble.com.

Re: refreshing..

2006-07-07 Thread holger . schimanski
You can do that on server side by adding onchange="submit();" to and in getDimsStructToDisplay() create the proper values for in If you want to do that without reload of the page, use ajax4jsf instead of onchange="submit();" with Holger

refreshing..

2006-07-07 Thread sjarlier
Hello! I am working with jsp pages. In my pages I would like to use some selectOneMenu tags. - the first one is a list of functions (each function is associated with one dimension) - the second should display the dimension associated to the selected function Please could you tell me what can I do

RE: Which release to upgrade to? 1.1.3, 1.1.4, 1.1.5 ?

2006-07-07 Thread Lindholm, Greg
Thanks, I'll look for the announcement. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Thursday, July 06, 2006 5:18 PM To: MyFaces Discussion Subject: Re: Which release to upgrade to? 1.1.3, 1.1.4, 1.1.5 ? I need to provide the

Re: Selecting Row on sortable Datatable

2006-07-07 Thread holger . schimanski
Did you try to use this approach instead of working with index parameter? http://wiki.apache.org/myfaces/Working_with_DataTable_and_ActionListeners Kind regards Holger

Re: tomahawk 1.1.3 and tomahawk 1.1.2 bugs

2006-07-07 Thread Mario Ivankovits
Hi Alexandre! > Is there any cvs where I can work ? :) We use svn, informations about how to checkout and build can be found here: http://wiki.apache.org/myfaces/Building_With_Maven Once fixed, create a patch "svn diff" and attach it to a jira ticket at http://issues.apache.org/jira Happy coding

Re: tomahawk 1.1.3 and tomahawk 1.1.2 bugs

2006-07-07 Thread Alexandre Jaquet
Hi Mario, Is there any cvs where I can work ? :) Regards Mario Ivankovits wrote: Hi Alexandre! tomahawk 1.1.3 dataTable current row id is 1 shifted when used with dataScroller tomahawk 1.1.2 jscookmenu display bug (cross image) dataTable current row id is correct for the first page, the f

Re: tomahawk 1.1.3 and tomahawk 1.1.2 bugs

2006-07-07 Thread Mario Ivankovits
Hi Alexandre! > tomahawk 1.1.3 > dataTable current row id is 1 shifted when used with dataScroller > > tomahawk 1.1.2 > jscookmenu display bug (cross image) > dataTable current row id is correct for the first page, the first > element on the second page doesn't have an id > > it would be great if t

tomahawk 1.1.3 and tomahawk 1.1.2 bugs

2006-07-07 Thread Alexandre Jaquet
After doing some test I saw the following bugs : tomahawk 1.1.3 dataTable current row id is 1 shifted when used with dataScroller tomahawk 1.1.2 jscookmenu display bug (cross image) dataTable current row id is correct for the first page, the first element on the second page doesn't have an id

Re: Master Detail example - country.id ?

2006-07-07 Thread Torsten Krah
Should be currentCountry instead of country - i figured out few minutes after writing the mail :) kind regards Torsten PS: Its not fixed in svn - i am using svn examples here and error is still there, or i've checked out wrong examples ;) - i only used this link for example purposes. Am Freita

Re: Master Detail example - country.id ?

2006-07-07 Thread Mario Ivankovits
Hi Torsten! > http://www.irian.at/myfaces/masterDetail.jsf > Hmmm I think the samples @irian are somehow outdate, I think we already fixed this. Would be better you have a look at that sample in svn. Ciao, Mario

Master Detail example - country.id ?

2006-07-07 Thread Torsten Krah
http://www.irian.at/myfaces/masterDetail.jsf click on a country. 500 error happened istead of the form exspected. The Country Bean got no id property . I am wonder, what the workflow there is and where the Id should come from for the t:updateActionListener to fill the countryForm.id property. An

Selecting Row on sortable Datatable

2006-07-07 Thread joelus
Hi, can someone please explain the following behaviour to me: I have a dataTable and am using myfaces automatic sorting (although I have the same issue using the old commandSortHeader method). For each row in the table I have a link which is supposed to open an editable form representing the data

add resource problems (help needed)

2006-07-07 Thread Wolf Benz
Hi List, I think I've got add resource problems, but I'm not familiar enough with it to know how to correct it... some help would be appreciated. After changing the t:inputHtml (which doens't work in several browsers) with tinyMCE (a nice tip from Matthias Wessendorf), I have these proble

Re: display tag

2006-07-07 Thread Alexandre Jaquet
Forget about it I will use tomahawk table temporary . regards Alexandre Jaquet wrote: Hi, Anyone have integrated this component with myfaces 1.1 ? I can't use tomawk and myfaces due to perfomance lack. Regards

display tag

2006-07-07 Thread Alexandre Jaquet
Hi, Anyone have integrated this component with myfaces 1.1 ? I can't use tomawk and myfaces due to perfomance lack. Regards

RE: How can I display radio buttons in 2 columns? (Solved and Documented

2006-07-07 Thread Michael Heinen
I am facing the same problem with selectManyCheckbox. The setter setSharedResources is never called. Any help is appreciated Michael -Original Message- From: Matt Stine [mailto:[EMAIL PROTECTED] Sent: Donnerstag, 6. Juli 2006 18:54 To: users@myfaces.apache.org Subject: Re: How can I dis

Re: EJB3.0 and Backing Beans Design

2006-07-07 Thread Thomas Heute
> > Hi Thomas, > > In this case maybe you can fix inputSugestAjax component from > myfaces-sandbox. Seam is building other kind of solution for Ajax. that > myfaces team and the number of differences(incompatibilities) is increasing > day by day. Maybe you need to look more to the others ideas ab

RE: EJB3.0 and Backing Beans Design

2006-07-07 Thread Yee CN
The weight and complexities of SEAM sacred me 9 months ago - it still does. Moreover with near 100 jsf/BIRT pages at present it is becoming almost impossible to slot in SEAM or Shale. I am definitely biased - with the weight of 9 months of 'legacy' behind me. But I do think the conversation tag is