Re: validateBean and java.lang.InstantiationException: org.apache.myfaces.extensions.validator.beanval.interceptor.BeanValidatorWrapper

2010-07-18 Thread Cagatay Civici
Hi Simon, Can you try without the process=@form option? Cagatay On Jul 18, 2010, at 11:13 PM, Simon Zambrovski wrote: Hi Folks, I observe a strange exception by that appears inside of the BeanValidatorWrapper in a very specific scenario. Here is how it goes: I use PrimeFaces 2.0.2

Re: [Trinidad] need timelines for the Trinidad 2 release

2010-07-16 Thread Cagatay Civici
that you can really mix and match different components of multiple libs. LieGrue, strub --- On Thu, 7/15/10, Cagatay Civici cagatay.civ...@gmail.com wrote: From: Cagatay Civici cagatay.civ...@gmail.com Subject: Re: [Trinidad] need timelines for the Trinidad 2 release To: MyFaces Discussion

Re: [Trinidad] need timelines for the Trinidad 2 release

2010-07-15 Thread Cagatay Civici
Hi Venkat, You can use PrimeFaces with Trinidad. http://cagataycivici.wordpress.com/2010/03/24/integrating-primefaces-and-apache-trinidad/ Even the Trinidad's casablanca skin together; http://cagataycivici.wordpress.com/2010/06/24/apache-trinidads-casablanca-skin-as-a-primefaces-theme/

Re: Problem with ui:debug encoding

2010-05-26 Thread Cagatay Civici
sections). Any ideas how this could be fixed? Cheers, Bruno -- Jakob Korherr blog: http://www.jakobk.com twitter: http://twitter.com/jakobkorherr work: http://www.irian.at -- Cagatay Civici JSF EG | PrimeFaces Lead | Apache MyFaces PMC http://www.primefaces.org

Re: Published today: Apache MyFaces 1.2 Web Application Development

2010-03-03 Thread Cagatay Civici
Congrats Bart, I had the chance to contribute this book as a technical reviewer. It's a great read covering all about MyFaces. On Mar 3, 2010, at 7:16 PM, Hazem Saleh wrote: Congratulation Bart! Please keep this up. On Wed, Mar 3, 2010 at 3:02 PM, Bart Kummel b...@kummelweb.nl wrote:

Re: [JSF 1.2] How to track a validation error

2010-02-17 Thread Cagatay Civici
in message queue, and I cannot find what could cause this validation error. Is there any way (except debugging myfaces source code) to identify what is the issue? MAny thanks, Anton -- Cagatay Civici JSF EG | PrimeFaces Lead | Apache MyFaces PMC http://www.primefaces.org

Re: [JSF 1.2] How to track a validation error

2010-02-17 Thread Cagatay Civici
doesnt require converter, does it? Thanks, Anton 2010/2/17 Cagatay Civici cagatay.civ...@gmail.com selectOneMenu's can cause this if the selectitems collection of this component does not contain the submittedconverted value. Also if you set h:messages showDetail=true, that would help

Re: Lifecyle: t:saveState

2010-01-20 Thread Cagatay Civici
It would be the first phase which is restore view. On Wed, Jan 20, 2010 at 1:20 PM, SANTINI, Rafael raf...@santini.eti.brwrote: Hi, I'm trying to access a property in a restore view phase listener where this property was saved with t:saveState. In what phase the t:saveState is restored?

Re: pop up for delete confirmation

2009-12-09 Thread Cagatay Civici
There's a special component for this in PrimeFaces called confirmDialog integrated with command components. http://97.107.138.40:8080/prime-showcase/ui/confirmDialog.jsf That will work smoothly with Tomahawk. On Wed, Dec 9, 2009 at 4:43 PM, Grant Smith work.gr...@gmail.com wrote: I use

Re: Render commanButton as button

2009-11-17 Thread Cagatay Civici
Hi Rene, From w3c; *Important:* If you use the button element in an HTML form, different browsers will submit different values. Internet Explorer will submit the text between the button and /button tags, while other browsers will submit the content of the value attribute. Use the

Re: Render commanButton as button

2009-11-17 Thread Cagatay Civici
by some javascript, isn't it? Thanks Rene -Ursprüngliche Nachricht- Von: Cagatay Civici [mailto:cagatay.civ...@gmail.com] Gesendet: Dienstag, 17. November 2009 11:27 An: MyFaces Discussion Betreff: Re: Render commanButton as button Hi Rene, From w3c; *Important:* If you use

Re: A telephone tag?

2009-11-16 Thread Cagatay Civici
How about a client side solution? http://digitalbush.com/projects/masked-input-plugin/ On Fri, Nov 13, 2009 at 6:16 PM, Anton Gavazuk antongava...@gmail.comwrote: Dave, you can create your own tags - although its not easy task, what I'm trying to say - you can validate entered values by

Re: Log message : No RenderingContext has been created.

