Re: DataTable with filtering option - presentation-wise

2007-05-03 Thread Shane Petroff
Gerald Müllan wrote: have you considered to use s:filterTable from sandbox? ... http://example.irian.at/example-sandbox-20070502/filterTable.jsf (derailing the thread slightly) Thanks for the reference, but I would love some help to get FilterTable working. I've copied/pasted the example

panelGrid scroll as frames!

2007-05-03 Thread Angel Miralles Arevalo
Hi everyone, is there any way of applaying scroll to a panelGroup or a PanelGrid? I'm trying to make the same as working with frames. Thanks a lot. LLama Gratis a cualquier PC del Mundo. Llamadas a

Re: DataTable with filtering option - presentation-wise

2007-05-03 Thread Gerald Müllan
Which version of tomahawk are you using? On 5/3/07, Shane Petroff [EMAIL PROTECTED] wrote: Gerald Müllan wrote: have you considered to use s:filterTable from sandbox? ... http://example.irian.at/example-sandbox-20070502/filterTable.jsf (derailing the thread slightly) Thanks for the

[Tobago] validator error message as tooltip?

2007-05-03 Thread David Steinkopff
Hi, it´s possible to add the validator error message in the label componenten as tooltip in tx:in? regards David

Re: [Tobago] validator error message as tooltip?

2007-05-03 Thread Arvid Hülsebus
Hello, If you press 'Submit' on the demo:   http://tobago.atanion.net/tobago-example-demo/faces/overview/validation.jsp you get: The error message is displayed as a tooltip for the red framed input box. If you provide a speaking id, it becomes somewhat readable. Is this sufficient?

Re: [Tobago] validator error message as tooltip?

2007-05-03 Thread Boris Kovalenko
Hello! What about NLS? May id be in NL (Russian for example)? Hello, If you press 'Submit' on the demo: http://tobago.atanion.net/tobago-example-demo/faces/overview/validation.jsp you get: The error message is displayed as a tooltip for the red framed input box. If you provide a speaking

Re: [Tobago] validator error message as tooltip?

2007-05-03 Thread David Steinkopff
Hello, I like display only the message and don´t something else. tobago debug inline window say me value=#{input.current['field2']}: Feldwert muss gesetzt sein//file:/C:/Dokumente%20und%20Einstellungen/SteinkD/Tobago/build/web/WEB-INF/lib/tobago- facelets-1.0.10.jar!/META-INF/in.xml and real

Re: panelGrid scroll as frames!

2007-05-03 Thread Brummeline Braathen
Angel Miralles Arevalo anmiralles at yahoo.es writes: Hi everyone, is there any way of applaying scroll to a panelGroup or a PanelGrid? I'm trying to make the same as working with frames. Thanks a lot. LLama Gratis a cualquier PC del Mundo.Llamadas a fijos y móviles desde 1 céntimo

Re: Modifying XHTML through a filter

2007-05-03 Thread Rudi Steiner
Hi David, thanks for the hint. I think for my case it is better to make the modification manually because there is not much to do. But generally it would be a big help to use a framework like htmltidy. Best regards, Rudi On 5/2/07, David Delbecq [EMAIL PROTECTED] wrote: Correct me if i am

Re: is there any marqueue like jsf component arounf?

