Re: Tomahawk sandbox and datascroller issue

2008-06-16 Thread Christina Sickelco
Thanks Leonardo, good suggestion. I created a very simple myfaces JSF project, with a single page containing a simple datatable and datascroller. This time, I observed that when I clicked on any of the page numbers in the datascroller, I didn't get redirected back to the login page (this mu

Re: Tomahawk sandbox and datascroller issue

2008-06-13 Thread Leonardo Uribe
The problem with the behavior you reported is that we need more info to reproduce the error. Could you do a simple example showing this issue and attach it on the jira? regards Leonardo Uribe On Fri, Jun 13, 2008 at 3:13 PM, Christina Sickelco <[EMAIL PROTECTED]> wrote: > Just wanted to ping th

Re: Tomahawk sandbox and datascroller issue

2008-06-13 Thread Christina Sickelco
Just wanted to ping this thread before I submit an issue on the tomahawk jira. Anything I can try on my side? On Fri, Jun 6, 2008 at 9:51 AM, Christina Sickelco <[EMAIL PROTECTED]> wrote: > I am seeing some very strange behavior with the datascroller component > after adding the tomahawk-sandbox-

Tomahawk sandbox and datascroller issue

2008-06-06 Thread Christina Sickelco
I am seeing some very strange behavior with the datascroller component after adding the tomahawk-sandbox-1.1.6.jar to my classpath. Whenever I go to any of my pages that has a datascroller on it, if I click on the next/previous buttons or any of the numbered pages in my datascroller, I am immediate

Re: tomahawk panelTabbedPane with multiple dataTable and dataScroller

2007-08-28 Thread �rico
somebody can help about this one ? I really appreciate it Érico Teixeira <[EMAIL PROTECTED]> wrote: I have a panelTabbedPane and 4 panelTabs declared int it : ... In all my four tabs I would like to use dataTable and dataScroller It works ok for the dataTable in my first t

tomahawk panelTabbedPane with multiple dataTable and dataScroller

2007-08-27 Thread �rico
I have a panelTabbedPane and 4 panelTabs declared int it : ... In all my four tabs I would like to use dataTable and dataScroller It works ok for the dataTable in my first tab but when I try to paginate through scroller in tab1 dataTable it affects the state from the dataTable in my

Re: and datascroller

2007-05-21 Thread Ernst Fastl
of methods when you go to server (Request - Response). Thank you very much!!! - Mensaje original De: Ernst Fastl <[EMAIL PROTECTED]> Para: MyFaces Discussion Enviado: sábado, 19 de mayo, 2007 15:52:11 Asunto: Re: and datascroller Thanks for the detailed information, I will try to rep

Re: and datascroller

2007-05-20 Thread Angel Miralles Arevalo
very much!!! - Mensaje original De: Ernst Fastl <[EMAIL PROTECTED]> Para: MyFaces Discussion Enviado: sábado, 19 de mayo, 2007 15:52:11 Asunto: Re: and datascroller Thanks for the detailed information, I will try to reproduce the problem. Am I correctly asuming that the inp

Re: and datascroller

2007-05-19 Thread Ernst Fastl
15 / 5 = 3 pages. click last buttom --> you go to page 5 of 3 (15 results) Thanks for all!!! - Mensaje original De: Ernst Fastl <[EMAIL PROTECTED]> Para: MyFaces Discussion Enviado: martes, 15 de mayo, 2007 23:20:28 Asunto: Re: and datascroller Seems to work fine for me

Re: and datascroller

2007-05-16 Thread Angel Miralles Arevalo
iginal De: Ernst Fastl <[EMAIL PROTECTED]> Para: MyFaces Discussion Enviado: martes, 15 de mayo, 2007 23:20:28 Asunto: Re: and datascroller Seems to work fine for me on: http://example.irian.at/example-sandbox-20070514/pprPanelGroupDataScroller.jsf what exactly do you mean? On 5/1

Re: and datascroller

2007-05-15 Thread Ernst Fastl
Seems to work fine for me on: http://example.irian.at/example-sandbox-20070514/pprPanelGroupDataScroller.jsf what exactly do you mean? On 5/11/07, Angel Miralles Arevalo <[EMAIL PROTECTED]> wrote: Hi everybody, can anybody tell me why, when you have a datatable with datascroller inside label