2009-11-04 Thread Cagatay Civici
Does it happen when you make a request which RichFaces? On Wed, Nov 4, 2009 at 12:52 PM, Marco Huber mhu...@project-team.de wrote: Hi all, in our application (Trinidad 1.2.12, Seam 2.2.0, RichFaces 3.3.1, Spring 2.5.6) the following message appear from time to time in the log file: SEVERE

Re: Shortcuts for Links and Buttons

2009-09-28 Thread Cagatay Civici
Hi Tobias, There's a hotkey plugin for jquery. And the JSF hotkey version of that: http://97.107.138.40:8080/prime-showcase/ui/hotkeyAjax.jsf C.C. On Sep 28, 2009, at 10:36 AM, Eisenträger, Tobias wrote: Hello, I need to have shortcut support (Alt+O for OK, for example). What is a

Re: Myfaces and Presentation Role based rendering

2009-09-25 Thread Cagatay Civici
Message- From: Cagatay Civici [mailto:cagatay.civ...@gmail.com] Sent: Thursday, September 24, 2009 6:30 PM To: MyFaces Discussion Subject: Re: Myfaces and Presentation Role based rendering You need to add the httpcontextintegrationfilter to your filter chain to make MyFaces security work

Re: Myfaces and Presentation Role based rendering

2009-09-24 Thread Cagatay Civici
You need to add the httpcontextintegrationfilter to your filter chain to make MyFaces security work communicate with Spring Security. Other way is to provide your own SecurityContext implementation, default one uses container managed security. First solution is simpler. Regards, Cagatay

Re: JSF scalability issues?

2009-09-06 Thread Cagatay Civici
First article is outdated, so not a valid reference to consider now. Regarding second article, I disagree with that since every web framework has some sort of lifecycle to process the request and generate the response, why is it a problem that JSF has one too. Also session is not specific

Re: MyFaces Orchestra: How to Integrate with Hibernate ?

2009-06-12 Thread Cagatay Civici
Are you sure you have the @Transactional around? On Fri, Jun 12, 2009 at 4:52 PM, Alejandro Valdez alejandro.val...@gmail.com wrote: I'm sorry to insist (I don't like to beg for help), but I really can't figure out how Orchestra persistence context works with Hibernate, I'm just getting

Re: [RichFaces]-Poll server, alert server side message, possible?

2009-05-12 Thread Cagatay Civici
Well this is MyFaces mailing list, not richfaces so we can come up with myfaces related solutions. Go for Matthias's suggestion is optimal for this requirement since server sends the requests not client. On Tue, May 12, 2009 at 8:13 AM, Matthias Wessendorf mat...@apache.orgwrote: use Trinidad.

Re: [Trinidad] Howto PPR using clientside events like onkeyup?

