highlight

2007-01-10 Thread JS
. Thanks, JS. -- View this message in context: http://www.nabble.com/highlight-tf2952442.html#a8257504 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: select a row

2006-11-29 Thread JS
()); } setSession(Constants.QUOTE_DETAILS,detList); return generatequote; } public void select(ValueChangeEvent event) { qtSel = (QuotesSelected) myDataTable.getRowData(); } Please have a look if you can help me on this. Thanks, JS

Re: select a row

2006-11-29 Thread JS
and putting the list/bean out of session. Hope this helps, cheers, Gerald On 11/29/06, JS [EMAIL PROTECTED] wrote: Hi Gerald, Thanks for the reply. I shall give a full view of what am trying to do. I have a page with search facility with some parameters and obtain search results

Re: select a row

2006-11-28 Thread JS
manage a session scoped bean ? Or can I use request scope to do this ? Thanks, JS. Cagatay Civici wrote: datatable rows : select column1 column2 o row1 row1 o row2 row2 Generate Delete Hi JS, have you tried selectOneRow in sandbox? http

Re: select a row

2006-11-28 Thread JS
. With this component, scope of the bean will be longer than request but shorter than session. Usage: t:saveState value=#{yourBean}/ cheers, Gerald On 11/28/06, JS [EMAIL PROTECTED] wrote: Hi, I am getting the selected row value now. I am using javascript and valueChangelIstener to get

Re: select a row

2006-11-27 Thread JS
Hi Andrew, Thanks for the reply. I have downloaded the jar. But where can I find the jenia tag library documentation ? Thanks, JS. Andrew Robinson-5 wrote: I recommend using the controls from http://www.jenia.org/;. They have a radio and a checkbox that are made to work with data tables

Re: select a row

2006-11-27 Thread JS
datata. But the commandlink action is not working. Cagatay Civici wrote: datatable rows : select column1 column2 o row1 row1 o row2 row2 Generate Delete Hi JS, have you tried selectOneRow in sandbox? http://example.irian.at/example-sandbox-20061127

Re: select a row

2006-11-26 Thread JS
value ? Thanks for the help, JS. Paul Spencer-3 wrote: JS, I am not sure what you are asking for. A radio button is not a link, this it can not be used to select a row. See the MasterDetail example[1] for an example of linking from an detail row. Paul Spencer [1]http

Re: select a row

2006-11-26 Thread JS
Thanks for your reply Cagatay. Can you please tell me from where can I download jar for sandbox ? Is there anyway in jsf or myfaces for selecting a row ? Thanks, JS. Cagatay Civici wrote: Hi, There is a special datatable enhancement in sandbox for that called selectOneRow; http

Re: select a row

2006-11-26 Thread JS
Thank you. Sorry for my vague question. I know we can select a row using checkbox. But I don't want multiple row selection. I want to select only one row since I want to get a unique id from that. So can I use selectBoolean checkbox for that ? Thanks for the time for me. JS. Cagatay Civici

Re: select a row

2006-11-26 Thread JS
inside command link ? Thanks, JS. Gerald Müllan wrote: Hi, well, in this case it would be best to use t:updateActionListener. You can specify a value and push it to somewhere in the model. There is no special need of a radio button or checkbox, you only have to give it a commandLink

Re: select a row

2006-11-26 Thread JS
Thanks Gerald. Let me just clear, so in short you are saying, I can use radio inside command link for just selection purpose even though its a circular way. Thanks, JS. Gerald Müllan wrote: Hi, from usability point of view i would suggest to delete an item directly via clicking

select a row

2006-11-25 Thread JS
Hi, Please anyone tell me how can I select a row from t:datatable using t:selectoneradioButton ? Please help me. Thanks, JS. -- View this message in context: http://www.nabble.com/select-a-row-tf2705195.html#a7542933 Sent from the MyFaces - Users mailing list archive at Nabble.com.

sum of group by column in datatable

2006-11-21 Thread JS
Total total1 total2 Anyone has an idea how can find 2 totals in one datatable ? I am using t:datatable. Please help me. Thanks, JS. -- View this message in context: http://www.nabble.com/sum-of-group-by-column-in-datatable-tf2668272.html#a7440488 Sent from the MyFaces

Re: sum of group by column in datatable

2006-11-21 Thread JS
Hi, Any one have an idea ? Please help me Thanks, JS. JS wrote: Hi, How can I find the sum of group by columns in datatable ? For example : header1hearder2 header3 parent 1 child1 child11 child2 child22 Totaltotal1

t:dataTable input

2006-11-16 Thread JS
Hi, I have datatable with rows adding dynamically with inputText. I cannot get the value entering into input text field. Here is my code : t:dataTable value=#{TSKBean.workQtDetail} var=wkQtDetail columnClasses=columnStyle border=0 columnClasses=dataColm1,dataColm2 preserveDataModel=false

Re: t:dataTable input

2006-11-16 Thread JS
Me again. Any one have a thought about my problem ? Please respond JS wrote: Hi, I have datatable with rows adding dynamically with inputText. I cannot get the value entering into input text field. Here is my code : t:dataTable value=#{TSKBean.workQtDetail} var=wkQtDetail

RE: t:dataTable input

2006-11-16 Thread JS
can get the value in the backing bean from an input text field outside the datatable.But when it comes inside it doesn't ! Am I clear ? If am not please tell me . I shall post the bean code as well. Thanks, JS. Nebinger, David wrote: I have datatable with rows adding dynamically

RE: t:dataTable input

2006-11-16 Thread JS
on it. Please help me. Thanks, JS. Nebinger, David wrote: Sorry if I was unclear. Backing bean is not getting updated. The UIData object that is backing the h:dataTable would be updated upon submit, therefore the list itself (with each individual wkQtDetail instance) should also be updated

RE: t:dataTable input

2006-11-16 Thread JS
) itr.next(); Logger.getLog().debug(qtOfEffort : +key.getQtOfEffort()); // here i should get the updated value. but am not. } Thanks, JS. Nebinger, David wrote: I am not using the UIData object. I am not whether I have written write code for that. Here is my backing bean method corrsponding

RE: t:dataTable input

2006-11-16 Thread JS
ok. Then how can I access the updated workQtDetail list ? and qtOfEffort value ? Please tell me where I am going wrong in this ? Thanks, JS. Nebinger, David wrote: Sure. I will In the action method I am getting the getWorkQtDetail() list and when I iterate it , I can see

RE: t:dataTable input

2006-11-16 Thread JS
ohh do I need to set like if(workQtDetail ==null) { workQtDetail = new ArrayList(); } JS wrote: ok. Then how can I access the updated workQtDetail list ? and qtOfEffort value ? Please tell me where I am going wrong in this ? Thanks, JS. Nebinger, David wrote: Sure. I