Re: t:dataScroller doesn't work

2007-06-25 Thread Brummeline Braaten
Brummeline Braaten brummeline at gmail.com writes: I can't get the t:dataScroller to work. I use tomahawk 1.1.5 and myfaces 1.1.5. The error I get is this: javax.servlet.ServletException: /innhold/metodevarselliste2.jsp(47,12) Unable to find setter method for attribute: immediate

sandbox - tableSuggestAjax, security alert in IE

2007-06-25 Thread binya
when I enter the page which has the tableSuggestAjax component with IE I get a 'Security Information' alert which says: This page contains both secure and nonsecure items, Do you want to display the nonsecure items? why? thanks! -- View this message in context:

t:dataScroller doesn't work

2007-06-25 Thread Brummeline Braaten
I can't get the t:dataScroller to work. I use tomahawk 1.1.5 and myfaces 1.1.5. The error I get is this: javax.servlet.ServletException: /innhold/metodevarselliste2.jsp(47,12) Unable to find setter method for attribute: immediate

Re: sandbox - tableSuggestAjax, security alert in IE

2007-06-25 Thread binya
So do you have any idea what could I do (I can't tell the customer to turn off options in IE, and I can't access the code of sandbox - tableSuggestAjax ) ? Thanks alot Abhijit Ghosh wrote: See http://support.microsoft.com/kb/184960 This usually means that the page contains 'frames' or

[Tomahawk] using jscookmenu as context menu

2007-06-25 Thread Renzo Tomaselli
Hi, did anybody try to use Tomahawk jscookmenu as a context menu ? In case of trees/tables this means including that menu multiple times. Should it work or is there any violation of design constraints ? Thanks -- Renzo

Re: t:dataScroller doesn't work

2007-06-25 Thread Brummeline Braaten
Try to delete immediate=true attribute from dataScroller. I have the same code as you and it works.- Mensaje original I tried to delete the immediate=true but then I get this error: javax.servlet.ServletException: /innhold/metodevarselliste2.jsp(47,12) Unable to find setter method for

Re: t:dataScroller doesn't work

2007-06-25 Thread Angel Miralles Arevalo
Try to delete immediate=true attribute from dataScroller. I have the same code as you and it works. - Mensaje original De: Brummeline Braaten [EMAIL PROTECTED] Para: users@myfaces.apache.org Enviado: lunes, 25 de junio, 2007 8:33:27 Asunto: Re: t:dataScroller doesn't work Brummeline

Re: sandbox - tableSuggestAjax, security alert in IE

2007-06-25 Thread Abhijit Ghosh
See http://support.microsoft.com/kb/184960 This usually means that the page contains 'frames' or 'iframes' and usually occurs in HTTPS.IIRC,this warning can be turned off through an option in IE,or setting the frame src url to point to a dummy url. -- Abhi On 6/25/07, binya [EMAIL PROTECTED]

Re: t:dataScroller doesn't work

2007-06-25 Thread Angel Miralles Arevalo
Here, you can see what code I have, I hope it will help you: t:dataTable styleClass=porcen100 vtop id=serviceIdDocument_tab bgcolor=#AEB8D4 cellspacing=1 cellpadding=0 border=0 headerClass=list-header rowClasses=datos_impar_off,datos_par_off var=serviceIdDocumentList

Re: Attribute Matrix in Tobaho

2007-06-25 Thread Helmut Swaczinna
Hi Yazid, no, I havn't found an attribute matrix. But I didn't looked for it in the last few months. In the Tobago demo there's a new reference section. Maybe you can find the information you're looking for there. Regards Helmut - Original Message - From: [EMAIL PROTECTED] To:

Re: Urls/Actions without host/port