2009-05-06 Thread Cagatay Civici
You can use the Trinidad client side PPR Api. On Tue, May 5, 2009 at 6:30 PM, Wolfgang Möstl wmoe...@web.de wrote: Hi, I have to do a PPR page update if the user changes the content of an tr:inputText, resulting in changing the table data according to the inputText value (filtering the

Re: [Trinidad] Howto PPR using clientside events like onkeyup?

2009-05-06 Thread Cagatay Civici
-- *Von:* Cagatay Civici [mailto:cagatay.civ...@gmail.com] *Gesendet:* Mittwoch, 06. Mai 2009 12:08 *An:* MyFaces Discussion *Betreff:* Re: [Trinidad] Howto PPR using clientside events like onkeyup? You can use the Trinidad client side PPR Api. On Tue, May 5, 2009 at 6:30 PM, Wolfgang Möstl

Re: [JSF 1.2] conditions for table rows inside dataTable tag

2009-04-29 Thread Cagatay Civici
Doesn't EL checks give you what you need. like rendered=condition for components to be rendered in that column for that condition. On Wed, Apr 29, 2009 at 3:37 PM, Anton Gavazuk antongava...@gmail.comwrote: Hi all, question - is it possible to somehow manage table row items or even whole

Re: Export Data Table to Excel - Strange JSF Lifecycle Behavior?!

2009-04-28 Thread Cagatay Civici
Does it only happen for the second post after you export the excel? Or it happens without exporting at all? Seems commandLink is decoded and event is queued again. On Tue, Apr 28, 2009 at 5:31 PM, sreekrbs sreek...@yahoo.com wrote: Very simple solution. Use a command button with image. JSF

Re: may I use session scoped beans in an application scoped bean's method?

2009-04-27 Thread Cagatay Civici
Instead of binding your application scoped bean code to access session, why don't you just pass the layout param to the getImageUrl method. Also in JSF you can't inject managed beans with short scopes to longer ones, so you can't inject a request bean to a session scoped bean using jsf ioc, or

Re: disable a component in bean

2009-04-27 Thread Cagatay Civici
What's the error message you're getting from server? On Mon, Apr 27, 2009 at 2:36 PM, mitroiasi mitroi...@yahoo.com wrote: Hi, I have this code: h:panelGroup h:selectBooleanCheckbox id=quarterChose onclick=changeCheckBox(); value=#{user.quarterChose}

Re: How to set up server-side state saving method

2009-04-22 Thread Cagatay Civici
How do you specify it in web.xml, please post the context param config. On Wed, Apr 22, 2009 at 2:48 PM, Alexey Koloskov alexey_kolos...@ocslab.com wrote: Hello! I'am new to MyFaces. I have written a simple program on jsf: h:form h:inputText value=#{indexBean.name}/ h:commandLink

Re: How to set up server-side state saving method

2009-04-22 Thread Cagatay Civici
-classjavax.faces.webapp.FacesServlet/servlet-class load-on-startup1/load-on-startup /servlet servlet-mapping servlet-nameFaces Servlet/servlet-name url-pattern*.jsf/url-pattern /servlet-mapping Cagatay Civici wrote: How do you specify it in web.xml, please post the context param config. On Wed, Apr 22

Re: How to set up server-side state saving method

2009-04-22 Thread Cagatay Civici
servlet-mapping servlet-nameFaces Servlet/servlet-name url-pattern*.jsf/url-pattern /servlet-mapping Cagatay Civici wrote: How do you specify it in web.xml, please post the context param config. On Wed, Apr 22, 2009 at 2:48 PM, Alexey Koloskov alexey_kolos...@ocslab.com

Re: GZipping JSF Response

2009-04-17 Thread Cagatay Civici
I've used gzip filter with jsf and no problems, was working in was6 as well afair. On Fri, Apr 17, 2009 at 3:06 PM, Madhav Bhargava madhav_bharg...@infosys.com wrote: Yes. Application server: Websphere 6.x I have attached the files with this mail. Since it was printing the gzipped response

Re: Tomahawk + Trinidad + Facelets

2009-04-07 Thread Cagatay Civici
You need to commons fileupload to your classpath. On Tue, Apr 7, 2009 at 9:44 AM, Eisenträger, Tobias tobias.eisentrae...@arag.de wrote: Hello everyone, I have a working configuration with Trinidad+Facelets with the JSF 1.2 versions. Now I would like to add some Tomahawk components to that

Re: Google Summer of Code

2009-03-16 Thread Cagatay Civici
Isn't mentoring applications over? AFAIK deadline was friday the 13th which sounds like a real deadline. On Mar 16, 2009, at 10:48 PM, Matthias Wessendorf wrote: +1 on the 2.0 parts Sent from my iPod. Am 16.03.2009 um 20:50 schrieb Ali Ok al...@aliok.info: Hi all, Does somebody from

Re: t:selectItems with a map

2009-03-14 Thread Cagatay Civici
I remember adding this feature in 2006 :) If you have a map you actually don't need t:selectItems much. f:selectItems would suffice where labels are the keys and values are the map values. t:selectItems is handy to autogenerate selectItems from collections like lists. Cagatay On Mar

Re: JSF - display a collection in one line?

2009-02-24 Thread Cagatay Civici
ui repeat, datalist or a similar thing would help too. On Feb 24, 2009, at 2:25 PM, Mert Çalışkan wrote: I did that with a converter while ago, http://www.jroller.com/mert/entry/collectiontocommaseperatedtextconverter Mert On Tue, Feb 24, 2009 at 12:11 PM, kareda k...@digiplace.ch wrote:

Re: where is the Planner component, with monthly/weekly views?

2009-02-06 Thread Cagatay Civici
Schedule is in tomahawk not in tomahawk-sandbox. On Feb 6, 2009, at 9:04 PM, Milan Durovic wrote: Hi all, first posting. I found a few pages about the Planner component, derived from the work by Jurgen Lust, how it was to be part of MyFaces, etc, but now I can't find any reference. I

[OT] PrimeFaces

2009-01-26 Thread Cagatay Civici
Hi, There's a brand new component library called PrimeFaces that you might want to know. HomePage: http://primefaces.prime.com.tr Demo: http://www.rehberharitam.com/primefaces-examples Regards, Cagatay

Re: How to Configure Search results using JSF/MyFaces

2009-01-18 Thread Cagatay Civici
This is not a UI thing and I think should be handled at data access rather than UI level. Hibernate api supports maxResult so you can limit the number of rows returned. On Sun, Jan 18, 2009 at 4:57 PM, bansi mail2ba...@yahoo.com wrote: We use JSF 1.2, RichFaces 3.1, Spring 2.5, Hibernate 3.2

Re: [Bug? Trinidad] javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher

2009-01-14 Thread Cagatay Civici
I've seen this error even in myfaces 1.2.2. There's an annoying problem with client side viewstate encryption. On Wed, Jan 14, 2009 at 2:53 PM, Matthias Wessendorf mat...@apache.orgwrote: Hi know that there is some param on myfaces core for this. So, does that work with MyFaces 1.2.6

