Question about commandSortHeader of dataTable

2005-12-26 Thread Emily Gu
Hi,     I would like to add a checkbox as the part of header using commandSortHeader in dataTable. I did the following:           Re: Duplicate id IllegalStateException upon submitting an empty h:datatable form
It is working without setting explicit id in 22 Dec build. Also with 22 Dec build the "Required value is missing." messages are showing for every field as they used to in RI, unlike the 25 Dec build with the explicit datatable id. In the latter case the "Required value is missing." strings are not

Re: Duplicate id IllegalStateException upon submitting an empty h:datatable form

No, you shouldn't have to specify @id. In the meantime, please do MyFaces a favor and try the following. Reproduce the error by removing the explicit @id from the dataTable. Then, try using the nightly build from dec. 22 http://cvs.apache.org/builds/myfaces/nightly/ . Let the list know if yo

Re: Duplicate id IllegalStateException upon submitting an empty h:datatable form

It is working with id explicitely set. Is this supposed to work like that?On 12/26/05, Dennis Byrne <[EMAIL PROTECTED] > wrote:Do you still have this problem after explicitly setting the id attribute of the dataTable element ? >-Original Message->From: xzuma [mailto:[EMAIL PROTECTED]]>Sent:

Re: Duplicate id IllegalStateException upon submitting an empty h:datatable form

Do you still have this problem after explicitly setting the id attribute of the dataTable element ? >-Original Message- >From: xzuma [mailto:[EMAIL PROTECTED] >Sent: Monday, December 26, 2005 08:05 PM >To: users@myfaces.apache.org >Subject: Duplicate id IllegalStateException upon submit

Duplicate id IllegalStateException upon submitting an empty h:datatable form

Hello, With the Dec 25 build I get the exception stack below upon submitting an h:datatable (also below), which has all input fields empty (they are all required). The exception is being thrown when a datatable UIComponent is being added to the _list, which already has this component. If I submi

Re: MyFaces, javascript, and facelets

That's another thing that has been discussed - I'd love to have those. We shouldn't necessarily call them head or body, though, but rather something like document etc... See ADF faces ;) regards, Martin On 12/26/05, Dennis Byrne <[EMAIL PROTECTED]> wrote: > Hello Martin, > > has there ever bee

Re: MyFaces, javascript, and facelets

This is a known problem - it's one of the next issues on our short-list of open issues. So stay tuned! regards, Martin On 12/26/05, Nathan Sarr <[EMAIL PROTECTED]> wrote: > Hello, > > I first wanted to say thanks very much to all those who have contributed to > MyFaces and I'm very > impressed

MyFaces, javascript, and facelets

Hello, I first wanted to say thanks very much to all those who have contributed to MyFaces and I'm very impressed with the framework. I'm a little new to MyFaces and had a few questions. I'd be grateful for any help. I was using MyFaces but noticed that the tag was always between and

Re: error in jscookmenu.

Try using the latest nightly build (there should be a link to distributions on the home page.) If you still have this problem, you may want to voice your concern here. http://issues.apache.org/jira/browse/MYFACES-974 -Original Message- From: Dudu [mailto:[EMAIL PROTECTED] Sent: Monday,

Re: jsf analogy to struts action

On 12/26/05, tony kerz <[EMAIL PROTECTED]> wrote: thanks for the suggestions.- i don't think i need any jsf facilities during processing,so your first suggestion would be most pragmatic.- just in case i end up needing to go the second route though, for this or something else, how does one "call the

error in jscookmenu.

I create a simple and static menu like this:                                        binding="#{backing_untitled1.jscookMenu1}"                       id="jscookMenu1">                                   Â

Re: jsf analogy to struts action

thanks for the suggestions. - i don't think i need any jsf facilities during processing, so your first suggestion would be most pragmatic. - just in case i end up needing to go the second route though, for this or something else, how does one "call the standard navigation handler manually"?

Tobago ToolBarRenderer

Hi, Why ToolBarRenderer can't render other childs than instances of UICommand? It will be useful to render also panel-based components. Thanks, Olexandr.

Re: adding a detail column to

Hi Claudio, optimally, you check out the current sources from SVN head. You then work against these sources, and create a patch from these sources (using e.g. eclipse - or tortoise SVN). Generally it's better sending us a patch instead of the whole source-file. regards, Martin On 12/26/05, Cla

Re: adding a detail column to

I would love sending a patch. Now I will proceed reading the docs about contributing (I've never joined an open source project), but I suppose that an account is needed for commiting on SVN repository. If you can point me to the documents I should read, I'll be very grateful. Do you prefer I s

Re: Sort Table - Page Refreshes - Then Auto Scroll Back to the Table

Yes, that should be enough. There was a bug I recently fixed though in the auto-scroll behaviour. Maybe you want to try a recent nightly? regards, Martin On 12/26/05, Mike Duffy <[EMAIL PROTECTED]> wrote: > Thx Mike. > > I've enabled the AUTO_SCROLL in my web.xml. > > The scroll back behavior i

Re: adding a detail column to

Sounds interesting. I've had this problem before, and did solve it in a non-perfect way. Essentially, I had to get rid of all columns - rendered out one column, and made sure the columns of different rows would align by using CSS and did the rest by hand. I like the idea, though! Maybe you shoul

Re: Binding of a Long value does not work upon switching from RI to MyFaces?

Thanks, it is working now.On 12/25/05, Martin Marinschek <[EMAIL PROTECTED]> wrote: Thanks for finding this bug - I just fixed it... Please try again withthe nightly build of today, or SVN head. regards,MartinOn 12/25/05, xzuma <[EMAIL PROTECTED]> wrote:> Hello,>  After switching from RI to MyFaces

Re: JSF support East Asian characters ?

Did you add a locale-config to your faces-config.xml ? de de en Thomas On 12/23/05, Dave <[EMAIL PROTECTED]> wrote: > I have a . when I type some East Asia characters into it, they > are displaying correctly. But after clicking submit button, they did not > show back correctly.

"Null child not allowed" on the TreeTable

Hello, i would like to use the TreeTable Componant. When i try to display it on a JSP, i have an error : "Null child not allowed" But when i look at the structure of my objet, there is not any null child. I return a "DefaultTreeModel" made with a TreeNode. Thank for your help. |Cordialement,

adding a detail column to

Hi, I'm starting using Tomahawk components and I find them very useful. My previuous experience dealt with Oracle ADF components, but they are full of bugs and not flexible. But there's one feature of ADF table which is very nice. Inside a datatable it is possible specifying a facet called "de

Re: Sort Table - Page Refreshes - Then Auto Scroll Back to the Table

Thx Mike. I've enabled the AUTO_SCROLL in my web.xml. The scroll back behavior is still not working. Is there anything else I need to do? I see the onclick scroll functions for the sortable columns in my data table. Is the scroll back funtionality enabled by just setting AUTO_SCROLL to true