2007-05-03 Thread Dave
Hi, The link did not work. I am trying to put marquee tag around a JSF component like dataTable using t:htmlTag, f:verbatim and h:outputText, none of them work. For example, t:htmlTag value=marquee/ (JSF component) /t:htmlTag f:verbatimmarquee/f:verbatim (JSF

Re: panelGrid scroll as frames!

2007-05-03 Thread Angel Miralles Arevalo
Thanks for your help, I had tried your solution but it doesn't work!! I will try with a iFrame but I don't know if it`s possible than the iframe will be handler like an independient page... Thanks... - Mensaje original De: Brummeline Braathen [EMAIL PROTECTED] Para:

Re: panelGrid scroll as frames!

2007-05-03 Thread Brummeline Braathen
Angel Miralles Arevalo anmiralles at yahoo.es writes: Thanks for your help, I had tried your solution but it doesn't work!! I will try with a iFrame but I don't know if it`s possible than the iframe will be handler like an independient page... Thanks... - Mensaje original

pprPanelGroup for commandButton

2007-05-03 Thread Dave
s:pprPanelGroup id=PPR partialTriggers=submitButton h:outputText value=#{bean.text}/ /s:pprPanelGroup t:commandButton id=submitButton forceId=true onclick=submit(this);return false; style=display:none / In javascript, call the button.click(). The form is submitted using

Re: panelGrid scroll as frames!

2007-05-03 Thread Angel Miralles Arevalo
Thanks a lot, that was the solution, use a t:div and apply style on it. It works!! - Mensaje original De: Brummeline Braathen [EMAIL PROTECTED] Para: users@myfaces.apache.org Enviado: jueves, 3 de mayo, 2007 12:15:51 Asunto: Re: panelGrid scroll as frames! Angel Miralles Arevalo

Re: pprPanelGroup for commandButton

2007-05-03 Thread Matthias Wessendorf
that is a bug, there is a issue: https://issues.apache.org/jira/browse/TOMAHAWK-969 Ernst is working on it -M On 5/3/07, Dave [EMAIL PROTECTED] wrote: s:pprPanelGroup id=PPR partialTriggers=submitButton h:outputText value=#{bean.text}/ /s:pprPanelGroup t:commandButton id=submitButton

Re: is there any marqueue like jsf component arounf?

2007-05-03 Thread Adrian Mitev
Looks like the jenia4faces site is down. 2007/5/3, Dave [EMAIL PROTECTED]: Hi, The link did not work. I am trying to put marquee tag around a JSF component like dataTable using t:htmlTag, f:verbatim and h:outputText, none of them work. For example, t:htmlTag value=marquee/ (JSF component)

Re: is there any marqueue like jsf component arounf?

2007-05-03 Thread Adrian Mitev
If you want i could send you the jar. 2007/5/3, Adrian Mitev [EMAIL PROTECTED]: Looks like the jenia4faces site is down. 2007/5/3, Dave [EMAIL PROTECTED]: Hi, The link did not work. I am trying to put marquee tag around a JSF component like dataTable using t:htmlTag, f:verbatim and

[Trinidad]Trinidad + facelets tr:componentRef

2007-05-03 Thread Frederic . Visticot
I'm using Trinidad 1.0 + faceletes

[Trinidad] tr:componentRef with facelets not working: missing tag in tr.tag.xml ?

2007-05-03 Thread Frederic . Visticot
I'm using : Trinidad 1.0.0-incubating Facelets 1.1.6 MyFaces 1.1.5 1)When using facelets with the tr:componentRef, the following tag exception occurs: com.sun.facelets.tag.TagException: /templates/page1.xhtml @30,103 tr:componentRef Tag Library supports namespace:

[Trinidad] Trinidad + Tomahawk (schedule component) + Facelets: Rendering problem ???

2007-05-03 Thread Frederic . Visticot
I'm using : Trinidad 1.0.0-incubating Facelets 1.1.6 Tomahawk 1.1.5 MyFaces 1.1.5 I want to display the schedule component from Tomahawk. If i don't use facelets, the schedule is displayed correctly. When i add facelets support, the schedule is partialy rendered

[Trinidad] PPR detection algorithm - Opera 8.5 on Nokia N800

2007-05-03 Thread Safurudin Mahic
Hi, I am using trunk builds of Trinidad, it seems as the framework isn't capable of detecting the Opera browser (mobile edition, 8.5) on the Nokia N800 device as capable of doing PPR, page refreshs that were supposed to be PPR are actually full page refreshs. The framework is able to detect a

[Tobago] Problem with immediate=true

2007-05-03 Thread Helmut Swaczinna
Hi, I have a page with a reset button with immediate=true to reset the input fields of the page to standard values without submitting and validating entered values. But this doesn't work. The fields remains unschanchend. Here's a simple example: test.jsp tc:page id=testPage3 width=300px

Re: [Tobago] Problem with immediate=true

2007-05-03 Thread Udo Schnurpfeil
Hello Helmut, immediate means, that the values will not validated and will not update the model. But the submitted values are still in the component. To fix your problem your reset() should return the correct outcome != null. In this case you will get a brand new UI-component-tree. Hope

Problem with duplicated client-ids

2007-05-03 Thread Sertic Mirko, Bedag
Hi there I am having problems with the following exception : Caused by: org.apache.jasper.JasperException: Client-id : _id9 is duplicated in the faces tree. Component : _idJsp3:_id9, path: {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId: /createevn.jsp][Class:

Re: Navigation to and from an HTTPS URL

2007-05-03 Thread SOSELLA
Andrew, Thanks for the tips. I think that method (1) can work for me in some situations, but not in general. Would you happen to know or have any examples for the method (2) [custom navigation handler]? I appreciate your help *very* much! - Original Message - From: Andrew Robinson

JSF and JSTL

2007-05-03 Thread Peter Dahm
Hi, I try to combine JSF and JSTL. In my case I just tried to show a grid if a condition is true. Like this c:if test${bean.condition} ... here goes a panel grid with 2 columns /c: If I do this and the condition is true the panel grid does not display the result in 2 columns.

RE: JSF and JSTL

2007-05-03 Thread Thai Dang Vu
Why don't you use h:panelGrid columns=2 rendered=#{bean.condition}? -Original Message- From: Peter Dahm [mailto:[EMAIL PROTECTED] Sent: Thursday, May 03, 2007 9:56 AM To: users@myfaces.apache.org Subject: JSF and JSTL Hi, I try to combine JSF and JSTL. In my case I just tried to show

SEVERE: Exception ... class org.apache.myfaces.webapp.StartupServletContextListener

2007-05-03 Thread Erik Kron
I am getting the following error when I attempt to deploy my application in tomcat 5.5.15 SEVERE: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener I see the above error in /var/log/tomcat5/catalina.out My

inputSuggestAjax - no backing-bean method called

2007-05-03 Thread Torsten Krah
I've taken the sandbox example and use it 1:1 - but with a different view handler, shouldn't matter in theory. But i get no suggests, i can click the arrow or enter something, the method on my bean is never called, nothing happens - although a request is made (firebug), but is pending forever.

Session and javax.faces.request.charset

2007-05-03 Thread Dfr
Hello, It is 3 questions. 1. As i understood afer reading t:saveState guide JSF dont sessions at all to operate correctly. Being curious i checked out my current app - all backing beans are in request scope, i also cleaned all cookies out from browser, but any JSF page still sending

panelTabbedPane how to get the active tab

2007-05-03 Thread Dave
Hi, panelTabbedPane inside a form, client-side switch, when user submit the form, how to determine which tab is active? Thanks. Dave - Ahhh...imagining that irresistible new car smell? Check outnew cars at Yahoo! Autos.

Re: Navigation to and from an HTTPS URL

2007-05-03 Thread William Keicher
Hi Andrew, Another approach is to use a PhaseListener to cause the redirects. See the following link for an example: http://fr.sys-con.com/read/250254_2.htm As for losing your session when transitioning from https to http, that helps prevent session hijacking of a secure session. Depending on

Re: inputSuggestAjax - no backing-bean method called

2007-05-03 Thread Torsten Krah
Got it. Actually, my Renderer gots wrapped - the Wrapper itself however does not implement AjaxRenderer (renderere instanceof AjaxRenderer), so the Ajax Request is stopped silently - no warning or error message. Would be nice, if some Log Message would be there which tell that. Torsten Am

Re: Navigation to and from an HTTPS URL

2007-05-03 Thread SOSELLA
Andrew Bill, So is it common form to stay in HTTPS once the user estasblishes a secure connection and authentication? Because if this is the case, then I don't have to really do anything special for navigation handling. Are there any downsides to continuing to use HTTPS? I am not sure I could

Re: Navigation to and from an HTTPS URL

2007-05-03 Thread Andrew Robinson
Staying in HTTPS is required to ensure that the user who logged in is the user accessing the HttpSession. Downside to staying in HTTPS is that it is slower as both ends have to handle encryption and decryption. On 5/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Andrew Bill, So is it

Re: inputSuggestAjax - no backing-bean method called

2007-05-03 Thread Gary VanMatre
Got it. Actually, my Renderer gots wrapped - the Wrapper itself however does not implement AjaxRenderer (renderere instanceof AjaxRenderer), so the Ajax Request is stopped silently - no warning or error message. Ahh, good catch. That wrapper renderer has to do with shales validator. If it's

RE: SEVERE: Exception ... class org.apache.myfaces.webapp.StartupServletContextListener

2007-05-03 Thread Nebinger, David
I am getting the following error when I attempt to deploy my application in tomcat 5.5.15 SEVERE: Exception sending context initialized event to listener instance of class org.apache.myfaces.webapp.StartupServletContextListener I see the above error in /var/log/tomcat5/catalina.out

[Trinidad] Dialog auto sizing problem/request

2007-05-03 Thread Bertrand, Shawn R
We use a fair amount of dialogs displayed via the dialog framework (i.e. summoned through dialog: navigation rules and launchDialog API calls alike), and a nice feature is the auto sizing that occurs once the DOM is populated with all of the UI components. The sizing is occurring, but all of the

Re: JSCookMenu and passing value to manged-bean

2007-05-03 Thread syllepsa
Adrian Mitev-2 wrote: In this form JSCookMenu can't do that. I've created a patch where you can invoke javascript code and invoke action method when the menu is clicked. In the javascript code i set the id of the selected item in a hidden field. See here [1] for more info. [1]

double click issue in Firefox...

2007-05-03 Thread Jorge Vásquez
Regards to all, During some testing I found that some unpredictable errors occur with Firefox whenever a user clicks twice rapidly either on a commandLink or on a commandButton. What happens is that the respective method modifies some internal state the first time but then when it gets executed

Re: double click issue in Firefox...

2007-05-03 Thread Adrian Mitev
To prevent the double submit you could use a server side solution like the token synchronizer pattern implemented as a shale component called s:token from shale-core lib that you can get from here [1] or to implement it yourself [2] [1] http://shale.apache.org/ [2]

Re: dynamic c:import

2007-05-03 Thread Simon Kitching
[EMAIL PROTECTED] wrote: In some cases, I want to dynamically import fragment of page. Such as: c:import url=#{masterBean.action} / I used h:outputText value=#{masterBean.action}/ to test masterBean.action returns correct value, for instance, main.jsp. But it seem it could not be imported in

Re: dynamic c:import

2007-05-03 Thread Andrew Robinson
In case you are using facelets or ajax4jsf or could consider using them: If you are using facelets, use ui:import If you are using ajax4jsf, use a4j:import -Andrew On 5/3/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: In some cases, I want to dynamically import fragment of page. Such as:

Re: Problem with duplicated client-ids

2007-05-03 Thread Simon Kitching
Sertic Mirko, Bedag wrote: Hi there I am having problems with the following exception : Caused by:_ org.apache.jasper.JasperException_: Client-id : _id9 is duplicated in the faces tree. Component : _idJsp3:_id9, path: {Component-Path : [Class: javax.faces.component.UIViewRoot,ViewId:

Re: dynamic c:import

2007-05-03 Thread chenli
[EMAIL PROTECTED] wrote: In some cases, I want to dynamically import fragment of page. Such as: c:import url=#{masterBean.action} / I used h:outputText value=#{masterBean.action}/ to test masterBean.action returns correct value, for instance, main.jsp. But it seem it could not be imported

Re: dynamic c:import

2007-05-03 Thread Simon Kitching
[EMAIL PROTECTED] wrote: [EMAIL PROTECTED] wrote: In some cases, I want to dynamically import fragment of page. Such as: c:import url=#{masterBean.action} / I used h:outputText value=#{masterBean.action}/ to test masterBean.action returns correct value, for instance, main.jsp. But it seem it