Re: t:calendar is giving me dates off by 1 day

2008-12-04 Thread Cagatay Civici
Have you tried setting the timezone on converter On Thu, Dec 4, 2008 at 4:05 PM, laredotornado [EMAIL PROTECTED]wrote: Hi, I'm using MyFaces 1.1.5 with Tomahawk 1.1.6 on WebLogic 9.2.2. I have this input field on my JSF page: t:inputCalendar

Re: Trinidad / Orchestra / Spring / Spring Security / JPA - eclipselink

2008-11-24 Thread Cagatay Civici
This would help; http://cagataycivici.wordpress.com/2008/06/17/annotation-driven-jsf-spring-jpa-spring-security-orchestra/ Demonstrates the stack containing myfaces+orchestra+jpa+spring+spring security On Mon, Nov 24, 2008 at 10:06 PM, Merkel, Stace [EMAIL PROTECTED] wrote: I currently have

Re: [Trinidad] Is pageFlowScope a good fit and what is it's future?

2008-11-13 Thread Cagatay Civici
There is no flow scope on jsf 2.0 yet, as Matthias said it kinda related to webbeans. On Thu, Nov 13, 2008 at 2:18 PM, Matthias Wessendorf [EMAIL PROTECTED]wrote: On Thu, Nov 13, 2008 at 3:04 PM, Paul Spencer [EMAIL PROTECTED] wrote: I am converting an application the opens many windows based

Re: Rich ModalPanel

2008-11-06 Thread Cagatay Civici
RichFaces forum would be a better place to post this question:) On Thu, Nov 6, 2008 at 8:50 AM, Jayakrishna Palla [EMAIL PROTECTED] wrote: JSF User wrote: Hi, did anybody used this component before ? http://livedemo.exadel.com/richfaces-demo/richfaces/modalPanel.jsf?s=blueSky

Re: Export datatable to excel problem with pagination

2008-11-05 Thread Cagatay Civici
]wrote: Actually i am using JSF 1.2, and downloaded the latest Tomahawk and sandbox 1.1.7 libs. But i did not find any exportActionListener component in the sandbox. So ??? Farhan ! Cagatay Civici wrote: Instead of this, Try the exportActionListener, so you dont need to write any

Re: Export datatable to excel problem with pagination

2008-11-04 Thread Cagatay Civici
(); } === Cagatay Civici wrote: Are you using the export actionlistener? On Tue, Nov 4, 2008 at 9:33 AM, mrfarhankhan [EMAIL PROTECTED] wrote: Hi ! I am following the following link to export my datatable to excel http

Re: Export datatable to excel problem with pagination

2008-11-04 Thread Cagatay Civici
Are you using the export actionlistener? On Tue, Nov 4, 2008 at 9:33 AM, mrfarhankhan [EMAIL PROTECTED] wrote: Hi ! I am following the following link to export my datatable to excel http://wiki.apache.org/myfaces/Exporting_DataTable_To_MS-Excel The problem is that I am using pagination

Re: sandbox inputsugetsajax converter demo

2008-10-30 Thread Cagatay Civici
Hi, There is already a demo of this feature in sandbox examples. See the last inputSuggestAjax, uses a converter. Cheers, Cagatay On Thu, Oct 30, 2008 at 10:00 PM, alvaro tovar [EMAIL PROTECTED]wrote: hello i have a great idea, just i am to bad with myfaces, will be good if is publish a

Re: XML Parse Error MyFaces 1.1.6 (please help)

2008-10-15 Thread Cagatay Civici
How about trying with xsd instead of dtd for a 1.2 project? ?xml version=1.0 encoding=UTF-8 ? faces-config version=1.2 xmlns=http://java.sun.com/xml/ns/javaee; xmlns:xi=http://www.w3.org/2001/XInclude; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;

Re: Integrating MyFaces in RichFaces VE

2008-09-19 Thread Cagatay Civici
afaik, eclipse wtp 3.0 has visual support for Trinidad, http://www.eclipse.org/webtools/releases/3.0.0/newandnoteworthy/jsf.php On Fri, Sep 19, 2008 at 10:37 AM, Carsten Pieper [EMAIL PROTECTED] wrote: Sidenote: We're on eclipse-jee-europa-winter release... And

Re: MyFaces el functions like 'rich:clientId'

