What was the best combination of API for JSF dev't based on your experience?

2007-10-24 Thread Bryan Sevilla
I'd like to hear from you guys about what was the best combinations of API you have already used for developing JSF webapp, those with dialog support, bookmarking and back-button support, rich component that would work even without javascript by just setting a flag, and easy to unit test, somehow,

JSF perf test with JMeter, possible?

2007-09-26 Thread Bryan Sevilla
I would like to know if it's possible to do performance test using JMeter with the JSF, specifically, myfaces? Does anybody had already successfully implemented performance test for those two? I was thinking that I will not be able to execute jmeter concurrently because of the nature of the jsf,

RE: A question about filter in web.xml

2007-09-26 Thread Bryan Sevilla
Seems like it interrupts execution of filter chain? Try adding adding chain.doFilter(request, response) on doFilter() method -Original Message- From: Thomas Chang [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26, 2007 6:44 PM To: users@myfaces.apache.org Subject: A question about

RE: JSF perf test with JMeter, possible?

2007-09-26 Thread Bryan Sevilla
. Regards, Volker 2007/9/26, Bryan Sevilla [EMAIL PROTECTED]: I would like to know if it's possible to do performance test using JMeter with the JSF, specifically, myfaces? Does anybody had already successfully implemented performance test for those two? I was thinking that I

RE: How to support back-button with either Javascript turn-off or on in the browser

2007-09-24 Thread Bryan Sevilla
, September 25, 2007 12:24 AM To: MyFaces Discussion Subject: Re: How to support back-button with either Javascript turn-off or on in the browser body onload=window.history.forward(1); works for me Luka Bryan Sevilla wrote: Any help pls... -Original Message- *From:* Bryan Sevilla *Sent

RE: How to support back-button with either Javascript turn-off or on in the browser

2007-09-23 Thread Bryan Sevilla
Any help pls... -Original Message- From: Bryan Sevilla Sent: Saturday, September 22, 2007 10:43 AM To: 'users@myfaces.apache.org' Subject: How to support back-button with either Javascript turn-off or on in the browser I'm having problem on providing back-button (browser backbutton

How to support back-button with either Javascript turn-off or on in the browser

2007-09-21 Thread Bryan Sevilla
I'm having problem on providing back-button (browser backbutton) support for browsers having javascript both turn-off or on. Can anybody guide me on how can I achieve this using myfaces 1.1.5 and tomahawk-1.1.5? I've look into the source, and I've noticed that for server-side state saving,