Re: [Tomahawk 1.1.6] ExtensionFilter throws NoClassDefFoundException when loading page

2007-10-04 Thread Michael Obster
Hi Simon, thank for your answer! Long time it was looking that no other member has interest for that problem... thats another point which is getting you on such a thing somehow desperate ;-). You're right, one of the machines looks like there is s.th. wrong with the classpath, because even

s:xmlTemplate / tag not recognized!

2007-10-04 Thread logancillo
Good evenings, I want to use the etiquette s:xmlTemplate / defined in the uri % taglib uri = http: // myfaces.apache.org/sandbox prefix = s % For it I have in my /WEB-INF/lib directory of the generated war the following jar: Tomahawk - sandbox-1.1.6 553KB tomahawk - 1.1.6 2873KB The

RE: [Trinidad] request backed TreeTable

2007-10-04 Thread Andrew Richards
Thanks Venktra, My colleague tells me they have tried progmatically clearing the selectedRowKeys and disclosedRowKeys in the backing bean with no success, the selected state is persisted and the tree remains expanded. Removing the context-pararm has had the desired effect I just cant find any

RE: Post request encoding problem

2007-10-04 Thread Michael Heinen
What about using a Filter for setting the encoding ? public void doFilter(ServletRequest srequest, ServletResponse sresponse, FilterChain chain) throws IOException, ServletException { srequest.setCharacterEncoding(UTF-8); chain.doFilter(srequest, sresponse); } Michael

Re: still the same exception

2007-10-04 Thread Bernd Bohmann
Hello Zied, can you send the page, please. Regards Bernd Zied Hamdi wrote: Hi, The action doesn't execute, it's normal I didn't specify the action as an EL (shame on me), but I still have the exception. Regards, Zied 2007/10/3, Zied Hamdi [EMAIL PROTECTED]: Hi, I still have the same

RE: Detecting enabled javascript and cookies with JSF

2007-10-04 Thread Thomas Fischer
Try setting a hidden variable using javascript in the first page and check whether it is set when the user submits the first page. If it is set, javascript is on, if not, javascript is off. The same with cookies: set one in the first page, check whether it is set when the user submits the first

Re: still the same exception

2007-10-04 Thread Zied Hamdi
Hi Bernd, Do you mean all the implied pages? I'm sending you the file of the page containing the link. If you need the whole structure let me know. Regards, Zied 2007/10/4, Bernd Bohmann [EMAIL PROTECTED]: Hello Zied, can you send the page, please. Regards Bernd Zied Hamdi wrote:

Re: Post request encoding problem

2007-10-04 Thread Rene Pirringer
Hi, thx for the hint. I found this today by myself and it solved my problem. Rene On 04.10.2007, at 09:47, Michael Heinen wrote: What about using a Filter for setting the encoding ? public void doFilter(ServletRequest srequest, ServletResponse sresponse, FilterChain chain) throws

Re: Validation for table column?