2008-09-16 Thread Cagatay Civici
A solution would be that in your facelets method, you pass the server side id of the component, then find it in the component tree, once you have the component instance use UIComponent.getClientId(facescontext) to reach the client id. On Tue, Sep 16, 2008 at 8:24 PM, Stefano Panero [EMAIL

Re: t:selectItems still seems to need a converter

2008-09-10 Thread Cagatay Civici
Conversions are the nature of jsf so it really makes sense to use a converter for t:selectItems. Generally the common solution is two write a generic jpa entity converter if you are using jpa with jsf. Using the converter-for-class kinda config once, you dont need to define the converter each

Re: t:selectItems still seems to need a converter

2008-09-10 Thread Cagatay Civici
within each t:selectItems or f:selectItems tag. Regards, Simon Cagatay Civici schrieb: Conversions are the nature of jsf so it really makes sense to use a converter for t:selectItems. Generally the common solution is two write a generic jpa entity converter if you are using jpa

Re: help problem with exporterActionListner facelet

2008-09-07 Thread Cagatay Civici
Hi, exportActionListener needs a facelets tag that is not yet implemented yet. Only the jsp tag is there so this feature will fail in a facelet environment. You can file a jira issue for this. Cagatay On Sat, Sep 6, 2008 at 7:15 PM, Ouatouch Abdeljalil [EMAIL PROTECTED]wrote: Good morning,

Re: Can myfaces use the JSF RI implement?

2008-08-27 Thread Cagatay Civici
You also need tomahawk-sandbox jar in your classpath. On Wed, Aug 27, 2008 at 8:43 AM, user08070101 [EMAIL PROTECTED] wrote: HI, My current JSF application use the Richfaces with RI implement. I want to add myfaces components to my application. I have imported the tomahawk-1.1.1.jar to my

Re: Can myfaces use the JSF RI implement?

2008-08-27 Thread Cagatay Civici
As simon mentioned, it's not a good idea to use tomahawk 1.1.1 with sandbox 1.1.7-snapshot. Just replace tomahawk 1.1.1 with tomahawk 1.1.7-SNAPSHOT On Wed, Aug 27, 2008 at 10:16 AM, user08070101 [EMAIL PROTECTED] wrote: Hi, Another problem: When I import the sandbox jar file, the

[OT] Jobs in UK

2008-08-15 Thread Cagatay Civici
Hi, I'm looking for a developer job in UK. If there is interest, you can contact me. Cagatay Civici cagatay at apache.org

Re: JSF/Facelets with Spring Security 2.0.2

2008-07-04 Thread Cagatay Civici
Hello Bansi, AcegiJSF has a limitation here, it's only good if you want to show/hide components. In order to overcome this and bring some flexibility, I've added the SecurityContext EL extension. It works with Acegi(Spring Security) and Container Security out of the box.

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-25 Thread Cagatay Civici
application? I cannot get my application deployed without errors when I try to combine them both... Best regards, Bart Kummel *Cagatay Civici [EMAIL PROTECTED]* 24-06-2008 16:04 Please respond to MyFaces Discussion users@myfaces.apache.org To MyFaces Discussion users

Re: [Trinidad] + Facelets + RichFaces / Ajax4JSF

2008-06-24 Thread Cagatay Civici
I've tried to combine these two for an experimental project, other than the ppr stuff, it was fine. Ajax4JSF and Trinidad PPR doesn't play well. On Tue, Jun 24, 2008 at 5:00 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: On Tue, Jun 24, 2008 at 12:25 AM, [EMAIL PROTECTED] wrote: Hi,

Re: [Orchestra] Session is closed

2008-05-22 Thread Cagatay Civici
Yeah, I wasn't using transactions when reading data in service methods, using read-only transactions fixed my problem. Now I can make most of the Orchestra features work with an exception. Whenever I try to remove an entity, I get message: the detached instance cant be removed, try to merge it

[Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
Hi, I'm trying to convert an existing application to use Orchestra. Followed the installation documentation but I'm getting org.hibernate.SessionException: Session is closed! exception after I add Orchestra. Just cant make it work so far. Here is web.xml: http://pastebin.com/m2c4c16b1 And spring

Re: [Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
Hi Mario, Thanks a lot for looking into it. The session is closed in the first request so I cannot open a page that uses a jpa dao to read some data to display for the initial request. Once I have the openentitymanagerinviewfilter of spring but I removed it after migrating to orchestra. I'll

Re: [Orchestra] Session is closed

2008-05-21 Thread Cagatay Civici
) at oracle.toplink.essentials.internal.ejb.cmp3.base.EJBQueryImpl.getResultList(EJBQueryImpl.java:438) Definitely sth I use messes with Orchestra:) On Wed, May 21, 2008 at 4:53 PM, Cagatay Civici [EMAIL PROTECTED] wrote: Hi Mario, Thanks a lot for looking into it. The session is closed in the first request so I

Re: FacesContext not found

2008-04-23 Thread Cagatay Civici
How do you access your JSF pages? /faces/sth.jsp Angel Miralles Arevalo wrote: Hi everybody, I'm trying to migrate to jboss 4.2.2. I'm using distributions for Faces: myfaces-api-1.2.2.jar myfaces-impl-1.2.2.jar tomahawk-1.1.6.jar tomahawk-sandbox-1.1.6.jar I get the fllowing error:

[OT] FacesTrace 0.9.0

2008-04-21 Thread Cagatay Civici
/facestrace-example Project HomePage: http://facestrace.sourceforge.net/ Regards, Cagatay Civici

Re: Trinidad rendering problem

2008-04-07 Thread Cagatay Civici
Are you using t:document in your page? On Mon, Apr 7, 2008 at 3:07 PM, Nuno Sousa [EMAIL PROTECTED] wrote: I've tried the to use seam + richfaces + aja4jsf + trinidad. I created a table which is filled by my beans, but the table borders don't appear on the page when rendering, just the values

Re: Trinidad rendering problem

2008-04-07 Thread Cagatay Civici
It works now with tr:document thanks :) Good:) Cagatay On Mon, Apr 7, 2008 at 5:28 PM, Nuno Sousa [EMAIL PROTECTED] wrote: It works now with tr:document thanks :) On Mon, Apr 7, 2008 at 1:09 PM, Cagatay Civici [EMAIL PROTECTED] wrote: Are you using t:document in your page

