x:selectOneRadio and dataTable

2005-06-28 Thread Rahul Pilani
I wanted to make the x:selectOneRadio to work within a dataTable. I read the forum archive and noticed that a lot of people are having the same problem. I was just wondering if anyone has found a possible solution to it yet. If not , what is the possible approach to get it to work?.. create

RE: x:selectOneRadio and dataTable

2005-06-29 Thread Rahul Pilani
an extra called "columns". You can download the source from http://sourceforge.net/projects/jsf-comp/ . greetings Jan On Wed, 29 Jun 2005 02:21:25 +0200, Rahul Pilani <[EMAIL PROTECTED]> wrote: > I wanted to make the x:selectOneRadio to work within a dataTable. I read > t

Re: Fw: Tree2 as Navigation bar

2005-08-10 Thread Rahul Pilani
We had the same problem, and this is how we solved it. We implemented the TreeNode interface with another custom type that had a url field in it. You can set the url field when you populate the tree. and then in the action attribute of the facet,set the value to be the url that you have saved i

Change in x:selectOneRadio?

2005-08-11 Thread Rahul Pilani
Is there a change in the behavior of selectOneRadio? Earlier, if nothing was set in any of the items of the radio buttons, it would set the value bound field to null. Now it does nothing. Before = myfaces1.09 Now = recent nightly build (August 8th I think) Thanks Rahul

creating jars off the nightly builds

2005-08-11 Thread Rahul Pilani
I don’t think is problem is myfaces specific, but wanted to know if anyone else was experiencing this?..   I am using java 1.5, and when I try to build a jar of the myfaces nightly build, I can’t use that jar in my projects, the compiler gives me an IndexOutOfBoundsException. I guess this

Re: creating jars off the nightly builds

2005-08-11 Thread Rahul Pilani
7;t run under 1.5 just build right? Interesting ... I wonder if its an issue with Ant and 1.5? sean On 8/11/05, Rahul Pilani < [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: > > > > I don't think is problem is myfaces specific, b

Re: creating jars off the nightly builds

2005-08-11 Thread Rahul Pilani
I am using 1.5 in my project. Thanks Rahul Martin Marinschek wrote: are you using 1.4.2 or 1.5 in your project? regards, Martin On 8/12/05, *Rahul Pilani* <[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>> wrote: I dont know what the problem is. When i use 1.5, the j

Dynamic Loading of navigation rules

2005-08-16 Thread Rahul Pilani
I wanted to load navigation rules at run-time rather than load time for my application.. after downloading the latest nightly build (8th Aug) , I found that although runtimeConfig was getting the new navigation rules, somehow they were not getting used. Upon further investigation I found th

outputlink and target attribute

2005-08-17 Thread Rahul Pilani
I just saw the tld from the latest myfaces nightly build. In the tld, the outputLink tag has the target attribute removed. Does anyone know why this was done?   Thanks Rahul

RE: h:selectManyCheckbox throwing NullPointerException when none selected. Why?

2005-08-17 Thread Rahul Pilani
Can you paste the stacktrace. It would be more helpful to know where exactly is the nullpointer exception happening.. It might not be the component's fault. This is the behaviour I was experiencing with myfaces 1.09 , might be something similar in your case. I had a bunch of different radio butto

RE: colspan capability in tables

2005-08-18 Thread Rahul Pilani
I wrote a custom renderer (which was essentially the myfaces renderer with some modifications) and a new tag to implement rowspans in datatable based on certain criteria. I guess you will have to go the same way Rahul -Original Message- From: CONNER, BRENDAN (SBCSI) [mailto:[EMAIL PROTECT

RE: h:selectManyCheckbox throwing NullPointerException when none selected. Why?

2005-08-18 Thread Rahul Pilani
: h:selectManyCheckbox throwing NullPointerException when none selected. Why? Stack trace is in first message. It's occuring in UISelectMany.getConvertedValue which is definitly in the myfaces lib. I put debug in all my functions calls and don't see that being called yet. -Steve On 8/17/05, Ra

RE: Contributor List

2005-09-06 Thread Rahul Pilani
Hi Martin, I reported MYFACES-419 and provided a patch for it. The patch wasn't applied as is, and some good corrections were made to it, so I don't know if I qualify or not. But just thought I'd mention it anyways. Rahul Pilani -Original Message- From: Martin Marinschek

HtmlTree in org.apache.myfaces.custom.tree2

2005-06-17 Thread Rahul Pilani
;         }     }     return super.isNodeExpanded();     }     }   But this is not working, I get the following error: 18:17:20,828 ERROR [org.apache.myfaces.util.DebugUtils] - javax.faces.FacesException: Could not get property nodeSelected of component server-tree   Please advise,   Thanks Rahul Pilani

Possible Bug in HtmlRenderer in Tree2

2005-06-17 Thread Rahul Pilani
I turned off the showNav attribute in the ext:tree2 tag, which caused also the showLines to turn off. I don’t think this was the intended behaviour. I couldn’t get it to turn on again even by explicitly specifying showLines=”true”   Also, when I specify the imageLocation, for the nav butt

Possible Bug in HtmlRenderer in Tree2

2005-06-20 Thread Rahul Pilani
I turned off the showNav attribute in the ext:tree2 tag, which caused also the showLines to turn off. I don’t think this was the intended behaviour. I couldn’t get it to turn on again even by explicitly specifying showLines=”true”   Also, when I specify the imageLocation, for the nav butt

RE: HtmlTree in org.apache.myfaces.custom.tree2

2005-06-21 Thread Rahul Pilani
>If you always want the node to be expanded why not just have >isNodeExpanded return true? > >Also, you seem to be trying to toggle the expanded state in >isNodeExpanded. That sounds like a recipe for trouble ;-) This >method is used to *check* if the node is expanded or not. You don't >know ho

RE: Possible Bug in HtmlRenderer in Tree2

2005-06-21 Thread Rahul Pilani
-Original Message- From: Sean Schofield [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 21, 2005 12:35 PM To: MyFaces Discussion; [EMAIL PROTECTED] Subject: Re: Possible Bug in HtmlRenderer in Tree2 >> I turned off the showNav attribute in the ext:tree2 tag, which caused also >> the showL

RE: HtmlTree in org.apache.myfaces.custom.tree2

2005-06-21 Thread Rahul Pilani
maintaining the expanded state outside of the component (basically per node, or something like that.) There are drawbacks to that approach (see archives for earlier discussions.) sean On 6/21/05, Rahul Pilani <[EMAIL PROTECTED]> wrote: > > >If you always want the node to be expanded wh

RE: Possible Bug in HtmlRenderer in Tree2

2005-06-21 Thread Rahul Pilani
so there isn't really a way to connect them via lines (AFAIK.) sean On 6/21/05, Rahul Pilani <[EMAIL PROTECTED]> wrote: > > > -Original Message- > From: Sean Schofield [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 21, 2005 12:35 PM > To: MyFaces Discussio

RE: HtmlTree in org.apache.myfaces.custom.tree2

2005-06-21 Thread Rahul Pilani
chives for the discussions I referenced? They outline some of the problems. Once you are up to speed on those issues let me know if you think you have the time and expertise to help with this. Ideally we get several people to help out. sean On 6/21/05, Rahul Pilani <[EMAIL PROTECTED]> wr