2007-10-04 Thread Stephen Friedrich
Thanks a lot, Simon! There's a looming dead line, so currently I care more for the gets-the-job-done than for wow, thats' great!. I got your first solution working - and even understand it, now that it gave me somewhere to start looking. ;-) (I am not using binding: In my validator, I simply

Antwort: Re: Messages on JSF Site are shown twice

2007-10-04 Thread Andreas Heidrich
Thanx for the hint Simon. At least I did it exactly this way. Although I find the default below a bit odd as it leeds to the error I had. Regards Andreas Andreas Heidrich (Embedded Organisationsprogrammierer/EDV Orga image moved Toyota Kreditbank GmbH

renderedPartially is a great function, it could have more framework support

2007-10-04 Thread Zied Hamdi
Hi, I decided to focus on all my renderedPartially my attributes to make them work. And I understood they doesn't work with tc:cell, tc:tab, tc:tabgroup and maybe others. In addition, when pointed to tc:tab, tc:tabgroup javascript errors are generated and doesn't let the job done. I think a sort

RE: [Trinidad] display dialog programmatically.

2007-10-04 Thread Darren McEntee
Luka, what version of Trinidad are you using? I'm still on 1.0.1, as 1.02 1.0.3 break our application in places. What way have you implemented it to display the dialog programmatically? Is it the same method as I discussed below? Thanks, Darren. -Original Message- From:

Re: [Trinidad] display dialog programmatically.

2007-10-04 Thread Luka Surija
Darren McEntee wrote: Luka, what version of Trinidad are you using? I’m still on 1.0.1, as 1.02 1.0.3 break our application in places. I using 1.0.3, and as a workaround I'm calling directly dialog as mention below. What way have you implemented it to display the dialog programmatically?

[TOBAGO] defaultCommand does not work with renderedPartially

2007-10-04 Thread Stojan Peshov
Hi all, I have button that does some search and reloads the panel for results tc:button id=submit label=#{someBundle.search} action=#{searchTermSimple.search} tc:attribute name=renderedPartially value=termSimpleSearchPanel / /tc:button if I add

Re: broken link in wiki

2007-10-04 Thread Ognjen Blagojevic
Hi Alvaro, alvaro tovar wrote: What is the difference between javax.faces.STATE_SAVING_METHOD client and server? in the faq is broken link, if some one have other link I changed that, you can read over there. Regards, Ognjen

[tobago] Tag vs. component with facelets

2007-10-04 Thread Zied Hamdi
Hi, I have a little problem with runtime vs build-time tags: I have a component page categories.xhtml containing the snippet: c:if test=#{not empty ajaxScope} tc:attribute name=renderedPartially

RE: [Trinidad] request backed TreeTable

2007-10-04 Thread Todd Engle
Hi Andrew, Is the binding attribute set in the tr:treeTable tag? If so, and if you do not want to persist state across requests, you should clear this attribute -- especially if the bean in the binding attribute is session scoped. Take a look at this article for more information:

Re: [tobago] Tag vs. component with facelets

2007-10-04 Thread Bernd Bohmann
Hello Zied, maybe two Commands with the rendered attribute would be a better choice. Regards Bernd Zied Hamdi wrote: Hi, I have a little problem with runtime vs build-time tags: I have a component page categories.xhtml containing the snippet: c:if test=#{not empty

Myfaces/Tomahawk on IBM WebSphere Portal Server 6

2007-10-04 Thread mario.buonopane
Hi, is there any one have used successfully Myfaces/Tomahawk on IBM WebSphere Portal Server 6? Regards Mario Buonopane This message is for the designated recipient only and may contain privileged, proprietary, or otherwise private information. If you have received it in error, please

Re: renderedPartially is a great function, it could have more framework support

2007-10-04 Thread Bernd Bohmann
Hello Zied, please add jira issues for your requests. Regards Bernd Zied Hamdi wrote: Hi, I decided to focus on all my renderedPartially my attributes to make them work. And I understood they doesn't work with tc:cell, tc:tab, tc:tabgroup and maybe others. In addition, when pointed to

Re: [TOBAGO] defaultCommand does not work with renderedPartially

2007-10-04 Thread Bernd Bohmann
Hello Stojan, i think defaultCommand and renderedPartially didn't work together. (Maybe Volker knows some javascript hack) If you need this feature you can add a jira issue. Regards Bernd Stojan Peshov wrote: Hi all, I have button that does some search and reloads the panel for results

RE: [Trinidad] Problem with validation in Seam / ValueBindingValueExpression

2007-10-04 Thread MOLINA Stéphane
Hi all, We have the same kind of problems, using the binding attribute on a tr:table (Same context : Seam + Facelets + Trinidad). I have just seen that Facelets 1.1.14 release will correct the version computing, but is there some tricky mean to get round this problem ? Thanks in advance,

Re: s:xmlTemplate / tag not recognized!

2007-10-04 Thread logancillo
Ok, finally I have achieved that the tag was recognized . It is necessary to put it in the directory lib of the installation of the tomcat in order that it could use in time of execution. Now giving the following exception to this me: javax.servlet.ServletException: Exception in JSP:

ValueChangeListener again

2007-10-04 Thread Schröder , Mario
Hi, I have the following usecase: A user wants to edit some content of an item (let's say a book). He/she changes the values of more the just one properties. When the users decided that the operation should be cancelled and has something changed, then a warning-dialog should popup.

Re: s:xmlTemplate / tag not recognized!

2007-10-04 Thread logancillo
fixed! s:xmlTemplate rendered=true content=#{yellProxy.xml} stylesheet=#{yellProxy.xsl}/ logancillo wrote: Good evenings, I want to use the etiquette s:xmlTemplate / defined in the uri % taglib uri = http: // myfaces.apache.org/sandbox prefix = s % For it I have in my

Re: [tobago] Tag vs. component with facelets

2007-10-04 Thread Zied Hamdi
Hello Bernd how are you? Was I right when I said to Volker you're on holidays? If yes I hope it was memorable. I can't figure out what you meant by two commands, did you mean applying the rendered attribute on the command instead of c:if and have two commands, my c:if is only a workaround the

Re: Behaviour of JSF related to renderer instances

2007-10-04 Thread Martin Marinschek
Hi Simon, David, it's of course 2 ;) regards, Martin On 10/1/07, Simon Kitching [EMAIL PROTECTED] wrote: David Delbecq [EMAIL PROTECTED] schrieb: Hello, I have a quite technical question related to Renderers in JSF. When several components references the same Renderers, what's

Re: Behaviour of JSF related to renderer instances

2007-10-04 Thread Martin Marinschek
Well, not quite: it is one renderer-instance per application, per renderer-type and component-family. regards, Martin On 10/4/07, Martin Marinschek [EMAIL PROTECTED] wrote: Hi Simon, David, it's of course 2 ;) regards, Martin On 10/1/07, Simon Kitching [EMAIL PROTECTED] wrote:

Re: Validation for table column?

2007-10-04 Thread Simon Lessard
Hello Stephen, Comments inline. ~ Simon On 10/4/07, Stephen Friedrich [EMAIL PROTECTED] wrote: Thanks a lot, Simon! There's a looming dead line, so currently I care more for the gets-the-job-done than for wow, thats' great!. I got your first solution working - and even understand it, now

Re: Validation for table column?

2007-10-04 Thread Stephen Friedrich
Thanks Simon, that makes it clear. I think nothing special should be done about ordering: Then my solution won't help you much since a map is not ordered. That just not true: The map makes no assumptions about ordering. A HashMap is not sorted, a TreeMap is, a LinkedHashMap is ordered by

RE: Using Myfaces with Glassfish V2 Final

2007-10-04 Thread Hendrik Beck \(camunda\)
Hey Brody! I was asking a pretty similar question some days ago and I am still interesting in getting it running (which I didn't managed to so far). Can I ask you that question: Are you interesting in really getting MyFaces to run on Glassfish or would it also be possible to make the

Re: Myfaces/Tomahawk on IBM WebSphere Portal Server 6

2007-10-04 Thread SJain
We had tough time . Then finally we had to hack My Faces ( with help of IBM consultant ) to make it somewhat work . Of particular note IBM support is useless . You have to pay them to get a consultant. Still getting duplicate clientId exceptions , due to which page renders incorrectly when

Re: Myfaces/Tomahawk on IBM WebSphere Portal Server 6

2007-10-04 Thread Bernhard Huemer
Hello, which version of MyFaces and which portlet bridge are you using? I'm just asking as I didn't face those exceptions. Perhaps, if I've got time left on the weekend, I'll create an example project (sort of archetype project). regards, Bernhard On 10/04/2007 +0200, [EMAIL PROTECTED]

Re: Myfaces/Tomahawk on IBM WebSphere Portal Server 6

2007-10-04 Thread SJain
We are using following MyFaces version 1.1.5 Tomhawk version 1.1.5 Portlet class - org.apache.myfaces.portlet.MyFacesGenericPortlet So are you saying you have a MyFaces/Tomhawk application that is running without any issues on Websphere Portal 6 ? What exact portal 6 fixpack are you using

Re: Myfaces/Tomahawk on IBM WebSphere Portal Server 6

2007-10-04 Thread Bernhard Huemer
Hello, I don't know the fixpack being used in the production system, but I've developed the application using WebSphere Portal Server Express 6.0 without any additional fixpacks. Moreover I didn't use Tomahawk, but I'll try to include it in the example anyway. regards, Bernhard On

Re: [Tomahawk] Overriding inputCalendar tag validation error messages

2007-10-04 Thread debergh
This did not work when I implemented it. It still displays org.apache.myfaces.calendar.CONVERSION as the error message instead of what I defined. Any ideas? Chip jnordstrom-2 wrote: Found out how to do it.nbsp; For conversion errors put this is the MessageBundle.properties file:

t:inputFileUpload question

2007-10-04 Thread Joe Ersinghaus
Hi, Is there a way to predefine which file is to be uploaded and bypass the file dialog? Thanks, Joe -- View this message in context: http://www.nabble.com/t%3AinputFileUpload-question-tf4571166.html#a13047676 Sent from the MyFaces - Users mailing list archive at Nabble.com.

Re: t:inputFileUpload question

2007-10-04 Thread simon
On Thu, 2007-10-04 at 13:06 -0700, Joe Ersinghaus wrote: Hi, Is there a way to predefine which file is to be uploaded and bypass the file dialog? I certainly hope not. Visit an arbitrary site, and have it download a file from my machine without a dialog? What exactly are you trying to write

Re: t:inputFileUpload question

2007-10-04 Thread Joe Ersinghaus
Or at least define a default directory in the file browser? Simon Kitching-4 wrote: On Thu, 2007-10-04 at 13:06 -0700, Joe Ersinghaus wrote: Hi, Is there a way to predefine which file is to be uploaded and bypass the file dialog? I certainly hope not. Visit an arbitrary site, and

Re: t:inputFileUpload question

2007-10-04 Thread Joe Ersinghaus
Instead of having a user browse to a file on his local machine (a text file generated via another process) via the t:inputFileUpload Browse button and then hitting the upload button, the user would just select the upload button without the need to navigate to the file. Scary I know, but is it

RE: Using Myfaces with Glassfish V2 Final

2007-10-04 Thread rlubke
Hendrik Beck (camunda) wrote: Hey Brody! I was asking a pretty similar question some days ago and I am still interesting in getting it running (which I didn't managed to so far). Can I ask you that question: Are you interesting in really getting MyFaces to run on Glassfish or would

Re: [tobago] separating the date and time components

2007-10-04 Thread Zied Hamdi
Hello, I've just wrote a util class that could help in this task. Regards, Zied 2007/9/21, Zied Hamdi [EMAIL PROTECTED]: Sorry forgot to mention [tobago] -- Forwarded message -- From: Zied Hamdi [EMAIL PROTECTED] Date: 21 sept. 2007 15:36 Subject: separating the date

Re: [tobago] separating the date and time components

2007-10-04 Thread Zied Hamdi
Hello again, Sorry I forgot we're in multitasking. Here's a better version. Regards, Zied 2007/10/5, Zied Hamdi [EMAIL PROTECTED]: Hello, I've just wrote a util class that could help in this task. Regards, Zied 2007/9/21, Zied Hamdi [EMAIL PROTECTED]: Sorry forgot to mention

RE: Using Myfaces with Glassfish V2 Final

2007-10-04 Thread Brody Wong
I thought I could disable the JSF-RI class loading by using th delegate=false attribute in sub-web.xml However, I learnt from this link that GF always load JSF-RI. http://forum.java.sun.com/thread.jspa?threadID=5177707tstart=270 I have also tried the steps in the link I posted in my previous