Re: Advice to apache and look for nice Myfaces/Jsf application architectures

2008-04-04 Thread Cagatay Civici
Yes, I'll add orchestra to moviestore too if I can make it work:) On Fri, Apr 4, 2008 at 1:04 PM, Matthias Wessendorf [EMAIL PROTECTED] wrote: On Fri, Apr 4, 2008 at 11:48 AM, Gerald Müllan [EMAIL PROTECTED] wrote: Hi, cagatay has published a very nice example application called

Re: Tomcat 6 and myfaces 1.2

2008-04-04 Thread Cagatay Civici
Hi, MyFaces 1.2.x should work fine with tomcat 5.5 if you use facelets view instead of jsp. For tomcat6, try to add; dependency groupIdjstl/groupId artifactIdjstl/artifactId version1.2/version /dependency Ciao, Cagatay On Fri, Apr 4, 2008 at 9:44 PM,

Re: conversion in jsf

2008-01-16 Thread Cagatay Civici
When you bind sth, like #{mybean.someInteger} The property resolver resolves the type of someInteger property to an integer, and later this is used to figure out the necessary converter to use automatically, in this case it is numberconverter to convert the submitted string value to an integer.

Re: [trinidad] How to export tr:table data into excel

2008-01-10 Thread Cagatay Civici
Hi, ExcelExport component in myfaces sandbox might help. http://myfaces.apache.org/sandbox/excelexport.html Note that it does not support client side state saving for now. Cagatay On Jan 10, 2008 11:50 AM, Ravindra Adireddy [EMAIL PROTECTED] wrote: Hi all, Can any one tell me how can i

Re: Bean doesnt show new values

2007-12-04 Thread Cagatay Civici
pagecode and beans with pc_prefixes, I sense ibm's rsa tool here:) How do you define the commandlink and open the popup in the jsf page? Also see trinidad dialog framework if you are using Trinidad by any chance. Cagatay On Dec 4, 2007 11:53 PM, murat aydin [EMAIL PROTECTED] wrote: Here it

Re: text height in an inputText field

2007-12-03 Thread Cagatay Civici
style attribute and with font-size? On Dec 3, 2007 3:36 PM, Wolfgang [EMAIL PROTECTED] wrote: Hi, is there a possibilitiy to define the height of the text in an inputText field? Cheers Wolfgang

Re: Tomahawk components- Required message

2007-12-02 Thread Cagatay Civici
That's because tomahawk is based on 1.1 for now, not 1.2. On Dec 2, 2007 5:47 PM, Ali Ok [EMAIL PROTECTED] wrote: Hello, Why does tomahawk components dont have required message, converter message, validator message properties? Are there any ways to do this, except binding and setting by

Re: Tomcat or Geronimo ?

2007-11-29 Thread Cagatay Civici
I agree with Simon, Using spring to manage JSF beans is just great, blogged about it lately to show how to implement it. http://cagataycivici.wordpress.com/2007/09/10/using-spring-to-manage-jsf-beans/ Cagatay On Nov 29, 2007 10:42 AM, Matthias Wessendorf [EMAIL PROTECTED] wrote: Hopefully

Re: h:commandButton with a4j:support

2007-11-27 Thread Cagatay Civici
Why dont you use a4j:commandButton? On Nov 27, 2007 12:56 PM, Wolfgang [EMAIL PROTECTED] wrote: Hi, I combined a h:commandButton with a a4j:support component: h:commandButton id=submit value=Submit styleClass=submit_button

Re: h:commandButton with a4j:support

2007-11-27 Thread Cagatay Civici
Yes, see Trinidad PPR. http://myfaces.apache.org/trinidad/devguide/ppr.html On Nov 27, 2007 1:53 PM, Wolfgang [EMAIL PROTECTED] wrote: does trinidad support asynchronous jobs? Matthias Wessendorf schrieb: I'd recommend to use trinidad and no ajax3jsf On Nov 27, 2007 12:49 PM, Wolfgang

