Re: [ANNOUNCE] Nightly Sandbox Builds Available

2006-06-06 Thread Martin Marinschek
Thanks Catalin and Sean for making this work! Great work, guys! regards, Martin On 6/6/06, Yogesh Chaudhari [EMAIL PROTECTED] wrote: Thanks On 6/5/06, Sean Schofield [EMAIL PROTECTED] wrote: Due to popular demand, the sandbox core is now available in the nightly builds directory[1]. Both

Re: Problems with table sorting.

2006-06-06 Thread Catalin Kormos
Title: Problems with table sorting. Check out these links for more information:1. http://www.irian.at/myfaces/2. http://wiki.apache.org/myfaces/Working_with_auto_sortable_tablesYou need to wrap the header facet's content with a t:commandSortHeader component to make it work.HTH,Catalin"Dewhare,

Re: Problems with table sorting.

2006-06-06 Thread Cosma Colanicchia
To get sortable columns, you have to use a t:sortCommandHeader around your columns header text. This way your setColumnName will be called when the user click on the column header. Then, your getNames() should check the current sort column and apply it to the data it returns. 2006/6/6, Dewhare,

New IE oddity - form target in window

2006-06-06 Thread Mario Ivankovits
Hi! Just in case someone uses this feature too I'll share my findings here. The problems arises after one of the last IE updates, don't know exactly when. On one page we submitted a form into a newly opened window target with something like this: var win = window.open(.); form.submit();

Re: New IE oddity - form target in window

2006-06-06 Thread Dennis Byrne
There is a window identifier passed to window.open. If you don't want a second window, try using the same window identifier. Dennis Byrne -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 6, 2006 03:34 AM To: 'MyFaces Discussion' Subject: New IE

Re: New IE oddity - form target in window

2006-06-06 Thread Dennis Byrne
Does my window identifier equate to your same target name ? Second parameter to open() ? Dennis Byrne -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 6, 2006 03:52 AM To: 'MyFaces Discussion' Subject: Re: New IE oddity - form target in window There

Re: New IE oddity - form target in window

2006-06-06 Thread Mario Ivankovits
Hi Dennis! Does my window identifier equate to your same target name ? Second parameter to open() ? yes, and it worked for aeons but last week, online-update and boom ... Ciao, Mario

SERIOUS BUG!!!!!!! Re: commandLinks don't work on Tomcat 5.5.17

2006-06-06 Thread Mike Duffy
This did not work for me. The fact that the command link does not work is a SERIOUS BUG in MyFaces. Any suggestions on the best way to report this bug? Mike --- Garner Shawn [EMAIL PROTECTED] wrote: I got my commandLinks to work by adding the JSP-API.jar that came with facelets to my

Help with Navigation rule with parameters

2006-06-06 Thread Peter Henderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks I am trying to get a navigation rule which has a parameter to work, by following http://wiki.apache.org/myfaces/Custom_Navigation_Handler In my faces-config.xml managed-bean managed-bean-namequickNewCompanyBean/managed-bean-name

Want to display calendar in german language

2006-06-06 Thread Purvesh
Hi, I am currently using t:inputCalendar which displays the calendar in english language. I want to display that in german language. such as mon to mo, Tus to di, etc If any body knows solution can help me. Thakns and regards, Purvesh -- View this message in context:

Re: Help with Navigation rule with parameters

2006-06-06 Thread Purvesh
Hi, I feel the probelm in your faces-config.xml at navigation-rule I may be wrong since i have just started working on JSF. U have not written from-view-id tag. Try that does it works. navigation-rule from-view-id/index.jsp/from-view-id navigation-case

where is the schedule component

2006-06-06 Thread Christian Schmülling
Hello. I miss the schedule component in tomahawk 1.1.2. Where can i find it? On http://myfaces.apache.org/tomahawk/index.html it is in the tomahawp package an no more in sandbox. But it isn't in the jar (http://www.apache.org/dyn/closer.cgi/myfaces/binaries/tomahawk-1.1.2-bin.zip). Wit best

RE: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Todd Patrick
Matthias: Sorry, that is the case. I looked at it again last night. Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Monday, June 05, 2006 9:44 PM To: MyFaces Discussion Subject: Re: TreeTable example downloaded

To clarify, I need the MyFaces RI and API to get Tomahawk 1.1.2 to work?

2006-06-06 Thread Todd Patrick
To clarify, I need the MyFaces RI and API to get Tomahawk 1.1.2 to work? Using the Sun JSF 1.1 RI and API with Tomahawk 1.1.2 will not work, correct? Thanks, --Todd

