Re: MyFaces and Security

2007-05-15 Thread Veit Guna
I didn't follow the whole thread, but isn't acegi (if you use spring) a solution? I use it to protect specific url's as well es method invocations on backing beans. Works fine for me (but I'm using spring). I must also admit, that I'm using jsf-spring to let spring create the backing beans for

Re: [OFFTOPIC] Smart i18n support for your JSF application

2007-05-05 Thread Veit Guna
Wow. That's pretty cool :)! Gerhard Petracek schrieb: IRIAN Solutions has released the first beta of jtracc. jtracc is a smart and extensible open source JSF add-on framework released under the LGPL. jtracc allows you to translate your JSF web-application directly in the web-browser. You

Re: Scrolling on individual pages

2007-04-03 Thread Veit Guna
Hi. This has been asked several times ago (including myself). But nobody knew a solution for this. I switched off AUTO_SCROLL completely and live with this pain. Actually it didn't bother me too much to grab the myfaces/tomahawk sources to add this functionality. Regards, Veit

Re: s:graphicImageDynamic retrieve picture URL

2007-03-20 Thread Veit Guna
Anyone got that solved? I think of subclassing the s:graphicImageDynamic tag to reduce it to an url output only tag. To get the url only is useful for other non-jsf components like jcaroussel or similar. Pfau, Oliver schrieb: Hi, is it possible to retrieve the URL of a picture rendered

Re: Help !!! myfaces tomahawk JSF datatable component problem with Spring Web Flow...

2007-03-16 Thread Veit Guna
Original-Nachricht Datum: Fri, 16 Mar 2007 14:39:41 +0100 Von: Werner Punz [EMAIL PROTECTED] An: users@myfaces.apache.org CC: Betreff: Re: Help !!! myfaces tomahawk JSF datatable component problem with Spring Web Flow... Jörn Zaefferer schrieb: I've tried to get Webflow

Re: Help !!! myfaces tomahawk JSF datatable component problem with Spring Web Flow...

2007-03-15 Thread Veit Guna
it is much much closer to JSF than webflow, I think -M On 3/15/07, Veit Guna [EMAIL PROTECTED] wrote: No, sorry. But can I ask you a counterquestion :)? Independend of your current problem, how nice does spring webflow play together with JSF (myfaces)? I read about some problems

Re: Help !!! myfaces tomahawk JSF datatable component problem with Spring Web Flow...

2007-03-15 Thread Veit Guna
... no-gos ? On 3/15/07, Veit Guna [EMAIL PROTECTED] wrote: Yes, I took a look at shale dialog, but there're some no-go's for me with its dialog component. So I'm looking for an alternative.. and spring webflow sounds good - but it has some problems with JSF... Original-Nachricht

Re: Question about redirection on timeout

2007-03-13 Thread Veit Guna
Hi. Yes, I use a filter to handle session-timedout requests. The next time an invalidated session is requested, a redirect will be done. Regards, Veit Original-Nachricht Datum: Tue, 13 Mar 2007 15:11:45 +0100 (CET) Von: Thomas Chang [EMAIL PROTECTED] An:

Re: Question about redirection on timeout