Re: binding property in my custom tag is not working

2007-11-23 Thread Cagatay Civici
Try removing anything related to binding in your custom tag, since it extends HtmlPanelGridTag which eventually extends UIComponentTag, binding property should be taken caren of in super class. On Nov 23, 2007 9:04 AM, Rajeshekar S [EMAIL PROTECTED] wrote: Hi , I want to create a

Re: JSF Book

2007-11-23 Thread Cagatay Civici
Also The Definitive Guide to MyFaces and Facelets book is coming soon(hopefully). On Nov 23, 2007 11:52 PM, Jesse Alexander (KSFH 323) [EMAIL PROTECTED] wrote: And for german speakers/readers: [EMAIL PROTECTED] by Martin Marinschek Ed's book, I would not classify for beginners. Beginners:

Re: t:messages 2 issues

2007-11-20 Thread Cagatay Civici
Can you file a jira issue for this. Cagatay On Nov 21, 2007 9:32 AM, Bogdan Sava [EMAIL PROTECTED] wrote: 1. t:messages style attribute is ignored 2. t:messages styleClass attribute is rendered as style attribute in output I am using tomahawk with Sun jsf RI 1.2_05, but this shouldn't be

Re: How know witch data in changed

2007-11-12 Thread Cagatay Civici
implementation needs a processValueChange method or it can be a method binding, in your case the first option is a better alternative See editableValueHolder for more info. Cheers, Cagatay Civici [EMAIL PROTECTED] ps3 network id : facescontext On Nov 12, 2007 3:06 PM, [EMAIL PROTECTED] wrote

Re: How know witch data in changed

2007-11-12 Thread Cagatay Civici
info. Cheers, Cagatay Civici [EMAIL PROTECTED] ps3 network id : facescontext On Nov 12, 2007 3:06 PM, [EMAIL PROTECTED] wrote: Is there a way to set the same ValueChangeListener to all component of all view without specific code in the page? I don't want leave my programmers

Re: Accessing a managed bean in a phase listener?