Re: Help with Navigation rule with parameters

2006-06-06 Thread Peter Henderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Purvesh wrote: Hi, I feel the probelm in your faces-config.xml at navigation-rule I may be wrong since i have just started working on JSF. U have not written from-view-id tag. Try that does it works. navigation-rule

Re: Build failure

2006-06-06 Thread Catalin Kormos
Try updating from the SVN again, it should be fixed now. The site/pom.xml was using myfaces-master 1.0.3 instead of 1.0.4 as parent, although i'm not sure why it didn't worked anyway, but it will work now.Regards,CatalinWendy Smoak [EMAIL PROTECTED] wrote: On 6/5/06, Matthias Wessendorf <[EMAIL

What is the correct default jar list to run MyFaces Tomahawk 1.1.2?

2006-06-06 Thread Todd Patrick
What is the correct default jar list to run MyFaces Tomahawk 1.1.2? At this point I have the following jars in my /domain1/lib directory for SJSAS 8.2: commons-beanutils.jar commons-codec-1.3.jar commons-collections.jar commons-digester.jar commons-el-1.0.jar commons-fileupload-1.0.jar

Re: Is there an example of using tree2 with data from a database?

2006-06-06 Thread Cosma Colanicchia
See this wiki entry http://wiki.apache.org/myfaces/Tree2 You'll find two different methods to load tree content while opening its nodes, with examples. I personally suggest you the second one (Alternative Tree2 Lazy Loading Method...by jtmille3). Cosma 2006/6/5, Todd Patrick [EMAIL

Re: Help with Navigation rule with parameters

2006-06-06 Thread Cosma Colanicchia
Reading that wiki post: For these reasons [...] one should consider using a custom Navigation Handler adding the following capabilities: I've understood that you have to code and plug your custom navigation handler to inplement this sort of navigation logic. I've never seen using EL

Re: where is the schedule component

2006-06-06 Thread Enrico Municella
in tomahawk 1.1.2 schedule component is still in sandbox.only recently schedule move to tomahankbest regardsEnricoOn 6/6/06, Christian Schmülling [EMAIL PROTECTED] wrote: Hello.I miss the schedule component in tomahawk 1.1.2. Where can i find it? Onhttp://myfaces.apache.org/tomahawk/index.html it

id for inputText

2006-06-06 Thread vasiliy.kiryanov
Good afternoon. I have too many inputText elements. Therefore I generate ids for it. But I can't find right way. If i use: %for(int i=0; iPriceBackBean.numberGraduations; i++) {% tr td

RE: IExplorer Troubles...

2006-06-06 Thread octoberdan
I got everything working with: body { padding: 1em; font-family: georgia, times, times new roman, serif; color: #000; } img { border:0px; } .container { width: 1000px; margin: 0 auto; border: 1px solid #333; } .banner {

Re: Build failure

2006-06-06 Thread Bill Six
Thanks! --- Catalin Kormos [EMAIL PROTECTED] wrote: Try updating from the SVN again, it should be fixed now. The site/pom.xml was using myfaces-master 1.0.3 instead of 1.0.4 as parent, although i'm not sure why it didn't worked anyway, but it will work now. Regards, Catalin Wendy

Re: To clarify, I need the MyFaces RI and API to get Tomahawk 1.1.2 to work?

2006-06-06 Thread Matthias Wessendorf
SUN has the only RI MyFaces is an alternate impl tomahawk 1.1.2 has problems w/ RI Tomahawk 1.1.3 will be out soon. Since you are using SUN (as app server) you have to remove the RI Jars of the container and add myfaces jars to your web-inf/lib. Until the server has JSF jars, the myfaces jars

Client Side Validation

2006-06-06 Thread Gregg Bolinger
I could have sworm MyFaces could do Client Side (_javascript_) validation. Am I wrong? I've search the web and mailing lists and didn't fine anything.Thanks.Gregg

Re: where is the schedule component

2006-06-06 Thread Matthias Wessendorf
that will be tomahawk 1.1.4 it is include in that snapshot On 6/6/06, Enrico Municella [EMAIL PROTECTED] wrote: in tomahawk 1.1.2 schedule component is still in sandbox. only recently schedule move to tomahank best regards Enrico On 6/6/06, Christian Schmülling [EMAIL PROTECTED] wrote:

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi Gregg! I could have sworm MyFaces could do Client Side (Javascript) validation. Am I wrong? I've search the web and mailing lists and didn't fine anything. For now you can use struts-shale validation: http://struts.apache.org/struts-shale/features-commons-validator.html There you will find

Re: Client Side Validation

2006-06-06 Thread Matthias Wessendorf
Cagatay is about to adding something -Matthias On 6/6/06, Gregg Bolinger [EMAIL PROTECTED] wrote: I could have sworm MyFaces could do Client Side (Javascript) validation. Am I wrong? I've search the web and mailing lists and didn't fine anything. Thanks. Gregg -- Matthias Wessendorf

Re: Client Side Validation

2006-06-06 Thread Gregg Bolinger
Ugh, thanks but no thanks. :) I'll just right my own _javascript_ until something else comes along as part of MyFaces.GreggOn 6/6/06, Mario Ivankovits [EMAIL PROTECTED] wrote:Hi Gregg! I could have sworm MyFaces could do Client Side (_javascript_) validation.Am I wrong?I've search the web and

RE: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread [EMAIL PROTECTED]
Similar problem is nagging me for several days. Today I tried to deploy tree table component along with myfaces jsf implementation in sun app server. But I was unable to expand collapse the node. To make sure it was not using sun jsf ri I deployed the same application in websphere but result was

Re: Warning message: Child count should be a multiple of the columns attribute?

2006-06-06 Thread Jeff Bischoff
I count 15 total components, Todd Todd Patrick wrote: The warning message I am receiving is: PanelGrid tbForm:tabSearch has not enough children. Child count should be a multiple of the columns attribute. Below is the code snippet. I have fourteen (14) total components and I'd like seven

RE: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Todd Patrick
Ajay: I did get this to work. I do use SJSAS 8.2 and the jars that I needed are: commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar commons-el-1.0.jar commons-fileupload-1.0.jar commons-lang-2.1.jar commons-logging-1.0.4.jar jstl-1.1.0.jar

Re: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Matthias Wessendorf
ok, that might be a problem of treeTable and the RI I tryed w/ MyFaces and it worked. Will check the RI again. In meantime, can you create a ticket (JIRA) on that ? -Matthias On 6/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Similar problem is nagging me for several days. Today I tried

Load Testing JSF?

2006-06-06 Thread Yee CN
Hi, I am trying out jMeter with JSF but not having much success so far. I would appreciate if anybody could share your experience regarding load testing JSF applications so I dont have sweet blood to reinvent the wheel. I promise I will compile a Wiki on this. Many thanks in

Re: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Matthias Wessendorf
So you got a chance to replace the RI. cool, Matthias On 6/6/06, Todd Patrick [EMAIL PROTECTED] wrote: Ajay: I did get this to work. I do use SJSAS 8.2 and the jars that I needed are: commons-beanutils-1.7.0.jar commons-codec-1.3.jar commons-collections-3.1.jar commons-digester-1.6.jar

RE: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Todd Patrick
SJSAS 8.2, I've learned to love. Replacing the RI is not an issue. Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, June 06, 2006 10:23 AM To: MyFaces Discussion Subject: Re: TreeTable example

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi! Ugh, thanks but no thanks. :) I'll just right my own javascript until something else comes along as part of MyFaces. There is no need to be shy against struts-shale, its a very slim library for JSF - you didnt need the whole struts stuff. Though, I understand when you try to avoid any new

