Re: MyFaces 1.1.5 and JBoss 4.2.2.GA

2007-11-21 Thread Murat HAZER
--- > Never miss a thing. Make Yahoo your > homepage.<http://us.rd.yahoo.com/evt=51438/*http://www.yahoo.com/r/hs> > -- Murat HAZER http://www.projedunyasi.org

Re: JSF and dependency injection

2007-10-11 Thread Ulath (AKA: Murat HAZER)
; >> how can i share identical instance for the bean..??? > >> > >> using annotation and seam we can write on the Person bean: > >> > >> @In("adress") > >> private Adress adress; > >> > >> thanks ..

Re: [TRINIDAD] Trinidad and Seam

2007-08-03 Thread Ulath (AKA: Murat HAZER)
http://www.mail-archive.com/users@myfaces.apache.org/msg40316.html On 8/3/07, Kito D. Mann <[EMAIL PROTECTED]> wrote: > > What kind of problems did you run into? > > > > *From:* Ulath (AKA: Murat HAZER) [mailto:[EMAIL PROTECTED] > *Sent:* Friday, August 03, 20

Re: [TRINIDAD] Trinidad and Seam

2007-08-03 Thread Ulath (AKA: Murat HAZER)
we tried to use but we encountered a lot of problems and gave up :( On 8/3/07, Kito D. Mann <[EMAIL PROTECTED]> wrote: > > Is anyone out there using Trinidad with JBoss Seam? > > > > ~~~ > Kito D. Mann - Author, JavaServer Faces in A

[Trinidad]a4j:command button in tr:table (seam managed environment)

2007-07-18 Thread Ulath (AKA: Murat HAZER)
components with trinidad components... regards -- Murat HAZER

Re: {Disarmed} Re: required=true?

2007-04-15 Thread Ulath (AKA: Murat HAZER)
t; > E-mail message checked by PC Tools Spyware Doctor (5.0.0.179) > Database version: 5.07080 > http://www.pctools.com/spyware-doctor/ > > > > E-mail message checked by PC Tools Spyware Doctor (5.0.0.179) > Database version: 5.07080 > http://www.pctools.com/spyware-doctor/ -- Murat HAZER http://www.projedunyasi.org

Re: general myfaces performance question

2006-11-16 Thread Ulath (AKA: Murat HAZER)
glish and German > > > > > > Professional Support for Apache MyFaces > > > > > > > > > -- > > Matthias Wessendorf > > http://tinyurl.com/fmywh > > > > further stuff: > > blog: http://jroller.com/page/mwessendorf > > mail: mwessendorf-at-gmail-dot-com > > > > > -- > > http://www.irian.at > > Your JSF powerhouse - > JSF Consulting, Development and > Courses in English and German > > Professional Support for Apache MyFaces > -- Matthias Wessendorf http://tinyurl.com/fmywh further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com -- Murat HAZER http://www.projedunyasi.org

Re: two additional jsf complibs opensourced

2006-11-14 Thread Murat Hazer
excellentOn 11/14/06, Werner Punz <[EMAIL PROTECTED]> wrote: Icefaces has been opensourced under the MPL today and last weeka really excellent ajax based complib has been opensourced under LGPL:rcfaces:here are the links:RCFACES: http://www.rcfaces.org/ICEFACES: http://icefaces.org/-- Murat HAZ

Re: JSCookMenu Stylesheet and Facelets Problem

2006-09-15 Thread Murat Hazer
enu.jscookmenu.HtmlCommandJSCookMenu     I did try   org.apache.myfaces._javascript__LOCATION and org.apache.myfaces.IMAGE_LOCATION   and neither of those worked.   Have you had any luck in overriding either of these with Facelets.   Tom       -----Original Message- From: Murat Ha

Re: JSCookMenu Stylesheet and Facelets Problem

2006-09-15 Thread Murat Hazer
I had the same problem and following jscookmenu definition solved my problem...               org.apache.myfaces.STYLE_LOCATION="/faces/theme/jscookmenu/">                 regardsOn 9/14/06, Tom Innes <[EMAIL PROTECTED]> wrote: I am trying to override the S

Re: varDetailToggler and DataTable

2006-09-13 Thread Murat Hazer
mit a patch for t:dataTable to add anexpandAllDetails attribute if one is currently missing. you're right, may be i should try to submit a patch...On 9/13/06, Murat Hazer < [EMAIL PROTECTED]> wrote:> I solved the problem by following way;>> th

Re: varDetailToggler and DataTable

2006-09-13 Thread Murat Hazer
ode at all, but you might need to cyclethrough the row indexes and calldataTable.setRowIndex(index)before calling whatever method expands a detail.I'm sure that if you read the code, you'll figure it out -- if it can be done by clicking, it should be doable programmically.On 9/13/06, Martin Grotzke &l

Re: Selenium and Tomahawk Components

2006-08-29 Thread Murat Hazer
>>Murat, are you able to provide test case for some>>other components? (Matthias Wessendorf)Selenium can record t:outputlink and t:datatable and t:datalist and other simple components but i am not able to try other complex components because most of the navigation in my application is depend on jsc

Selenium and Tomahawk Components

2006-08-27 Thread Murat Hazer
Hi,I am trying to test my application using selenium IDE, but selenium is not able to record/test JSCookMenu links.is there any solution?regards...-- Murat HAZER http://www.projedunyasi.org

Re: Using components ID in javascript

2006-08-27 Thread Murat Hazer
you can use forceIdhttp://myfaces.apache.org/tomahawk/forceId.htmlregards...On 8/27/06, Igor Laberov <[EMAIL PROTECTED]> wrote: Hi all,I tried to make the following:"Click" event on cell in the table (plain html table), should updatevalue of hidden input (which is defined as id="component_id" valu

Re: Re: Regarding jscook memu

2006-08-23 Thread Murat Hazer
Did you look at jscookmenu at irian website? http://www.irian.at/myfaces/jscookmenu.jsftake a look and try to make it work on your server, i believe it'll solve your problem... On 22 Aug 2006 14:37:06 -, sandip anandrao patil <[EMAIL PROTECTED]> wrote:   Thanks Arvind, Actually I did everyth

varDetailToggler and DataTable

2006-08-14 Thread Murat Hazer
Hi, How can i define the default value of the detailStamp facets to true? All of them are hidden (false) in the beggining. Is there an attribute like expandAll and collapseAll? Can i override the toggleDetail action of the toggleDetail? regards  -- Murat HAZERhttp://www.projedunyasi.org

Re: cannot find myfaces-X.X.X-examples.zip

2006-08-13 Thread Murat Hazer
Take a look to here http://people.apache.org/builds/myfaces/nightly/On 8/13/06, SoftwareEngineering Hauschel <[EMAIL PROTECTED]> wrote: Hi all,in the documentation are references to myfaces-X.X.X-examples.zip. But I can't find it ,-(Fredy -- Murat HAZERhttp://www.projedunyasi.org

Re: commandlink not working with sandbox subform

2006-08-12 Thread Murat Hazer
Hi,I use without any errors, the nly differece from your configuration is i use facelets.Could you check your extension filter configuration, just an idea..regards... On 8/13/06, Mak Nern Fatt Melvin <[EMAIL PROTECTED]> wrote: Hi,   I am using sandBox subform to handle multiple forms in a single ht

Re: Unstable

2006-08-12 Thread Murat Hazer
ocket(PoolTcpEndpoint.java:527)atorg.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)at java.lang.Thread.run(Thread.java:595)-- Murat HAZER http://www.projedunyasi.org