and datascroller

2007-05-11 Thread Angel Miralles Arevalo
Hi everybody, can anybody tell me why, when you have a datatable with datascroller inside label: the internal datascroller variables (pageIndex,...) don't refresh until you go to server. Thank you very much...

Master-Details and dataScroller

2006-10-02 Thread Ingo Düppe
Hi, did I something wrong or is it a know issue. I have a master detail page containing to tables that each have its own dataScroller. Now I have the following issue: - First select a dataset within my master table - This dataset has two pages of details - Select the second page of the detail

Re: DataTable and DataScroller problem

2006-09-08 Thread Feris Thia
Dear Mr. Arvind,On 9/8/06, Mr Arvind Pandey <[EMAIL PROTECTED]> wrote:Hi,   You have used twice in the page . Remove the second one. Rest is I think ok. If stillsome problem is there pls let me know I have worked alot on this. May be I will be able to help you.I think that solved my problem alread

Re: DataTable and DataScroller problem

2006-09-07 Thread Mr Arvind Pandey
Hi, You have used twice in the page . Remove the second one. Rest is I think ok. If still some problem is there pls let me know I have worked a lot on this. May be I will be able to help you. Regards Arvind --- Feris Thia <[EMAIL PROTECTED]> wrote: > Hi, > > I'm quite new to JSF a

DataTable and DataScroller problem

2006-09-07 Thread Feris Thia
Hi,I'm quite new to JSF and MyFaces. I have page that will do searching based on a keyword and populate table with paging capability. I'm using lates stable MyFaces and Tomahowk extension. The problem is I can only seen 1 page. And when I try to move to another page. I have no data display on my d

AjaxAnywhere and DataScroller

2006-03-01 Thread Emmanuel Jay
Hi,   I am having problems ajax-ifying the MyFaces dataScroller with AA. I basically get a JS error of the type:  'document.forms.mainForm.elements.mainForm:ds_9898989' is null or not an object.   where ds_9898989 is the id of the dataScroller (links).     Using AA the links don't seems to be re

AjaxAnywhere and DataScroller

2006-03-01 Thread Emmanuel Jay
Hi,   I am having problems ajax-ifying the MyFaces dataScroller with AA. I basically get a JS error of the type:  'document.forms.mainForm.elements.mainForm:ds_9898989' is null or not an object.   where ds_9898989 is the id of the dataScroller (links).     Using AA the links don't seems to be rend

Problem with dataTable and dataScroller

2006-02-08 Thread Hans Sowa
HiI realised a weird behaviour from the dataTable and DataScroller.e.g. There are 4 pages to be scrolled and the user go to 4th page. So becuase of an user action the data changed and there are now just 2 pages to be scrolled. The problem now is that the 4th page is still selected and no dataTable

Re: Connecting dataTable and dataScroller