Re: Load Testing JSF?

2006-06-06 Thread Dennis Byrne
What part are you having trouble with? JMeter or JSF ;) I would suggest using tcpmon to sniff the request parameters off the wire. You can obtain this from the apache axis project. Then take the request parameters and plug them in to JMeter. You'll also want to configure JMeter for POST -

Re: Help with Navigation rule with parameters

2006-06-06 Thread Jonathan Harley
Cosma Colanicchia wrote: Reading that wiki post: For these reasons [...] one should consider using a custom Navigation Handler adding the following capabilities: I've understood that you have to code and plug your custom navigation handler to inplement this sort of navigation logic. I've

RE: Missing myfaces-X.X.X-examples.zip

2006-06-06 Thread David Van Stone
Thanks, Todd! I found examples for MyFaces 1.1.3 under Tomahawk (who knew?): http://svn.apache.org/repos/asf/myfaces/tomahawk/branches/1_1_3/examples/ I used the blank directory and succeeded in making a Hello World JSF application under Weblogic 9.1. My recommendation to the MyFaces web

Re: Warning message: Child count should be a multiple of the columns attribute?

2006-06-06 Thread Matthias Wessendorf
me too On 6/6/06, Jeff Bischoff [EMAIL PROTECTED] wrote: I count 15 total components, Todd Todd Patrick wrote: The warning message I am receiving is: PanelGrid tbForm:tabSearch has not enough children. Child count should be a multiple of the columns attribute. Below is the code snippet.