2007-03-13 Thread Veit Guna
); } } } But it doesn't work. If the timeout comes, it dosen't redirect. Could you please show me your filter class? Regards Thomas */Veit Guna [EMAIL PROTECTED]/* schrieb: Hi. Yes, I use a filter to handle session-timedout requests. The next time

Re: GraphicImage Question

2007-02-22 Thread Veit Guna
Hi. Take a look at the sandbox graphicDynamicImage. There you can write your own ImageRenderer and you're free where you read the images from. In my webapp uploaded files go to a separate directory outside the deployment directory of tomcat. The ImageRenderer reads files from there and displays

Re: [Solved] GraphicImage Question

2007-02-22 Thread Veit Guna
images from a directory on the hard drive, though if anyone knows a simple example of using the graphicImage and reading from a standard windows folder, the help would be much appreciated. Thanks Michael. Veit Guna-2 wrote: Hi. Take a look at the sandbox graphicDynamicImage. There you

Re: debugging. navigation rules

2007-01-28 Thread Veit Guna
Hi. I use log4j.logger.org.apache.myfaces.application.NavigationHandlerImpl=DEBUG in log4j.properties. Regards, Veit shooali schrieb: Hi, How can I debug the navigation rules? Is there a way to set log level or debug level to see what really happens regarding the navigation, from viewid

Re: How stable is rcfaces?

2007-01-26 Thread Veit Guna
It's still beta. I'm hunting bugs for the last 3-4 weeks now. But the developers of rcfaces are very busy as a bee and offer fixed builds regularly. Most of my problems were facelets/myfaces/tomahawk integration related ones. They created a rcfaces only demo-app that works quite ok... just my

Re: s:graphicImageDynamic retrieve picture URL

2007-01-26 Thread Veit Guna
Hi. I would be also interested in this. For example to pass that url to another tag. Regards, Veit Pfau, Oliver schrieb: Hi, is it possible to retrieve the URL of a picture rendered with s:graphicImageDynamic ? Regards, Oliver

Re: rcfaces with myfaces

2007-01-24 Thread Veit Guna
: Hi I'm using Java version 1.5.0_07-b03 I'm now going to give it a try with jsf ri. - Mike On 23/01/07, Veit Guna [EMAIL PROTECTED] wrote: Hi. You didn't tell us, what JDK do you use? I think rcfaces is compiled against 5.0... regards, Veit

Re: rcfaces with myfaces

2007-01-22 Thread Veit Guna
$PoolThread.run(BoundedThreadPool.java:475) Cheers, Mike On 20/01/07, *Veit Guna* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi. At least use version I2118 - that is one of the rcfaces integration builds. I'm using Facelets, Myfaces, Tomahawk, Shale and Spring together

Re: rcfaces with myfaces

2007-01-20 Thread Veit Guna
) at org.apache.myfaces.context.servlet.ServletExternalContextImpl.dispatch (ServletExternalContextImpl.java:419) ... 33 more It will be great if you could help me out with configuring rcfaces properly. Thanks, Madhav On 1/9/07, *Veit Guna* [EMAIL

Re: rcfaces with myfaces

2007-01-09 Thread Veit Guna
Hi. I'm evaluating rcfaces for use with myfaces. For me it's the other way around :). There are some problems, I'm stuck with certain rcfaces components and behavior's (css, ajax...) but basically it work's quite well. If you've a running myfaces app, it's not a real problem to integrate

org.apache.myfaces.DETECT_JAVASCRIPT

2007-01-06 Thread Veit Guna
Hi. I'm thinking about enabling JS detection (although almost every browser nowadays has JS enabled) to allow for example search engines to crawl my site. Does anybody got some experience with this parameter and the org.apache.myfaces.webapp.filter.JavaScriptDetectorFilter? What are the

Re: t:popup renders strangely in IE

2007-01-04 Thread Veit Guna
Hi. Do you overwriting position with absolute or relative in your div containing the popup component? Had similar problems. Try to use position:static in the parent div to allow the popup to use position:absolute. This worked for me. regards, Veit Original-Nachricht Datum:

Re: t:popup renders strangely in IE

2007-01-04 Thread Veit Guna
: t:popup renders strangely in IE Thanks for the quick answer. Unfortunately I really need position:absolute in my container-div. Is there another solution to the problem? Cheers, Christopher Veit Guna schrieb: Hi. Do you overwriting position with absolute or relative in your div

Re: a4j:inlcude and t:popup

2006-12-30 Thread Veit Guna
Hi. I've got nearly the same problem with JS and StreamingAddResource. I switched from the ExtensionFilter to StreamingAddResource because the filter complained about non-html content in an ajax-request. BTW: does anyone know, if the old ExtensionFilter filter-mapping etc. can be removed? Or is

Re: h:commandClick and a confirmation prompt

2006-11-04 Thread Veit Guna
What do you mean with taken by the renderer? I use myfaces, and this works like a charm for me: h:commandLink value=#{msg.my_gallery_delete_link_label} onclick=if (!confirm('#{msg.my_gallery_msg_confirm_delete_gallery}')) return false action=#{galleryAction.deleteMyGallery} / This won't for you?

Re: h:commandClick and a confirmation prompt

2006-11-04 Thread Veit Guna
What do you mean with taken by the renderer? I use myfaces, and this works like a charm for me: h:commandLink value=#{msg.my_gallery_delete_link_label} onclick=if (!confirm('#{msg.my_gallery_msg_confirm_delete_gallery}')) return false action=#{galleryAction.deleteMyGallery} / This won't for you?

HtmlPanelTabbedPane - getTabChangerListener

2006-10-28 Thread Veit Guna
Hi. I'm using the TabChangerListener together with the HtmlPanelTabbedPane (Tomahawk). I've added the listener through the addTabChangeListener(Listener) method on HtmlPanelTabbedPane (t:TabChangerListener tag). Works so far. But how can I check, if it has already been added to the panel? There's

Re: AUTO_SCROLL de-/activation

2006-10-25 Thread Veit Guna
. [1] https://issues.apache.org/jira/browse/TOMAHAWK-713 Regards, Jeff Bischoff Kenneth L Kurz Associates, Inc. Veit Guna wrote: Hi. It would be great if it would be possible to de-/activate the AUTO_SCROLL behavior programmatically. As far as I read the mailing list, actually

AUTO_SCROLL de-/activation

2006-10-24 Thread Veit Guna
Hi. It would be great if it would be possible to de-/activate the AUTO_SCROLL behavior programmatically. As far as I read the mailing list, actually there's no way to accomplish that. On pages where validation errors occur and the submit button is on the bottom of the page (after scrolling

JSF and search engines

2006-08-02 Thread Veit Guna
Hi. I've read that search engines like google or similar have problems with the html code JSF (Myfaces) creates. They won't scan the pages because there are href's like 'a href# onclick=...' which use javascript to activate the link. Is there a way to let Myfaces create search engine friendly

s:graphicImageDynamic and IE caching

2006-05-15 Thread Veit Guna
Hi. I'm using the sandbox s:graphicImageDynamic tag to dynamically display images with myfaces. It works so far, but one problem I encountered in combination with the IE (FF works): Because the tag uses always the same url to render the image, the IE is a little bit confused and shows the last

Re: s:graphicImageDynamic and IE caching

2006-05-15 Thread Veit Guna
Do you mean adding this as meta tag or through setting it in the headers? Matthias Wessendorf schrieb: just a quick shot... tried Cache-control: private ? -Matthias On 5/15/06, Veit Guna [EMAIL PROTECTED] wrote: Hi. I'm using the sandbox s:graphicImageDynamic tag to dynamically

Re: selectonemenu and converters

2006-01-22 Thread Veit Guna
. Sometimes it's too simple... regards, Veit Veit Guna schrieb: I'm using selectOneMenu to offer the user a city selection. Internally the city objects are value objects that will be added to the selectitem objects as value property. So every selectitem contains the real city object. I've added

selectonemenu and converters

2006-01-21 Thread Veit Guna
Hi. I'm using selectOneMenu to offer the user a city selection. Internally the city objects are value objects that will be added to the selectitem objects as value property. So every selectitem contains the real city object. I've added a custom converter, that should convert from and to these

Re: Find label of component

2006-01-17 Thread Veit Guna
for me. regards, Veit Mike Kienenberger schrieb: If you've set everything else up, it should be automatic: http://www.mail-archive.com/users%40myfaces.apache.org/msg15110.html On 1/16/06, Veit Guna [EMAIL PROTECTED] wrote: Hi. How can I get the label (outputLabel) for a specific

Find label of component

2006-01-16 Thread Veit Guna
Hi. How can I get the label (outputLabel) for a specific component? I need this, to add the label text to a custom validation message. It seems that {0} isn't filled automatically with the label when I add a custom message with addMessage to the clientId (field). regards, Veit

Re: Where to get myfaces libraries, preferably from maven2 repo

2006-01-15 Thread Veit Guna
Hi. Normally you can get the nightly builds under: http://cvs.apache.org/builds/myfaces/nightly/ But currently, there's nothing available :(. I think you have to build your own version like it did. Follow these instructions: http://myfaces.apache.org/buildhowto.html It works perfectly -

convertDateTime year digits

2006-01-14 Thread Veit Guna
Hi. I'm using Myfaces 1.1.1 with the Tomahawk extension. Now I would like to let the user enter his birthdate in the format dd.MM. (german format). I use this on my page: --cut here-- ... ... ... t:inputCalendar id=birthdate value=#{registrationPerson.birthdate} required=true

Re: convertDateTime year digits

2006-01-14 Thread Veit Guna
of the inputCalendar... I do suppose that your issue is fixed already, though. regards, Martin On 1/14/06, Veit Guna [EMAIL PROTECTED] wrote: Hi. I'm using Myfaces 1.1.1 with the Tomahawk extension. Now I would like to let the user enter his birthdate in the format dd.MM. (german format). I

Re: convertDateTime year digits

2006-01-14 Thread Veit Guna
, and apply a converter to this text-field? regards, Martin On 1/14/06, Veit Guna [EMAIL PROTECTED] wrote: Hi. I've updated all my faces libs to 1.1.2-SNAPSHOT. But the problem still exists. Some improvements were made to the inputCalendar component. 01.01.30 entered in the textfield