Re: update dataTable data

2006-08-11 Thread Murat Hazer
http://www.nabble.com/update-dataTable-data-tf2091344.html#a5764492Sent from the MyFaces - Users forum at Nabble.com.-- Murat HAZER

Re: Compare two password fields with a validator

2006-08-10 Thread Murat Hazer
There is a sandbox compareTo componenent, you can try itregards...On 8/10/06, Tom Serru <[EMAIL PROTECTED] > wrote:Hi,Is there a way to create a validator to compare two fields (like a password and a password check field) ? I would like to have something like this asresult:... ..Thx...-

Re: Null Value Problem

2006-08-09 Thread Murat Hazer
AWK-53 Von: Murat Hazer [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 8. August 2006 15:38An: MyFaces DiscussionBetreff: Re: Null Value Problem I embed the jscookmenu in a h:form, i think i don't need to add the render parameters to faces-config.xml (the link you sent says)...regards...

JSF 1.2 RI JsCookMenu Problem

2006-08-08 Thread Murat Hazer
these kind of problems too critical and should not exist in the project. (my idea)Now i downgraded to myfaces 1.1.3 and tomahawk 1.1.3... and myfirst problem occured again Null Value problem (jspstatemanager)... Any ideas and suggestions..regards....-- Murat HAZER AKA: Ulath

Re: Null Value Problem

2006-08-08 Thread Murat Hazer
this: http://wiki.apache.org/myfaces/Upgrading_to_Tomahawk_1%2e1%2e3   Roland Von: Murat Hazer [mailto: [EMAIL PROTECTED]] Gesendet: Dienstag, 8. August 2006 15:09An: MyFaces DiscussionBetreff: Re: Null Value Problem I migrated to 1.1.5-snapshot all of the myfaces libraries, but this time jscookmenu sto

Re: Null Value Problem

2006-08-08 Thread Murat Hazer
latest nightly builds? ( http://people.apache.org/builds/myfaces/nightly/)   Roland Von: Murat Hazer [mailto:[EMAIL PROTECTED]] Gesendet: Dienstag, 8. August 2006 13:19An: MyFaces DiscussionBetreff: Null Value Problem Hi,   I have an application with following configuration, myfaces 1.1.3,tomah

Null Value Problem

2006-08-08 Thread Murat Hazer
Hi,   I have an application with following configuration, myfaces 1.1.3,tomahawk 1.1.3,myfa facelets 1.1.11 and ajax4jsf 1.0rc4. I get the following error randomly, pages work as intended but randomly gives the following error; 08.Ağu.2006 11:27:47 com.sun.facelets.FaceletViewHandler handleRenderEx

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Murat Hazer
MAHAWK On 7/31/06, Murat Hazer <[EMAIL PROTECTED]> wrote:> ok i opened #144, i hope i did it correctly> https://facelets.dev.java.net/issues/show_bug.cgi?id=144>> regards...>>>  On 7/31/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote:> > On 7/31/06, Ul

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Murat Hazer
sorryOn 7/31/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: Oops.  No.This is a Myfaces tomahawk issue, not a facelets issue.You'll want to use this issue tracker.http://issues.apache.org/jira/browse/TOMAHAWK On 7/31/06, Murat Hazer <[EMAIL PROTECTED]> wrote:> ok i opene

Re: Facelets and JSCookMenu Theme

2006-07-31 Thread Murat Hazer
ok i opened #144, i hope i did it correctlyhttps://facelets.dev.java.net/issues/show_bug.cgi?id=144regards... On 7/31/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: On 7/31/06, Ulath <[EMAIL PROTECTED]> wrote:>> Ok, i've solved the problem. In order to t:jscookmenu's styleLocation> attribute

Re: a problem with using myfaces

2006-07-31 Thread Murat Hazer
did you define tomahawk.taglib.xml and add this to web.xml facelets.LIBRARIES context parameter?On 7/30/06, mohammad norouzi < [EMAIL PROTECTED]> wrote: dear sir,I am using faclets, ajax4jsf and Jsf RI, now I want to use the myfaces component and Tomahawk, but it dosnt work properly, I dont want to

Facelets and JSCookMenu Theme

2006-07-27 Thread Murat Hazer
Hi,   I am trying to use facelets with jscook menu, but it doesn't work. With traditional JSP view handler the following code snippet                        renders the following style line; but when i use facelets it renders; any ideas?regards...-- Murat HAZERElektrik-Elektronik Mühendisi - E

Re: Support request for: HOWTO MyFaces-Protlets within Liferay

2006-06-20 Thread Murat Hazer
I am also using myfaces and liferay, may i can help you, but i need to say i am not an portlet and liferay expert...On 6/20/06, Strittmatter, Stephan < [EMAIL PROTECTED]> wrote: Hello all MyFaces-users,I am using Liferay-Portal in combination with MyFaces and Tomahawk andhave still trouble using th

Re: Help: "Ignore" validation and still update model?

2006-06-11 Thread Murat Hazer
AFAIK to exceute update model phase you can call processUpdate(facesContext) func. in the validator method ie:public void validateAddress(FacesContext facesContext,            UIComponent component, Object objectToValidate)             throws ValidatorException {        ...        this.addressM

Re: Managed bean lookup from servlet filter?

2006-06-05 Thread Murat Hazer
Can't you use Phase Listener instead of servlet filter?regards... On 6/5/06, Val Blant <[EMAIL PROTECTED] > wrote:Try this in your doFIlter():FacesContextFactory contextFactory = (FacesContextFactory) FactoryFinder.getFactory(FactoryFinder.FACES_CONTEXT_FACTORY);LifecycleFactory lifecycleFactory =

Re: AW: IDE jsf

2006-06-01 Thread Murat Hazer
Did you try MyEclipse, it also have hibernate, spring and other framework support...regards...On 6/1/06, Alberto Marquÿe9s < [EMAIL PROTECTED]> wrote:He is unstable, I have version 3,5 when unfolding an application are times that does not start, the refactor of classes and packages there are ti

Re: advice about dependency injection

2006-05-26 Thread Murat Hazer
hi rogerio,this is your second message with same text, i think you should describe your problem more clearly, and give a piece of real java code...regards...On 5/26/06, Rogerio Pereira <[EMAIL PROTECTED]> wrote: I have 3 beans: beanA, beanB and beanC.Both beanA and beanB uses beanB (ArrayList), fr

Re: Unit testing backing beans / custom components in JSF

2006-05-24 Thread Murat Hazer
We are using shale-test for unit testing JSF backing beans, shale is not invasive, you can use only this part of the shale without including other parts of it to build path.regards On 5/24/06, David Friedman <[EMAIL PROTECTED]> wrote: Arti,> Shale provides mock objects, but it has dependency on

MethodBinding

2006-05-23 Thread Murat Hazer
nding(                    "#{bean2.callMe}", new Class[] {}).invoke(         facesContext, new Object[] {});    }}regards....-- Murat HAZER

Re: Can one JSF page with three forms which work separately?

2006-05-23 Thread Murat Hazer
beans. May be you can try server side code, it may work, then you can inform as it worked or not.regards...On 5/23/06, Anthony Hong <[EMAIL PROTECTED]> wrote: :- (I have the same problem. I tired it yesterday, It doesn't work for me.On 5/23/06, Murat Hazer <[EMAIL PROTECTED]>

Re: Can one JSF page with three forms which work separately?

2006-05-23 Thread Murat Hazer
e:In div address information, Click Add button will display add formpage. But others two divs are not changedCan sandbox supports this? I doesn't see Myfaces demo. It describes in multiplue form saving partial. I guess my requirement can not befullfilledOn 5/23/06, Murat Hazer <[EMAIL PROTECT

Re: Can one JSF page with three forms which work separately?

2006-05-22 Thread Murat Hazer
Sandbox has two components which may help you, s:commandButtonAjax and s:subForm.regards..On 5/22/06, Anthony Hong < [EMAIL PROTECTED]> wrote:I have a web page with three form in each div, say: div 1: base informationdiv 2: address informationdiv 3: phone information.Each of them is a list table wi

Re: Ideas?

2006-05-19 Thread Murat Hazer
SIVE. GWT has a very different paradigm compiling java classes to generate DOM trees, views and event listeners in _javascript_.   I didn't have time to see if something like JSF and GWT sinergy works althought.   Best Regards   Rafael Mauricio Nami  2006/5/19, Murat Hazer <[EMAIL PROTECT

Re: JSCook menu help

2006-05-19 Thread Murat Hazer
sp.JspLexer.mDIRECTIVE(JspLexer.java:4751) at weblogic.servlet.jsp.JspLexer.mSTANDARD_THING(JspLexer.java:2161)What do I do Now?Thanks in advance   Vamsi Surapuraju     From: Murat Hazer [mailto:[EMAIL PROTECTED]] Sent: Friday, May 19, 2006 9:39 AMTo: MyFaces DiscussionSubject: Re: JSCook menu help

Ideas?

2006-05-19 Thread Murat Hazer
Hi,  Is anyone look at Google Web Toolkit (http://code.google.com/webtoolkit/overview.html), what is your idea? (Especially JSF masters)regards... -- Murat HAZER

Re: JSCook menu help

2006-05-19 Thread Murat Hazer
download and try to use tomahawk 1.1.2regards...On 5/19/06, Surapuraju, Vamsi <[EMAIL PROTECTED] > wrote:Hi, I am getting following _javascript_ error when I click on menu. Error: dummyForm has no propertiesSource File:http://localhost:8000/dedicated/faces/myFacesExtensionResource/navmenu.j scookme

Re: How to improve JSF performance?

2006-05-19 Thread Murat Hazer
did you see this on the wiki http://wiki.apache.org/myfaces/Performanceregards...On 5/19/06, iSquareOne LLC <[EMAIL PROTECTED]> wrote: Hi, all, This is a bit tricky. We have two applications - one is built on pure JSP and the other one is built on JSF. We found the JSF application performance i

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Murat Hazer
event.getNewValue();    this.territory = currentValue;    this.selectedTerritory = currentValue;        if (AAUtils.isAjaxRequest (getRequest())) {    AAUtils.addZonesToRefresh(getRequest(), "CountryZone");        }    } On 5/17/06, Murat Hazer <[EMAIL PRO

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Murat Hazer
ok then, could you send the scripts in the jsf pages and the zone definitions?On 5/17/06, Michael Ageeb <[EMAIL PROTECTED] > wrote:no i did change nothing and this is my first time to use AA On 5/17/06, Murat Hazer < [EMAIL PROTECTED]> wrote: I have same configuration but i have pr

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Murat Hazer
.1.2Sandbox 1.1.3-snabshotAA 1.2-RC1On 5/17/06, Murat Hazer < [EMAIL PROTECTED] > wrote: On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: Hello,   I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.I am having problem with AA alone,

Re: Mix between inputSuggestAjax and AjaxAnyWhere

2006-05-17 Thread Murat Hazer
On 5/17/06, Michael Ageeb <[EMAIL PROTECTED]> wrote: Hello,   I'm trying to use the AjaxAnyWhere with inputSuggestAjax i've used AA alone with no problems.I am having problem with AA alone, could you tell me the versions of the myfaces, tomahawk and AA?   What i want to do is when the user choose a

ajaxanywhere

2006-05-16 Thread Murat Hazer
Hi,I am tring to migrate a project to myfaces 1.1.3, tomahawk 1.1.2 and tomahawk-sandbox.1.1.3, at the first look everthing works fine except pages i used ajaxanywhere (1.2RC1), is there anyone using this configuration succesfully? (I am sure i replaced aa.js file with the new one and clear the br

Re: Error transferring file when build with maven.

2006-05-16 Thread Murat Hazer
now a lot of hours to get the sources into eclipse and build it with maven but it doesn't work. This procedure is really a little bit annoying.   Michael   From: Murat Hazer [mailto:[EMAIL PROTECTED]] Sent: Dienstag, 16. Mai 2006 09:36 To: MyFaces Discussion Subject: Re: Error tr

Re: Error transferring file when build with maven.

2006-05-16 Thread Murat Hazer
i had the same problem, i run mvn clean before mvn install everthing worked fine.regards... On 5/16/06, Michael Heinen <[EMAIL PROTECTED]> wrote: I have the same problem this morning.mvn install downloads a lot of files but fails at the same step asmentioned below.-Original Message-From: Zh

Re: JSF Backing Bean Unit Testing

2006-05-15 Thread Murat Hazer
ny given test, there is lots of code being executed. I hope this helps, Adam Brod Product Development Team "Murat Hazer" <[EMAIL PROTECTED]> 05/14/2006 08:11 AM Please respond to "MyFaces Discussion" <users@myfaces.apache.org> To "MyFaces Discussi

Re: JSF Backing Bean Unit Testing

2006-05-14 Thread Murat Hazer
is used to store session based values. How can i write a unit test for a method of this backing using shale-test framework? best regardsOn 5/14/06, Craig McClanahan <[EMAIL PROTECTED]> wrote: On 5/14/06, Murat Hazer < [EMAIL PROTECTED]> wrote: Hi,I am trying to write unit tests o

JSF Backing Bean Unit Testing

2006-05-14 Thread Murat Hazer
Hi,I am trying to write unit tests on my backing beans' action, actionListener and other methods, and using shale-test framework to accomplish this. From TDD principles i know every unit test should test only itself not other functions or layers etc., but in my scenario backing beans use spring man

Re: build with eclipse question

2006-05-13 Thread Murat Hazer
tep is:"Continue importing the 11 myfaces "projects" (the myfaces sub-projects). " I don't understand what is necessary here. Can anybody give me some moredetail on what to do in this last step?Thank you,Lance-- Murat HAZER Elektrik-Elektronik Mühendisi - Electrical-Electroni

Re: Source-Code of myfaces-1.1.1-examples.zip

2006-05-06 Thread Murat Hazer
you can checkout from svn...On 5/6/06, Chrisi <[EMAIL PROTECTED]> wrote: Hello to everbody,   I'm new in the myfaces development . I downloaded the "myfaces-1.1.1-examples.zip". But this one contains just the binaries and jsp-srcs. Where can I find the source-code (containing also the beans and so

Re: How to write a customized valdation, that validate by comparing one field to another_

2006-05-04 Thread Murat Hazer
As far as i know validation in the JSF spec is component based, so if you want to validate a form (like you) you should follow a different way, you can add a hidden input after the components you want validate and write your validator method to this hidden component validator. (You can read detail

Re: t:commandButton action method not called

2006-05-03 Thread Murat Hazer
sorry accidently sent the mail...last line should be like this;outputStream.close();outputStream.flush();facesContext.getApplication ().getStateManager().saveSerializedView(facesContext);facesContext.responseComplete();On 5/4/06, Murat Hazer <[EMAIL PROTECTED]> wrote: I had the same issu

Re: t:commandButton action method not called

2006-05-03 Thread Murat Hazer
he problem still occur. So do u think the reason is JSF  or I get wrong somewhere ?. I checked my code. Uhm...I'm not sure all.Do you have any idea more ??Murat Hazer wrote:> add this line just before facesContext.responseComplete()>> facesContext.getApplication ().getSta

Re: t:commandButton action method not called

2006-05-03 Thread Murat Hazer
add this line just before facesContext.responseComplete()facesContext.getApplication().getStateManager().saveSerializedView(                    facesContext);regards... On 5/4/06, Le Van <[EMAIL PROTECTED]> wrote:  Hi all,  I got a problem with t:commandButton. I have Search screen. Firs

Re: Date output and timezone

2006-04-29 Thread Murat Hazer
I read somewhere (don't remember where) this problem is solved in the next release of the tomahawk , and it will be released very soon. Also you can download it from SVN and build it..regards... On 4/29/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: I would appreciate some suggestions for the han

Re: Disable valdidation

2006-04-28 Thread Murat Hazer
+1 for immediate="true", but sometimes it is not sufficient for complex forms, you can take a look to the OptionalValidationFramework http://wiki.apache.org/myfaces/OptionalValidationFramework (i wasn't able to work it but may be you can..)On 4/28/06, Bjørn T Johansen <[EMAIL PROTECTED]> wrote: On

Re: dataTable: value-action called 3 times

2006-04-28 Thread Murat Hazer
The JSF specification doesn't guarantee that the getters will be called only once (different phases call same getter method..). So you should not put high cost codes into the getter methods. Also you can look at here http://jsf-faq.com/faqs/faces-misc.html#106regards...On 4/28/06, Nahrwold, Helge

Re: f:param and commandButton

2006-04-27 Thread Murat Hazer
e page sending the parameter). The parameter is accessible to the second bean also.   From: Murat Hazer [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 27, 2006 4:09 PM To: MyFaces Discussion Subject: Re: f:param and commandButton   You can use t:updateActionListener with command button, al

Re: f:param and commandButton

2006-04-27 Thread Murat Hazer
You can use t:updateActionListener with command button, also you can read http://wiki.apache.org/myfaces/ExecutingMethodsFromLinkButtonParameters for additional info.regardsOn 4/27/06, Uri Kalish <[EMAIL PROTECTED]> wrote: When I send a parameter from a commandButton I get a string co

Re: Char Encoding

2006-04-18 Thread Murat Hazer
    throws IOException, ServletException {     servletRequest.setCharacterEncoding("UTF-8");    servletResponse.setCharacterEncoding("UTF-8");    filterChain.doFilter (servletRequest, servletResponse);    }    public void destroy() {     }}Regards,  Cagatay On 4/18/

Char Encoding

2006-04-18 Thread Murat Hazer
Hi, I see this line(s) at the output console after each page render completed17:16:09,796 DEBUG HtmlResponseWriterImpl:97 - No character encoding given, using default character encoding ISO-8859-1i am using spring's CharacterEncodingFilter to solve this problem as below; encodingFilter org.spr

Re: Forced to use session bean for datatable

2006-04-18 Thread Murat Hazer
Hi,You can save your lists (datatable uses) with , this is a better approach then session scoped beans as i know.regards...On 4/18/06, 101questionjsf <[EMAIL PROTECTED]> wrote: hi all,I'm using datatable with sorting option for quite a number of pages, withsession beans for nearly all beans.If I s

Re: tld files are not found

2006-04-11 Thread Murat Hazer
ooppsOn 4/11/06, maixu <[EMAIL PROTECTED]> wrote: Coño contestame algo, que voy a pensar que me odias.On 4/11/06, Murat Hazer <[EMAIL PROTECTED]> wrote: Hi, Problem disappered when a built the source on a Linux machine, problem is something with windows i think :). regards...On 4/

Re: tld files are not found

2006-04-11 Thread Murat Hazer
Hi, Problem disappered when a built the source on a Linux machine, problem is something with windows i think :).regards...On 4/10/06, Murat Hazer <[EMAIL PROTECTED]> wrote: Hi,I don't think this (http://issues.apache.org/jira/browse/TOMAHAWK-242) is the same issue as mine. On my si

Re: tld files are not found

2006-04-10 Thread Murat Hazer
i checked the jar files which i built recently and i saw that tld files are missing in the META-INF directories. (nightly build jar files at the myfaces official page have these tld files) >> What am i doing wrong?>>> regards...>> --> Murat HAZER> Elektrik

tld files are not found

2006-04-10 Thread Murat Hazer
Hi, I built the myfaces from the SVN with maven, everything worked well and jar files are generated. Then i import these new jar files to the my project lib path and removed old myfaces jar files then i fired up the server and it started without any error. But when i call a page i got the following

Re: invoking a method of a bean

2006-04-05 Thread Murat Hazer
Hi,Take a look to the examples in the myfaces source code (sortTable.jsp).(you can checkout the examples for SVN with any SVN client, http://myfaces.apache.org/source-repository.html )regards...On 4/5/06, Benjamin Bratkus <[EMAIL PROTECTED]> wrote: hello users,i want to invoke a method for sorting

Re: Problem when report generation and JSF navigation

2006-04-04 Thread Murat Hazer
Hi,You should add this line just above facesContext.responseComplete() line;facesContext.getApplication().getStateManager().saveSerializedView(                 facesContext);PS: Martin's solution... On 4/4/06, Sébastien Marin <[EMAIL PROTECTED]> wrote: Hello, i have the same problem. The first acti

jscookmenu and navigation menu items

2006-04-03 Thread Murat Hazer
Hi,   i am using jscookmenu in my project, and i neither want to hard code navigation menu items into java classes nor JSF's. I want to carry to these navigation menu items to db or an xml file for easy manupilating. I thought that to do this i need to create a db row for each navigation menu item

Re: Facelet and JSF View handler together

2006-04-01 Thread Murat Hazer
appfuse is an example application. if it is too complicated you can take a look to this article http://www.javaworld.com/javaworld/jw-07-2004/jw-0719-jsf.html both of them have source code, you can download source and work on them.regardsOn 4/1/06, kyphung < [EMAIL PROTECTED]> wrote:Thank for show

Re: Facelet and JSF View handler together

2006-03-31 Thread Murat Hazer
your web.xml (/WEB-INF/web.xml) is not correct it is another facec-config file defintion. I recomend you take a deep look to appfuse kickstart example htp://appfuse.dev.java.net/ . It is a very nice point to start. You can look to web.xml file in the appfuse. You need to add the lines which i sent

Re: Facelet and JSF View handler together

2006-03-31 Thread Murat Hazer
web.xml configuration            facelets.VIEW_MAPPINGS        *.xhtml                 facelets.DEVELOPMENT        true                facelets.REFRESH_PERIOD        1                Faces classic servlet same as IBM SUN and myFaces        Faces Servlet        javax.faces.webapp.FacesServlet    

Re: Does inputSuggestAjax works with STATE_SAVING_METHOD=server

2006-03-31 Thread Murat Hazer
Is there any wiki entry about how to do this?On 3/31/06, Mike Kienenberger <[EMAIL PROTECTED]> wrote: Yes, you currently have to build sandbox from source.On 3/31/06, Murat Hazer < [EMAIL PROTECTED]> wrote:> i have looked nightly build of sandbox.jar like tomahawk.jar, so i could&

Re: Does inputSuggestAjax works with STATE_SAVING_METHOD=server

2006-03-31 Thread Murat Hazer
i have looked nightly build of sandbox.jar like tomahawk.jar, so i could'nt get it from http://cvs.apache.org/builds/myfaces/nightly/ , should i build it from the source? -- Murat HAZERElektrik-Elektronik Mühendisi - Electrical-Electronics EngineerTel - Phone: +90 222 335 05 80 - 1395

Re: Does inputSuggestAjax works with STATE_SAVING_METHOD=server

2006-03-31 Thread Murat Hazer
I have the same problem, somewhere i read that this bug is fixed in the nightly builds but neither i can find nightly builds for sandbox or build from trunk. If you find solution i hope you will share it with us. regardsOn 3/31/06, [EMAIL PROTECTED] < [EMAIL PROTECTED]> wrote: Hi, A

Re: Spring, myfaces, hibernate

2006-03-30 Thread Murat Hazer
Take a look to the appFuse sample application.On 3/30/06, 101questionjsf <[EMAIL PROTECTED]> wrote: Currently I'm using only myfaces to do my application. Is it advisable to use Spring and Hibernate? Can I proceed without them?Currently, whenever connect to db to do something, I'm writing jdbcstate

MyFaces and Jasper Reports

2006-03-27 Thread Murat Hazer
Hi,Is there any article which explains best practices for using MyFaces with JasperReports? ( Just I am telling for extra knowledge; spring works in the middle tier and hibernate work in the db layer).Or you can suggest different reporting frameworks. Regards.-- Murat HAZERElektrik-Elektronik Mühen

Facelet and JSF View handler together

2006-03-25 Thread Murat Hazer
Hi,   I am on a project which is not using facelets right now and i want to migrate the project to facelets in time. So i wanna ask that is it possible that using myfaces JSPViewHandler and FaceletViewHandler together? (some pages Facelets and others are JSP). -- Murat HAZERElektrik-Elektronik Mü

Re: jscookmenu and custom themes in 1.1.1

2006-03-25 Thread Murat Hazer
You should you stylelocation property of the tag.Regards On 3/25/06, Brian Woolf <[EMAIL PROTECTED]> wrote: hi:  Does anyone know, how to  using custom themes for the jscookmenu componentin myFaces  release.1.1.1? My pages worked correctly in myfaces release1.1.1,so I don't switched to  nightl

Re: JSF and Tiles

2006-03-24 Thread Murat Hazer
Thanks all of you, i will consider with facelets and Shale/Clay.On 3/24/06, Werner Punz <[EMAIL PROTECTED]> wrote: Greg Reddin wrote:>> On Mar 24, 2006, at 9:15 AM, Murat Hazer wrote:> >> Is there a good tutorial introduces tiles and usage of it with JSF,>> or is ther

JSF and Tiles

2006-03-24 Thread Murat Hazer
Hi,Is there a good tutorial introduces tiles and usage of it with JSF, or is there any other good templating framework for JSF?Regards-- Murat HAZERElektrik-Elektronik Mühendisi - Electrical-Electronics Engineer

Re: t:dataTable problem

2006-03-22 Thread Murat Hazer
       model.no}">                                 İ didn't tried this code snippet but it should be work like this. The main point is that you can use to group some items in a dataTable column, and also you can use rendered at

Re: Update ManageBean from different pages.

2006-03-22 Thread Murat Hazer
is a good practice, also you should make your backing bean session scoped.On 3/22/06, CONNER, BRENDAN (SBCSI) < [EMAIL PROTECTED]> wrote: Are you using to save the state of the bean?   - Brendan   -Original Message-From: Hagay Avisar [mailto:[EMAIL PROTECTED]] Sent: Wednesday,

AjaxAnwhere t:inputDate

2006-03-22 Thread Murat Hazer
Hi,   In a page am using ajaxanywhere to change the rendered attribute of a f:subview. And this subview has t:input date components, when this subview's rendered attribure changed false to true  the  popUpCalendar attribute doesn't work because the scripts on the head tag is not refreshed, what sho

Re: actionListener not invoked

2006-03-21 Thread Murat Hazer
abled}>between requests.>>In order for a UICommand to work, it must remain enabled >(rendered=true) from the first request renderResponse phase to the>next request's invokeApplication phase.>>Maybe all you need to do is use t:saveState on #{back.enabled}.>>On 3/2

Re: actionListener not invoked

2006-03-21 Thread Murat Hazer
om. Dennis Byrne>-Original Message->From: Murat Hazer [mailto:[EMAIL PROTECTED]]>Sent: Tuesday, March 21, 2006 07:10 AM>To: users@myfaces.apache.org>Subject: actionListener not invoked>>A simple page has two links>>>rendered="#{back.enabled}" />&g

actionListener not invoked

2006-03-21 Thread Murat Hazer
A simple page has two links When the enable edit link is cliked 'enabled' property of the backing bean is changed to true so that the Edit link is rendered. The problem is that once the Edit link is rendered, it's method binding doesn't work. The edit method is never called when I click the link (o