Re: commandLinks don't work on Tomcat 5.5.17

2006-06-06 Thread Jeff Bischoff
I am using JBoss 4.0.4 with MyFaces 1.1.3, tomahawk 1.1.2, and have no problems. I also use commandLink extensively in my application. You have shown us the generated javascript, but not the actual JSF page? Maybe we can notice something you did not... By the way, I have seen this behaviour

Re: Missing myfaces-X.X.X-examples.zip

2006-06-06 Thread Matthias Wessendorf
I created a jira ticket for this task: http://issues.apache.org/jira/browse/MYFACES-1324 -Matthias On 6/6/06, David Van Stone [EMAIL PROTECTED] wrote: Thanks, Todd! I found examples for MyFaces 1.1.3 under Tomahawk (who knew?):

RE: Warning message: Child count should be a multiple of the columns attribute?

2006-06-06 Thread Todd Patrick
Ha! Your right. Sorry about that guys. Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, June 06, 2006 11:09 AM To: MyFaces Discussion Subject: Re: Warning message: Child count should be a multiple of

Re: Warning message: Child count should be a multiple of the columns attribute?

2006-06-06 Thread Matthias Wessendorf
You are welcome. Everbody makes mistakes... On 6/6/06, Todd Patrick [EMAIL PROTECTED] wrote: Ha! Your right. Sorry about that guys. Thanks, --Todd -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Tuesday, June 06, 2006

Re: Retrieve Last Action

2006-06-06 Thread Jeff Bischoff
We use a very simple confirm dialog for some of our buttons. I'm not sure if this is what you are looking for (javascript provides very limited default popup choices...), but it's at least a start: h:commandLink onclick=if (!confirm('Are You Sure You Want To Delete?'))

RE: Warning message: Child count should be a multiple of the columns attribute?

2006-06-06 Thread Todd Patrick
Whoa??? Since I have an odd number (15), I'd like my components displayed as: x x x x x x x x x x x x x x x (each x represents a JSF component) The odd one by itself is a h:panelGroup that contains a commandButton, messages, verbatim and an outputText component. What would I specify for the

Re: Load Testing JSF?

2006-06-06 Thread Mert Çalışkan
You can check out OpenSTA. It records the usage of a web app. and then you can ramp up the virtual users for the load test. Here are the first things that came up to my mind.. It has a scripting language. If you want to read username-password for ex. from a file, you have to do some scripting. It

Re: Client Side Validation

2006-06-06 Thread Dave Brondsema
Cagatay's client side validators are at http://jsf-comp.sourceforge.net/components/clientvalidators/index.html Matthias Wessendorf wrote: Cagatay is about to adding something -Matthias On 6/6/06, Gregg Bolinger [EMAIL PROTECTED] wrote: I could have sworm MyFaces could do Client Side

sandbox.jar

2006-06-06 Thread Furer Alexander
Can someone post sandbox.jar that compatible with myfaces 1.1.3 Thanks

Re: JSF-basede application on jboss 4.0.2 fails miserably

2006-06-06 Thread Jeff Bischoff
Tomahawk 1.1.3? you mean the old nightly? I don't understand why you need to modify jbossweb-tomcat55.sar at all. I have tested my JSF app with many versions of myfaces on many versions of Jboss4, and I never had to change any JBoss/tomcat libraries to make it work... MyFaces 1.1.3 and

RE: Load Testing JSF?

2006-06-06 Thread James Richards
I've been using the free version of TestMaker from pushtotest.com. It has a feature where you can record your usage of, for example, a JSF web application and then replay that script as a load test. I haven't done much load testing but it's straightforward in the testing tool. The last time

RE: Load Testing JSF?

2006-06-06 Thread Yee CN
JMeter actually comes with a proxy server that can sniff and record request parameters including cookies. I recorded a simple session and tried playing back but could not even get pass through the login page yet. I will do a bit more digging tomorrow. Regards, Yee From:

How do I use t:div to hide a component when a page loads, then display it on a h:commandButton event?

2006-06-06 Thread Todd Patrick
How do I use t:div to hide a component or components within the t:divwhen a page loads, then displaythecomponent(s) within the t:divon a h:commandButton event? Thanks, --Todd

Passing Object to Page