2007-06-25 Thread David Uebelacker
unfortunaly my applicarion adds the scheme and host :-(. The rendered links are right, but the JS executed by the links alsways forward the browser to localhost:8080 ;-(. David commandLink and commandButton use form submit and, at least on my application, the form action is a relative link and

Re: page layout and more

2007-06-25 Thread Abhijit Ghosh
Paul, In your jsp page I see this as the doctype: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN I think this is switching the browser back into quirks mode. I don't think the doctype is necessary,most of your layout problems will be solved if your remove the doctype. Also you

[Trinidad] Request scope backing bean and tr:table

2007-06-25 Thread Zarick Lau
Hi list, I've a tr:table, the table contents are fetched by the request scoped backing bean. One of the column contains a commandLink with a static action string. However, I found that, the commandLink action is never fired when I click on it. I finally figure out that, during post-back,

Re: Orchestra vs Spring-Annotations

2007-06-25 Thread Michael Marr
Hi, Werner Punz-2 wrote: That means that every object loaded via this entity manager is assigned to it as long as the scope is active. Connectors currently are provided for Hibernate and Standard JPA. did not find the connector for Hibernate. I do not want to use JPA, but rather

Re: Orchestra vs Spring-Annotations

2007-06-25 Thread Matthias Wessendorf
hey Mario, code.google.com is fine for that. -M On 6/25/07, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Michael! did not find the connector for Hibernate. I do not want to use JPA, but rather just spring DAOs. Is a direct Hibernate connector available? If so, how do I use it? Due to

Re: Orchestra vs Spring-Annotations

2007-06-25 Thread Mario Ivankovits
Hi Michael! did not find the connector for Hibernate. I do not want to use JPA, but rather just spring DAOs. Is a direct Hibernate connector available? If so, how do I use it? Due to license restrictions we are not able to depend on LGPL code. I use a custom Hibernate connector, just,

pprPanelGroup ajax-request error

2007-06-25 Thread samju
i got this:An unexpected error occured during an ajax-request page has been fully submitted! i am using IE and Shale. s:pprPanelGroup id=updatetable periodicalUpdate=5000 t:dataTable value=#{dialogScope.initialData} preserveDataModel=false renderedIfEmpty=false rowId=#{result.id}

Re: Tomahawk 1.1.5 inputCalendar imageLocation tag seem doesn't work!!!

2007-06-25 Thread Bruno Aranda
Is there a reason why the imageLocation has .. in front of the URL, whereas styleLocation and javascriptLocation don't? Cheers, Bruno On 25/06/07, Enrico De Benetti [EMAIL PROTECTED] wrote: Hi I'm using Tomahawk 1.1.5 inputCalendar tag; i created a folder in wich i put: close,gif, date.js,

Tomahawk 1.1.5 inputCalendar imageLocation tag seem doesn't work!!!

2007-06-25 Thread Enrico De Benetti
Hi I'm using Tomahawk 1.1.5 inputCalendar tag; i created a folder in wich i put: close,gif, date.js, divider,gif, drop1.gif, drop2.gif, left1,gif,left1.gif, left2.gif, popcalendar.js, protoype.js, right1.gif, rigth2.gif, theme.css. I wrote te inputCalendar like this: t:inputCalendar

Re: Tomahawk 1.1.5 inputCalendar imageLocation tag seem doesn't work!!!

2007-06-25 Thread Enrico De Benetti
No i tried also without '..' and it doesn't work. On 6/25/07, Bruno Aranda [EMAIL PROTECTED] wrote: Is there a reason why the imageLocation has .. in front of the URL, whereas styleLocation and javascriptLocation don't? Cheers, Bruno On 25/06/07, Enrico De Benetti [EMAIL PROTECTED] wrote:

Re: sandbox - tableSuggestAjax, security alert in IE

2007-06-25 Thread Andrew Robinson
Report a bug on the component to add: src=javascript:false; to the IFRAME, which stops the error in IE On 6/25/07, binya [EMAIL PROTECTED] wrote: So do you have any idea what could I do (I can't tell the customer to turn off options in IE, and I can't access the code of sandbox -

Re: [Trinidad] Request scope backing bean and tr:table

2007-06-25 Thread Adam Winer
On 6/25/07, Zarick Lau [EMAIL PROTECTED] wrote: Hi list, I've a tr:table, the table contents are fetched by the request scoped backing bean. One of the column contains a commandLink with a static action string. However, I found that, the commandLink action is never fired when I click on it. I

Re: [Trinidad] Request scope backing bean and tr:table

2007-06-25 Thread Christopher Cudennec
You probably should use another scope for your bean in Trinidad, either session or pageFlowScope. In Tomahawk you could use t:saveState. -- Christopher Adam Winer schrieb: On 6/25/07, Zarick Lau [EMAIL PROTECTED] wrote: Hi list, I've a tr:table, the table contents are fetched by the request

Re: sandbox - tableSuggestAjax, security alert in IE

2007-06-25 Thread Andrew Robinson
I just looked into the code, and the table ajax suggest renderer has no IFRAME. I did find an IFRAME in InputSuggestRenderer, but it does set the src property correctly (javascript:false). The only other sandbox code that has an IFRAME is ModalDialogRenderer. Are you using the

Re: pprPanelGroup ajax-request error

2007-06-25 Thread Ernst Fastl
Hi, When an error occurs during processing a PPR request the PPR engine submits the form in order to enable the application to show a proper error page. Have you checked your server log for any exceptions which occur during the partial requests? regards Ernst On 6/25/07, samju [EMAIL

Re: Setting ViewRoot of FacesContext reloads the page _twice_

2007-06-25 Thread Matthes R.
hi again! of course, here is my sourcecode for the Servlet: in the servlet-class: @Override protected void service(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { String uri = request.getRequestURI();

Re: [Trinidad] Request scope backing bean and tr:table

2007-06-25 Thread Zarick Lau
Hi Adam, In my understanding, the value of component should be saved by JSF state manager, am I true? No, that's not the case. Anything that is retrieved from EL is left alone by JSF state management. So, that's I misunderstood it !! Thanks for your answer! Zarick

Re: [Trinidad] Request scope backing bean and tr:table

2007-06-25 Thread Zarick Lau
Hi Christopher, On 6/25/07, Christopher Cudennec [EMAIL PROTECTED] wrote: You probably should use another scope for your bean in Trinidad, either session or pageFlowScope. In Tomahawk you could use t:saveState. Thanks. However, is it the common way for handling this kind of use case? (ie,

[Trinidad] Defer script bug in IE7

2007-06-25 Thread D. Cardon
Hi all, I ran into a puzzling bug today which took a good bit of time to figure out. So I thought I'd mention it in case someone else runs into the same problem. I have been developing a few of my own custom components, which launch javascripts that load custom page content via AJAX. Since I

Re: [Trinidad] Detailstamp facet problem

2007-06-25 Thread Adam Winer
On 6/22/07, Henk Vanhoe [EMAIL PROTECTED] wrote: Finally, I have found some time to make a testproject where this problem (bug?) can be duplicated... There is a jsp in this project (/detailstamptest/faces/table/changeTable.jspx) which consists of a table with one element. Next to this element

Re: [Trinidad] Defer script bug in IE7

2007-06-25 Thread Adam Winer
The defer attribute is irrelevant with the new XmlHttpRequest methods, but: you really should stop using document.write(). Use DOM APIs to add elements and text content. -- Adam On 6/25/07, D. Cardon [EMAIL PROTECTED] wrote: Hi all, I ran into a puzzling bug today which took a good bit of

Re: [Trinidad] Detailstamp facet problem

2007-06-25 Thread Adam Winer
I've filed the detailStamp bug as: http://issues.apache.org/jira/browse/TRINIDAD-75 It repros in the Trinidad demo bundle too. -- Adam On 6/25/07, Adam Winer [EMAIL PROTECTED] wrote: On 6/22/07, Henk Vanhoe [EMAIL PROTECTED] wrote: Finally, I have found some time to make a testproject

Re: [Trinidad] Defer script bug in IE7

2007-06-25 Thread D. Cardon
That's good to hear that the new methods don't rely on the defer attribute. Unfortunately, the document.write() method is being called from within another script library that I'm using and I can't really change it myself. I'm guessing that the author of the previous post I cited ran into the

[Trinidad] UIXForm vs. UIForm

2007-06-25 Thread Renzo Tomaselli
Hi, I met some troubles while enclosing rich:dropDownMenu components inside a tr:form. The involved renderer complains about not being able to find an enclosing form. That component expects to be enclosed by a standard UIForm somewhere high in the component tree, while Trinidad tr:form places a

Re: HtmlRendererUtils - There should always be a submitted value

2007-06-25 Thread Shane Petroff
Shane Petroff wrote: I actually have 2 classes of problems I can't figure out. The first is the one outlined in this email's subject MyFaces will complain about no submitted values. ... With the new UI, every *second* click of the student commandLink works. During the submits where

[Tomahawk] t:saveState - one step further

2007-06-25 Thread Francisco Passos
Good afternoon. I've been trying for some time to figure a way to properly use t:saveState. I've been able to easily use its core functionality of keeping state between successive requests. However, for beans which are supposed to carry information from a database to be presented on the screen,

Re: [Trinidad] UIXForm vs. UIForm

2007-06-25 Thread Matthias Wessendorf
Trinidad's hierarchy is javax.faces.component.UIComponent UIXCOmponent UIXComponentBase ... Trinidad also uses the standard interfaces, like EditableValueHolder or ValueHolder. Unfortunately there is no Form interfaces, so that some JSF component libs do a instanceof UIForm, which

Re: [Trinidad] UIXForm vs. UIForm

2007-06-25 Thread Matthias Wessendorf
one more. In Tomahawk, we check against the component-type/family (which are String based) -M On 6/25/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: Trinidad's hierarchy is javax.faces.component.UIComponent UIXCOmponent UIXComponentBase ... Trinidad also uses the standard

Re: [Tomahawk] t:saveState - one step further

2007-06-25 Thread Andrew Robinson
Possibly use an on-load method for your page. The following libraries provide this functionality: JBoss-Seam jsf-comp on-load Shale view handler -Andrew On 6/25/07, Francisco Passos [EMAIL PROTECTED] wrote: Good afternoon. I've been trying for some time to figure a way to properly use

Re: [Tomahawk] t:saveState - one step further

2007-06-25 Thread Francisco Passos
Thank you for your suggestions. I'm going to look into the first two, since I understand Shale requires a tight coupling between page and bean naming conventions, which is not completely suitable for what I intend to do. I'm using Trinidad and Facelets. I hope to find no restrictions to the use

Re: [Trinidad] Request scope backing bean and tr:table

2007-06-25 Thread Christopher Cudennec
Hi Zarick, yes that's the way it works as request-scope means that the bean is recreated each time ;). Try googling for some more information about those two alternatives or look at this [1] . That seems to be exactly what you have. Cheers, Christopher [1]

RE: [Swiss JSF Users] JSF Special-Interest-Group Switzerland

2007-06-25 Thread Jesse Alexander \(KSFD 121\)
Great Strange thing is, so far I have more confirmations from Austria and Germany (plus America). But at the Jazoon some people got interested... I am sure we will have our share of fun... Alexander -Original Message- From: Martin Marinschek [mailto:[EMAIL PROTECTED] Sent: Monday, June

Re: pprPanelGroup ajax-request error

2007-06-25 Thread samju
Hi, no log file anymore:-) i will try to reconstruct the error and take a look on it and report back! i think the Error is to be due to misconfiguration that i done. i am missing something that ppr engine needs to work properly. 1.is it necessary to use the dataTable *Value* to comminucate with

Re: [Tomahawk] t:saveState - one step further

2007-06-25 Thread Francisco Passos
Hello once again! jsf-comp solved my problems beautifully. So, as promised, for those who may be struggling with a 3-step solution to keep request-scoped bean state between subsequent requests, without repeating initialization (thus avoiding several unnecessary hits to a database, for

help using t:jsValueChangeListener with s:inputSuggest (no ajax)

2007-06-25 Thread joe_ersinghaus
Hello, Is it possible to use t:jsValueChangeListener in conjunction with the s:inputSuggest (no ajax) control? This is how I've set up my control: s:inputSuggest id=suggest10 value=#{user.state.key} f:selectItems value=#{userHandler.products}/ t:jsValueChangeListener for=inputText

Simple Java Question - How to Overwrite Set

2007-06-25 Thread bansi
After working so much in Java, wondering how do i overwrite java.util.Set My pojo is Set of associated object. For example class Parent { private Set child = new HashSet(0); public Set getChild() { return this.child; } . . } I wanna overwrite set of child

Re: [Trinidad] Detailstamp facet problem

2007-06-25 Thread Adam Winer
OK, the detailStamp bug is fixed. -- Adam On 6/25/07, Adam Winer [EMAIL PROTECTED] wrote: I've filed the detailStamp bug as: http://issues.apache.org/jira/browse/TRINIDAD-75 It repros in the Trinidad demo bundle too. -- Adam On 6/25/07, Adam Winer [EMAIL PROTECTED] wrote: On 6/22/07,

Re: [Trinidad] Request scope backing bean and tr:table

2007-06-25 Thread Zarick Lau
Hi Christopher, yes that's the way it works as request-scope means that the bean is recreated each time ;). Try googling for some more information about those two alternatives or look at this [1] . That seems to be exactly what you have. Ok, thanks again! Regards, Zarick