2007-11-07 Thread Cagatay Civici
Hi, For 1.1, FacesContext ctx = FacesContext.getCurrentInstance(); ValueBinding vb= ctx.getApplication().createValueBinding(#{barca}); Barca barca = (Barca)vb.getValue(ctx); or Barca barca = (Barca)ctx .getApplication().getVariableResolver().resolveVariable(ctx , barca); If you're on 1.2,

Re: Client side validation

2007-11-07 Thread Cagatay Civici
=inc/page_footer.jsp % /body /html -Original Message- From: Cagatay Civici [mailto:[EMAIL PROTECTED] Sent: 11/06/2007 09:59 To: MyFaces Discussion Subject: Re: Client side validation Hello, The successor of the jsf-comp's client side converter/validators joined the myfaces

Re: Client side validation

2007-11-06 Thread Cagatay Civici
am hesitant to use Trinidad. Due to project deadlines, I don't want to migrate from RichFaces AJAX components to Trinidad at this time. It looks like the jsf-comp client validator work that Cagatay Civici has done is no longer in development, so it's not a viable option. Any alternate method

Re: [OFFTOPIC] JSFDays Vienna

2007-10-25 Thread Cagatay Civici
Nice! Hopefully I'll be there. On 10/25/07, Anton Gavazuk [EMAIL PROTECTED] wrote: I will try also 2007/10/25, Martin Marinschek [EMAIL PROTECTED]: Hi all, we'd like to invite you to a JSF conference in Vienna, Austria from 12-14th of March. Anyone who wants to present a session or

Re: What is faces-config.xml.l4t?

2007-10-11 Thread Cagatay Civici
Hi, It's a file specific to exadel studio. Cagatay On 10/11/07, fischman_98 [EMAIL PROTECTED] wrote: Can anyone tell me what this file - faces-config.xml.l4t - is? How was it generated? I was using exadel studio pro. I'm now using Red Hat Developer Studio...it's been there since the

Re: How to create backing bean like bundle

2007-09-29 Thread Cagatay Civici
Hi Dave, Instead of defining getters for each field, you can make your backing bean implement the Map interface. So override the get method of the managed bean and return the corresponding value in your own map. Cagatay On 9/29/07, Dave [EMAIL PROTECTED] wrote: I have a Map (name -- value),

Re: Any thoughts on splitting the mailing lists?

2007-09-11 Thread Cagatay Civici
-1 as well Cagatay On 9/11/07, Matthias Wessendorf [EMAIL PROTECTED] wrote: -1 I think that will split the community, and that's not what we want. -M On 9/10/07, Andrew Robinson [EMAIL PROTECTED] wrote: Have there been any thoughts to split up the mailing lists per-project? Something

Re: [Tomahawk] saveState security

2007-09-09 Thread Cagatay Civici
Hi, - When using server side state saving, is it kept in the session? Yep - How does one use encryption for client-side state saving? http://wiki.apache.org/myfaces/Secure_Your_Application Regards, Cagatay Coast Guard On 9/9/07, Francisco Passos [EMAIL PROTECTED] wrote: Hello Martin.

Re: Security role question

2007-09-03 Thread Cagatay Civici
Hi, Some possible solutions would be; - Using old school container security (None JSF solution) - Phaselistener approach, run security logic after viewid is set(RestoreView Phase) - Proxying the FacesServlet, similar way as using filters. - Acegi if you've spring already Cagatay On 9/3/07,

Re: How to incorporate permission check in jsf pages

2007-08-24 Thread Cagatay Civici
Hi, Security is more kinda metadata and handling it with a ui tag would be hard to maintain. You can still use container managed security with security constraints, another alternative would be to use a phaselistener or a filter. The best solution would be acegi in case you have complex security

Re: Using PhaseListeners

2007-08-08 Thread Cagatay Civici
AFAIK, JSF 2.0 will provide this feature, until then we can do tricks like making the managed beans aware of the jsf lifecycle. An example; http://cagataycivici.wordpress.com/2006/06/06/managed_beans_aware_of_the/ Cagatay On 8/8/07, Andrew Robinson [EMAIL PROTECTED] wrote: Not that I know

Re: last version of jscook menu is broken

2007-08-08 Thread Cagatay Civici
Hi, It looks like it's related to; http://issues.apache.org/jira/browse/TOMAHAWK-1029 Seems the fix for trinidad case breaks non-trinidad cases. I'll file an issue and look at it, Regards, Cagatay [EMAIL PROTECTED] On 8/8/07, Gonzalo Nuñez [EMAIL PROTECTED] wrote: Hi, I have the same

Re: Security question

2007-08-07 Thread Cagatay Civici
Hi, When you ask facescontext for a role, it actually delegates the call to either a servlet or a portlet context. So for an example FacesContext.getCurrentInstance().getExternalContext().isUserInRole() will lead to httpservletrequest's isUserInRole in a servlet environment. Changing this is

Re: h:dataTable Beginner's question

2007-08-07 Thread Cagatay Civici
Hi, Tomahawk's selectItems may help. h:selectOneMenu styleClass=blue value=currentVersion t:selectItems value=#{rowObject.items} var=item itemLabel=#{ item.label} itemValue=#{item.value}/ /h:selectOneMenu Regards, Cagatay On 8/6/07, David Delbecq [EMAIL PROTECTED] wrote: First alternative,

Re: Making datatable header fixed

2007-08-01 Thread Cagatay Civici
Hi, There's an example datatable with builtin scrolling functionality here, maybe it helps; http://www.nightdev.devisland.net/yui4jsf-examples/datatableScrollable.jsf Regards, Cagatay On 8/1/07, Sharath Ambati [EMAIL PROTECTED] wrote: Hi I am trying to create a JSF DataTable with a

Re: Can't reRender h:inputText value using ajax4jsf ?

2007-07-15 Thread Cagatay Civici
Maybe you can try ajax4jsf list? On 7/15/07, Brian Woolf [EMAIL PROTECTED] wrote: Hi I think I've already asked, but still no idea how to update input text component using h:selectOneMenu Can anyone help? Simply, reRender doesn't work on this component. The code: h:selectOneMenu

Re: Datatable query

2007-07-14 Thread Cagatay Civici
Hi, t:dataList will help. Cagatay On 7/14/07, Das Koushik [EMAIL PROTECTED] wrote: Hi All, I need to show data as follows a1 a2 a3 a4 a5 a6 a7 a8 .. I am using the following code to achieve this h:panelGrid columns=4 c:forEach var=var1

Re: Session OR Request Scope - JSF

2007-07-10 Thread Cagatay Civici
Hi, That's because in jsf ioc you cannot inject objects with short scope to the ones in longer scope, like in this request-session example. Is the session scoped bean really a requirement, maybe you can try t:savestate instead of http session to keep the data alive. Cagatay On 7/11/07, bansi

Re: [Trinidad] Authorisation Authentication? (JAAS?)

2007-07-10 Thread Cagatay Civici
Yes, Acegi will be the right solution with Spring. I've used it in an JSF-Spring application and it's very powerful, not so hard to integrate btw. On the other hand, for securing ui components you may take a look at myfaces securitycontext features.

Re: can we change the arrow icon of sortable coloumn of table.

2007-07-06 Thread Cagatay Civici
Hi, It's not possible at the moment, http://issues.apache.org/jira/browse/TOMAHAWK-13 Cagatay On 7/6/07, Arvind Pandey [EMAIL PROTECTED] wrote: Hi all, can we change the arrow icon of sortable coloumn of t:DataTable by some other icon? regards... Arvind Pandey Disclaimer: The

  1   2   3   4   >