2006-06-06 Thread Gregg Bolinger
Currently, I know how to pass an object by value binding it to the session.FacesContext context = FacesContext.getCurrentInstance();Application application = context.getApplication();application.createValueBinding (#{sessionScope.someObject}).setValue(context, someObject); I then access this

Re: Client Side Validation

2006-06-06 Thread Cagatay Civici
Hi,Nowadays I become a true JSF Client Side Validaton monster.I am very close to finish my beta work on the extended validators in tomahawk. The good thing is that only thing needed to turn on the client validation is to set a context param ENABLE_CLIENT_VALIDATION to true. There is no need to

Re: Client Side Validation

2006-06-06 Thread Matthias Wessendorf
Do I sound like a client validation lunatic? you do :-) And no popup is very cool. can you send an announcement to our dev-list, when the beta is available ? -Matthias

Re: Is there an example of using tree2 with data from a database?

2006-06-06 Thread Andrew Robinson
I used the alternate from that WIKI and it is working great for me On 6/6/06, Cosma Colanicchia [EMAIL PROTECTED] wrote: See this wiki entry http://wiki.apache.org/myfaces/Tree2 You'll find two different methods to load tree content while opening its nodes, with examples. I personally suggest

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi Cagatay! Do I sound like a client validation lunatic? Sure, you do ;-) When can we take it over to MyFaces? :-D What about the licensing, is it all under ASL? If not PLEASE prepare it so before contribute it ;-) Ciao, Mario

RE: Is there an example of using tree2 with data from a database?

2006-06-06 Thread Todd Patrick
Andrew: I'm looking at the alternate as well. I think I have an idea of what needs to be done. Thanks, --Todd -Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 12:56 PM To: MyFaces Discussion Subject: Re: Is there an example of using

Re: Client Side Validation

2006-06-06 Thread Cagatay Civici
Hi Matthias,With beta I actually mean the some of the validators like required validator, email validator and etc.. The rest of the validation becomes trivial after the infrastructure is completed.Sure, I'll send an announcement to the dev list. Regards,Cagatay The Lunatic CiviciOn 6/6/06,

Re: How do I use t:div to hide a component when a page loads, then display it on a h:commandButton event?

2006-06-06 Thread Andrew Robinson
t:div rendered=#{mybean.myProp} This is optionally rendered /t:div t:commandButton value=click me actionListener=#{mybean.toggle} / @Name(mybean) public class MyBean { private boolean myProp; public boolean isMyProp() { return myProp; } public void setMyProp(boolean myProp) { this.myProp =

Re: Client Side Validation

2006-06-06 Thread Cagatay Civici
Hi again,Sure it's under ASL Mario, I'm just extending to the tomahawk.Cagatay,On 6/6/06, Cagatay Civici [EMAIL PROTECTED] wrote:Hi Matthias,With beta I actually mean the some of the validators like required validator, email validator and etc.. The rest of the validation becomes trivial after the

RE: How do I use t:div to hide a component when a page loads, then display it on a h:commandButton event?