2005-11-28 Thread Mike Kienenberger
r it to look for the dataScroller? > It is more logical that way. > > > > Yee > > -Original Message- > From: Simon Kitching [mailto:[EMAIL PROTECTED] > Sent: Monday, 28 November 2005 9:41 AM > To: MyFaces Discussion > Subject: Connecting dataTable and dataScroll

RE: Connecting dataTable and dataScroller

2005-11-28 Thread Yee CN
Maybe add an attribute in t:dataTable for it to look for the dataScroller? It is more logical that way. Yee -Original Message- From: Simon Kitching [mailto:[EMAIL PROTECTED] Sent: Monday, 28 November 2005 9:41 AM To: MyFaces Discussion Subject: Connecting dataTable and dataScroller

Re: Connecting dataTable and dataScroller

2005-11-27 Thread Simon Kitching
Simon Kitching wrote: Hi, The t:dataScroller component has a "for" attribute that must be set to the id of the t:dataTable it is associated with. Isn't that typical? After looking at this for quite a while, I find the answer just minutes after sending an email :-(. For the interested:

Connecting dataTable and dataScroller

2005-11-27 Thread Simon Kitching
Hi, The t:dataScroller component has a "for" attribute that must be set to the id of the t:dataTable it is associated with. As the dataScroller tag is quite verbose, I would like to put it in a separate file and reference it from multiple pages like: This works find, except

Re: duplicate ids in page with datatable and datascroller

2005-11-15 Thread Rogerio Pereira
No Bruno my applications isn't isolated, i tried remove the jsf-libs but i have no sucess, i tried remove the jar in application too and only use the jars in jsf-libs but i got the same error too. What you mean with application isolation? 2005/11/15, Bruno Aranda <[EMAIL PROTECTED]>: > I am succes

Re: duplicate ids in page with datatable and datascroller

2005-11-15 Thread Bruno Aranda
I am successfully using jboss4.0.3SP1 and myfaces. The only thing I have to take into account was to keep updated the jars in %JBOSS_HOME/server/%CONF%/deploy/jbossweb-tomcat55.sar/jsf-libs, but it seems that Rogerio has already done that. Rogerio, are your applications in JBoss isolated? Are there

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Wayne Fay
If you get a resolution to this issue, please post back to the list. I'm sure there's more than a few of us who use jboss and myfaces... Wayne On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > This is a jboss related bug... After download the tomcat and test only > under tomcat i got the

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Rogerio Pereira
This is a jboss related bug... After download the tomcat and test only under tomcat i got the expected result without any error. -- Yours truly (Atenciosamente), Rogério

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Rogerio Pereira
Please somebody help me!!! I tried everything! 2005/11/14, Rogerio Pereira <[EMAIL PROTECTED]>: > jboss has a jsf-libs directory with myfaces jars, but i removed this > directory here and the problem still occurs... > > 2005/11/14, Wayne Fay <[EMAIL PROTECTED]>: > > Make sure you don't have any du

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Rogerio Pereira
jboss has a jsf-libs directory with myfaces jars, but i removed this directory here and the problem still occurs... 2005/11/14, Wayne Fay <[EMAIL PROTECTED]>: > Make sure you don't have any duplicated Jars... I ran into a dupe ids > problem a while back and it turned out another person in my group

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Wayne Fay
Make sure you don't have any duplicated Jars... I ran into a dupe ids problem a while back and it turned out another person in my group had committed the JSF RI jars to our project's WEB-INF/lib, when we were already using MyFaces JSF implementation... It took me more than a few minutes to figure

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Rogerio Pereira
Eclipse 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > What Java IDE do you use? > > On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > > Any sugestions? > > > > 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > > > That's really bad - try to get one. > > > > > > Thomas > > > > > > On 11/1

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Thomas Spiegl
What Java IDE do you use? On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > Any sugestions? > > 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > > That's really bad - try to get one. > > > > Thomas > > > > On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > > > That's the problem, i

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Rogerio Pereira
Any sugestions? 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > That's really bad - try to get one. > > Thomas > > On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > > That's the problem, i don't have debugger here. > > > > 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > > > Sometimes an

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Thomas Spiegl
That's really bad - try to get one. Thomas On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > That's the problem, i don't have debugger here. > > 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > > Sometimes an exception causes the duplicateId problem. Set an > > ecxeption breakpoint in you

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Rogerio Pereira
That's the problem, i don't have debugger here. 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > Sometimes an exception causes the duplicateId problem. Set an > ecxeption breakpoint in your debugger and look for the suspect. > > regards > Thomas > > On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]>

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Thomas Spiegl
Sometimes an exception causes the duplicateId problem. Set an ecxeption breakpoint in your debugger and look for the suspect. regards Thomas On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > This file has menu.jsp included and has the same problem too, i used > in two places but no suces

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Rogerio Pereira
This file has menu.jsp included and has the same problem too, i used in two places but no sucess... 2005/11/14, Thomas Spiegl <[EMAIL PROTECTED]>: > I can't find the include for menu.jsp in contribuintes.jsp. Did you > put the inclusion into a Subview (f:subview). If not this is your > problem. >

Re: duplicate ids in page with datatable and datascroller

2005-11-14 Thread Thomas Spiegl
I can't find the include for menu.jsp in contribuintes.jsp. Did you put the inclusion into a Subview (f:subview). If not this is your problem. Cheers Thomas On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > After put an fixed id for every graphicImage in my dataScroller i got > the same e

Re: duplicate ids in page with datatable and datascroller

2005-11-13 Thread Rogerio Pereira
After put an fixed id for every graphicImage in my dataScroller i got the same error message but now with my fixed component id in the message. -- Yours truly (Atenciosamente), Rogério

Re: duplicate ids in page with datatable and datascroller

2005-11-13 Thread Rogerio Pereira
i attached menu.jsp that is included in contribuintes.jsp, this is all that i can send right now. -- Yours truly (Atenciosamente), Rogério menu.jsp Description: Binary data

Re: duplicate ids in page with datatable and datascroller

2005-11-13 Thread Rogerio Pereira
I could make it works by removing the DataScroller. :~ ( 2005/11/13, Thomas Spiegl <[EMAIL PROTECTED]>: > At first sight i cannot see any problem. Can you send a simple > application, so that i can reproduce & debug your problem? > > Cheers > Thomas > > On 11/14/05, Rogerio Pereira <[EMAIL PROTECT

Re: duplicate ids in page with datatable and datascroller

2005-11-13 Thread Thomas Spiegl
At first sight i cannot see any problem. Can you send a simple application, so that i can reproduce & debug your problem? Cheers Thomas On 11/14/05, Rogerio Pereira <[EMAIL PROTECTED]> wrote: > i attached one of the pages that causes the error > > -- > Yours truly (Atenciosamente), > > Rogério >

Re: duplicate ids in page with datatable and datascroller

2005-11-13 Thread Rogerio Pereira
i attached one of the pages that causes the error -- Yours truly (Atenciosamente), Rogério contribuintes.jsp Description: Binary data

duplicate ids in page with datatable and datascroller

2005-11-13 Thread Rogerio Pereira
Hi, i'm getting this error in my pages with DataTable and DataScroller components: javax.servlet.ServletException: Client-id : _id11 is duplicated in the faces tree. javax.faces.webapp.FacesServlet.service(FacesServlet.jav

Re: Hibernate and Datascroller

2005-09-29 Thread Werner Punz
Ryan Wynn wrote: > > Actually, what I was saying was that applying session.lock in the > actionListener for my Datascroller fixed my Lazy exception. That is to > say it worked without the underlying data changing. I wonder what would > happen if between requests the data had changed. Is hiberna

Re: Hibernate and Datascroller

2005-09-29 Thread Ryan Wynn
underlying data or any cache to compare with my object?  If so what if it finds a difference? Werner Punz <[EMAIL PROTECTED]> Sent by: news <[EMAIL PROTECTED]> 09/29/2005 01:57 PM Please respond to "MyFaces Discussion" To users@myfaces.apache.org cc Sub

Re: Hibernate and Datascroller

2005-09-29 Thread Joel Wilson
Personally I always tell hibernate to disable lazy loading, I've found that no matter what web framework you use that problem occurs (unless you take control and use it in a model 1). On Sep 29, 2005, at 12:24 PM, Richard Wallace wrote: The problem is that the bean that holds the list of dat

Re: Hibernate and Datascroller

2005-09-29 Thread Werner Punz
Ryan Wynn wrote: > > The problem was the old/new session as Rich described. Instead of > rerunning the query I just reattached the objects to the new session > with session.lock. > > I opted for this because the table data comes from 1 of 2 queries > depending on user interaction within the page

Re: Hibernate and Datascroller

2005-09-29 Thread Ryan Wynn
to "MyFaces Discussion" To users@myfaces.apache.org cc Subject Re: Hibernate and Datascroller Ryan Wynn wrote: > > Any hibernate-spring experts out there that could tell me how I can > still get a LazyInit exception inside my spring OpenSessionInViewFilter. >

Re: Hibernate and Datascroller

2005-09-29 Thread Werner Punz
Ryan Wynn wrote: > > Any hibernate-spring experts out there that could tell me how I can > still get a LazyInit exception inside my spring OpenSessionInViewFilter. > My stack trace clearly says I am inside the Filter. Exception - No > session or session was closed. > > This is happening when us

Re: Hibernate and Datascroller

2005-09-29 Thread Richard Wallace
The problem is that the bean that holds the list of data for the table is session scoped. So, on the first request to the page the hibernate query is done and then you store the resulting List in the HTTP session. On a subsequent request to the page you try to access data in the List that you

Hibernate and Datascroller

2005-09-29 Thread Ryan Wynn
Any hibernate-spring experts out there that could tell me how I can still get a LazyInit exception inside my spring OpenSessionInViewFilter.  My stack trace clearly says I am inside the Filter.  Exception - No session or session was closed. This is happening when using the myfaces datascroller fo

Re: checkbox can not be selected inside datatable and datascroller

2005-06-08 Thread Rogério Saulo
%(B $B7uJv(B wrote:>> > I had waited for weeks, though there are many posts about it, still no (B> > answer. Is it a known bug?> > Checkbox inside a datatable works OK, but when it comes with> > datascroller, after submit, checkbox will lost it's selected state.>

Re: checkbox can not be selected inside datatable and datascroller

2005-06-07 Thread Martin Marinschek
OK, but when it comes with (B> > datascroller, after submit, checkbox will lost it's selected state. (B> > Checkbox inside datatable and datascroller is a very common use. Is it (B> > a known bug? Any help is appreciate. (B> > (B> > (B> > (B> > (B&g

Re: checkbox can not be selected inside datatable and datascroller

2005-06-07 Thread Mark
> Checkbox inside datatable and datascroller is a very common use. Is it (B> a known bug? Any help is appreciate. (B> (B> (B> (B> (BYes it is a know bug. I believe someone said a workaround is in (Bprogress. I am awaiting the same fix. (B (B-Mark

checkbox can not be selected inside datatable and datascroller

2005-06-07 Thread 張 剣峰
I had waited for weeks, though there are many posts about it, still no (Banswer. Is it a known bug? (BCheckbox inside a datatable works OK, but when it comes with datascroller, (Bafter submit, checkbox will lost it's selected state. Checkbox inside (Bdatatable and datascroller is a

Re: DataTable and DataScroller Problem.

2005-06-06 Thread Claudio Tamietto
probably the paging is correct but sometimes you can obtain a index out of bound exception.   - Original Message - From: Rogério Saulo To: users@myfaces.apache.org Sent: Monday, June 06, 2005 2:42 PM Subject: DataTable and DataScroller Problem. HI, I´m facing the

DataTable and DataScroller Problem.

2005-06-06 Thread Rogério Saulo
HI, I´m facing the following problem : I have an x:dataTable that display rows from a database and an x:dataScroller to navigate between pages, in that dataTable for every row I have an checkbox that the user will use to delete rows (Like an web mail). The first strange behavior is that if th

Re: Tag dataTable and dataScroller usage

2004-11-18 Thread Catalin Kormos
Hi Thomas, I think the problem we were talking about, is kind of outdated...i did't understood the usage of those "*Var" attributes, like "pageIndexVar" for dataScroller tag. Now it's clear. That attribute is used as the "var" attribute for the dataTable tag, so it's not meant to be used as i wann

Re: Tag dataTable and dataScroller usage

2004-11-18 Thread Thomas Spiegl
hi catalin, can you send me your backend bean too? Catalin Kormos schrieb: Hi Thomas, Thanks for you interest. Here is the jsf code for the table: value="#{plannedProbes.tableModel.tableData}" rows="#{plannedProbes.tableModel.preferences.rowsPerPage}" first="#{plannedProbe

Re: Tag dataTable and dataScroller usage

2004-11-15 Thread Catalin Kormos
Hi Thomas, Thanks for you interest. Here is the jsf code for the table: ... The code for the data scroller:

Re: Tag dataTable and dataScroller usage

2004-11-15 Thread Thomas Spiegl
hi Catalin, can you send me a jsp-example? thomas Catalin Kormos schrieb: Hi, I'm using myfaces-1.0.7, and i'm trying to implement a table model backend bean to be able to control the displayed page for table. The first time the table is rendered i can set the "first" attribute to a specific row in

Tag dataTable and dataScroller usage

2004-11-15 Thread Catalin Kormos
Hi, I'm using myfaces-1.0.7, and i'm trying to implement a table model backend bean to be able to control the displayed page for table. The first time the table is rendered i can set the "first" attribute to a specific row index so it displayes the page content i want; but then when i change de cu