2006-06-06 Thread Todd Patrick
Andrew: That is perfect. With the default boolean value being false, this worked great. Thank you. --Todd -Original Message- From: Andrew Robinson [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 1:01 PM To: MyFaces Discussion Subject: Re: How do I use t:div to hide a component

Re: Help with Navigation rule with parameters

2006-06-06 Thread Peter Henderson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Harley wrote: Cosma Colanicchia wrote: Reading that wiki post: For these reasons [...] one should consider using a custom Navigation Handler adding the following capabilities: I've understood that you have to code and plug your

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi Cagatay! Sure it's under ASL Mario, I'm just extending to the tomahawk. Great, just, could you please place it in tomahawk-sandbox at first. A short discussion on myfaces-dev about this topic brought up immediately additional ideas which we have to take into account then. Thanks! Ciao, Mario

Re: Load Testing JSF?

2006-06-06 Thread Mirek B.
Hi, I've done some testing on our JSF app with JMeter. My basic setup was following: - record my navigation through pages with HTTP Proxy - move the first two requests (i.e. the welcome screen and subsequent POST to the login page) inside an Only Once Controller - add an HTTP Cookie Manager

Re: Client Side Validation

2006-06-06 Thread Cagatay Civici
Hi Mario,tomahawk-sandbox?, yes, that was what I thought at first actually.I've read the discussion on the dev list from nabble, let's see how it fits and then the discussion can continue after seeing some stuff in action rather than in theory. Next week hopefully, I'll be presenting the

Re: Client Side Validation

2006-06-06 Thread Matthias Wessendorf
On 6/6/06, Mario Ivankovits [EMAIL PROTECTED] wrote: Hi Cagatay! Sure it's under ASL Mario, I'm just extending to the tomahawk. Great, just, could you please place it in tomahawk-sandbox at first. Is there any IP issue here to solve? -Matthias A short discussion on myfaces-dev about this

RE: Load Testing JSF?

2006-06-06 Thread Jesse Alexander \(KSFD 121\)
I did it exactly in that way... worked sweetly... regards Alexander From: Yee CN [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 7:00 PMTo: 'MyFaces Discussion'Subject: RE: Load Testing JSF? JMeter actually comes with a proxy server that can sniff and record

navigation rule

2006-06-06 Thread L Frohman
In the to-view-id tag in faces-config.xml navigation, myfaces always puts a / in front and adds .jsp at the end of any urls, if those are not already there. Is there a way to prevent this behaviour? I want to navigate to the acegi security filter, to-view-idj_acegi_security_check/to-view-id

RE: Load Testing JSF?

2006-06-06 Thread James Richards
I had a problem in HTMLUnit when some JavaScript libraries were breaking [function was not found] so check to see if there are any javascript errors in the console when loading the pages via a browser... Hope that helps, James -Original Message- From: Jesse Alexander (KSFD 121)

Re: SERIOUS BUG!!!!!!! Re: commandLinks don't work on Tomcat 5.5.17

2006-06-06 Thread Sean Schofield
I'm using commandLinks in TC 5.5 right now. Try deploying the simple examples to a default TC 5.5 install. You will find that the commandLinks work (at least some of them.) Sean On 6/6/06, Murray Brandon [EMAIL PROTECTED] wrote: Do you have a properly resolved processAction method on your

Jean-Claude Pace is out of the office.

2006-06-06 Thread JeanClaude . Pace
I will be out of the office starting 07/06/2006 and will not return until 12/06/2006. I will respond to your message when I return. For urgent issues please contact Reuben Muscat or Roderick Farrugia.

Re: Jean-Claude Pace is out of the office.

2006-06-06 Thread Murray Brandon
Oh no, a whole week of these ;-) [EMAIL PROTECTED] wrote: I will be out of the office starting 07/06/2006 and will not return until 12/06/2006. I will respond to your message when I return. For urgent issues please contact Reuben Muscat or Roderick Farrugia.

Re: TreeTable example downloaded from SVN doesn't collapse or expand.

2006-06-06 Thread Matthias Wessendorf
Ok, create jira ticket on my own, since I could reproduce it ([1]). -Matthias [1] http://issues.apache.org/jira/browse/TOMAHAWK-474 On 6/6/06, Matthias Wessendorf [EMAIL PROTECTED] wrote: ok, that might be a problem of treeTable and the RI I tryed w/ MyFaces and it worked. Will check the

obtain reference to h:outputLabel from for UIComponent

2006-06-06 Thread tony k
i'm working with version of JSF shipped with websphere 5.1.2 which doesn't include the field label name in default conversion/validation messages (as opposed to MyFaces which does). wondering if i can obtain a reference to the outputLabel associated with a validate/conversion target from

sandbox with facelets

2006-06-06 Thread StanislavZ
Hello everybody ! Please help me if you can. I want to use with facelets sanbox components: s:inputSuggestAjax id=sdfsdf maxSuggestedItems=15 suggestedItemsMethod=#{StsListDicAdapter.getL} value=#{StsListDicAdapter.wstr}/ Also i

Re: Client Side Validation

2006-06-06 Thread Mario Ivankovits
Hi! Is there any IP issue here to solve? (IP - intellectual property, for those not knowing whats meant here ;-) ) Due to the size of this contribution (its not only a patch) a CCLA is required. According to http://people.apache.org/~jim/committers.html Cagaty is already filed. Ciao, Mario

Re: Load Testing JSF?

2006-06-06 Thread Vesa Lindfors
HiWe have made also successfully some JMeter testing. Only harder thing for me was collecting from response page some JSF parameters that will be needed in next request. With parameters I mean jsf_tree_64 and jsf_state_64 in case of client side state saving or jsf_sequence in case of server side

How to make reset command button clear all form fields

2006-06-06 Thread Anthony Hong
Hi all, Jsf has a command button with type=reset that can reset current form components to the latest state. How can I make this reset button to clear all fields with empty value under this form. Is it the only way I have to write a action method and clear fields in page bean one by one? And