Re: Getting ExtVal with Maven2 / Apache Ivy

2010-09-30 Thread Simon Zambrovski
=org.apache.myfaces.extensions.validator.component-support-modules name=myfaces-extval-generic-support rev=2.0.4-SNAPSHOT transitive=false/ Simon Zambrovski On Thu, Sep 30, 2010 at 1:08 AM, Gerhard gerhard.petra...@gmail.com wrote: hi simon, the current snapshot is available in the apache snapshot repository [1

Re: Getting ExtVal with Maven2 / Apache Ivy

2010-09-30 Thread Simon Zambrovski
=org.apache.myfaces.extensions.validator.validation-modules name=myfaces-extval-bean-validation rev=2.0.4-SNAPSHOT transitive=false/ dependency org=org.apache.myfaces.extensions.validator.component-support-modules name=myfaces-extval-generic-support rev=2.0.4-SNAPSHOT transitive=false/ Kind regards, Simon Am

Getting ExtVal with Maven2 / Apache Ivy

2010-09-29 Thread Simon Zambrovski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Folks, i'm looking for a Maven2/Ivy repository to get the snapshot version of ExtVal (or at least 2.0.4) Any ideas? Kind regards, Simon -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http

Re: Error during Sorting in Primefaces with ExtVal 2.0.4-SNAPSHOT

2010-07-22 Thread Simon Zambrovski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, it seems to work with the current snapshot. Sorry for wrong information. Thanks and kind regards, Simon Am 21.07.2010 19:10, schrieb Gerhard Petracek: hi simon, please point to the last version which worked for you. (please use

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

2010-07-21 Thread Simon Zambrovski
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerhard! thanks for the excellent job. The exception is gone. Should I help you to follow the community process? So should I file the JIRA bug for it? Kind regards, Simon Am 19.07.2010 07:04, schrieb Gerhard Petracek: i've uploaded

Error during Sorting in Primefaces with ExtVal 2.0.4-SNAPSHOT

2010-07-21 Thread Simon Zambrovski
/p:column /p:dataTable Any ideas? Kind regards, Simon -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.10 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAkxHKDMACgkQwNq/QDsDo2tupwCfeF5nx/U+q6V/E/zFGIgtl/6X x9MAn0Ep

Re: Error during Sorting in Primefaces with ExtVal 2.0.4-SNAPSHOT

2010-07-21 Thread Simon Zambrovski
ausprobiert - es liegt definitiv am ExtVal. Noch eine Sache die mir einfällt: sie haben für den EXTVAL-96, EXTVAL-97 eine spezielle Version geschickt die unter Mojarra läuft. Könnte es daran liegen? Gruß Simon Am 21.07.2010 19:10, schrieb Gerhard Petracek: hi simon, please point to the last

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

2010-07-18 Thread Simon Zambrovski
=@this / /h:form /p:dialog Any ideas? Kind regards, Simon

[Trinidad] XSS attack prevention?

2010-07-14 Thread Simon Kulessa
me some hints? Best regards, Simon Kulessa. -- Diplom Informatiker Simon Kulessa FlexSecure GmbH Industriestr. 12 D - 64297 Darmstadt Tel: +49 (0) 6151 501 23-15 Fax: +49 (0) 6151 501 23-19 E-Mail:kule...@flexsecure.de Internet:www.flexsecure.de Geschäftsführer: Erwin Stallenberger, Markus

[Trinidad] XSS attack prevention?

2010-07-14 Thread Simon Kulessa
Hello, I have received word that there is some trouble with my signature, so I send the mail again, this time without it. Best regards, Simon Kulessa. --- Hello, I have written my own component to display messages inside a jsf page. The component is based on the tr:messages Element. My

[Trinidad] XSS attack prevention?

2010-07-14 Thread Simon Kulessa
Hello, I have received word that there is some trouble with my signature, so I send the mail again, this time without it. Best regards, Simon Kulessa. --- Hello, I have written my own component to display messages inside a jsf page. The component is based on the tr:messages Element. My

Re: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-18 Thread Simon Lessard
(with navigation from an immediate button) or after invoke application (navigation from a non immediate button). ~ Simon On Fri, Jun 18, 2010 at 2:38 AM, Leis, Matthias - SID-NLKM matthias.l...@sid.sachsen.de wrote: Hi Simon, I set a breakpoint before the RENDER_RESPONSE phase and inspected

Re: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-17 Thread Simon Lessard
Hi Matthias, I meant is the tree empty, only a view root with no children, or is the component tree fully populated? ~ Simon On Thu, Jun 17, 2010 at 4:18 AM, Leis, Matthias - SID-NLKM matthias.l...@sid.sachsen.de wrote: Hi, I'm not sure what you mean. The UIViewRoot built in createView

Re: MyFaces 2.0.0 - removing facelets results in blank page

2010-06-16 Thread Simon Lessard
and inspect the component tree in the before render phase to be sure that it's what's happening. ~ Simon On Wed, Jun 16, 2010 at 9:11 AM, Leis, Matthias - SID-NLKM matthias.l...@sid.sachsen.de wrote: Hi Jakob, Yes, I am using spring :) The Application uses

Re: Trinidad tr:inputText generating excessive html

2010-06-16 Thread Simon Lessard
with simple=true. Even so, you'll have an extra span that won't exactly fit the HTML standard. Regards, ~ Simon On Wed, Jun 16, 2010 at 11:46 AM, Belton Shawn (NHS National Services Scotland) shawn.bel...@nhs.net wrote: Hi, I am currently a developer working on implementing a web application

Re: [Trinidad] IE + PPR causing Hour-glass

2010-06-15 Thread Simon Kulessa
something that is not a date (or does not match the expected date format) 2. Click 'update' 3. Remove the focus from the inputField Regards, Simon. Am 15.06.2010 12:23, schrieb Dmitry Barsukov: Hi Toby, Thanks for your prompt attempt to help, this is very much appreciated. However it does not help

Re: [Trinidad] concurrent access to a sortable table

2010-06-10 Thread Simon Kulessa
Hello Mark, thanks for your answer. I think the code line you mentioned describes the default behaviour of the framework. So the problem with the concurrent access would not be solved, because the framework would still use the integer indices. Best regards, Simon Kulessa. Am 10.06.2010 08

[Trinidad] concurrent access to a sortable table

2010-06-09 Thread Simon Kulessa
of the CollectionModel and implement the sorting feature on your own. Question 5: Again, is that really the way you have to do it? Request 6: An efficient sample of an implementation would be nice. -- Any help is appreciated. If necessary I could provide my sample implementation. Best regards, Simon

Jsf 2.0, extval and Spring El

2010-05-12 Thread Simon Zambrovski
? Did someone get it up and running? I'm thankful for any help. Kind regards Simon Zambrovski Sent via iPhone

Re: Jsf 2.0, extval and Spring El

2010-05-12 Thread Simon Zambrovski
Thanks for rapid response. I'll prepair and post it today in the evening. Kind regards Sent via iPhone Am 12.05.2010 um 16:58 schrieb Gerhard Petracek gerhard.petra...@gmail.com : hi simon, can you provide a link to the source code of your demo application? regards, gerhard http

Re: NullPointer in FileSystemStyleCache

2010-05-11 Thread Simon Lessard
should include the same code as my 1.2.12 version for that part of the code. Regards, ~ Simon On Mon, May 10, 2010 at 5:23 AM, Döring Markus markus.doer...@tcc-products.de wrote: Hi all, we have an productive Trinidad web application running with: JBoss 4.2.2 myfaces 1.1.5 trinidad

Re: Custom Error message

2009-06-30 Thread Simon Lessard
values of {0} and {1} Regards, ~ Simon On Mon, Jun 29, 2009 at 10:23 PM, Shasi Mitra Yarram shasimi...@yahoo.comwrote: Hello All - On failure of any validation, I need to show my own messages for the components(text boxes, radio buttons). I see that jsf1.2 gives requiredMessage attribute

Re: EL ${ ... } getting evaluated -- where?

2009-06-01 Thread Simon Lessard
hunch is that your predecessor was a JSP developper and kept using ${} out of habits and most should be #{}. Regards, ~ Simon On Mon, Jun 1, 2009 at 1:04 PM, Michael Giroux mlgir...@gmail.com wrote: I have inherited a JSF application. The application is using MyFaces and Facelets. I discovered

Re: how to add post-data to a redirect from an action

2009-04-21 Thread Simon Kitching
the apache commons-httpclient library to do things like this. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: GZipping JSF Response

2009-04-17 Thread Simon Kitching
the data is sent out. Regards, Simon

Re: Fw: Trinidad 1.2 PPR completely broken due to serious core issue

2009-04-15 Thread Simon Lessard
Hi, It looks a lot like the issue I had recently using MyFaces in JSP (not Facelet) environment with jsp:include. Are you using jsp:include or foreach maybe? The issue is http://issues.apache.org/jira/browse/MYFACES-1834 Regards, ~ Simon On Tue, Apr 14, 2009 at 4:27 PM, Developer develo

Re: Error trying to rebuild trinidad-impl project

2009-04-14 Thread Simon Kitching
you provide me some url with docs that can help me with this issue? It doesn't matter how much ram you have if Java isn't configured to use it :-) Try: export MAVEN_OPTS=-Xmx1024m -Xms512m Google MAVEN_OPTS for more info. Regards, Simon -- -- Emails in mixed posting style will be ignored

Re: [Orchestra] Ask for how to set conversation.access in spring framework?

2009-04-11 Thread Simon Kitching
). Putting [myfaces] there isn't very useful, as we know this is about myfaces - it was sent to the myfaces email list :-) Regards, Simon

Re: [Orchestra] Ask for how to set conversation.access in spring framework?

2009-04-11 Thread Simon Kitching
On Sat, 2009-04-11 at 19:05 +0200, Simon Kitching wrote: On Sat, 2009-04-11 at 16:56 +0800, Palvin wrote: Hi, Who can provide a usage details of orchestra? I've configued myfacesspring, in spring's context file point the manag bean's scope to conversation.access run in browser, the page

Re: [Trinidad] Ask for the backing bean's scope in application.

2009-04-10 Thread Simon Kitching
. You might like to look at: * Myfaces Orchestra * Trinidad page flow * Seam * Spring WebFlow The Myfaces Orchestra site has an overview of what conversation scope is, and what the difference is between the above implementations. Regards, Simon -- -- Emails in mixed posting style will be ignored

Re: cookmenu strange problem

2009-04-09 Thread Simon Kitching
components * handle file uploads You need the ExtensionsFilter to do the first one. But that means you need to add commons-fileupload jarfile to your project even if you don't use the t:fileupload component. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http

Re: Suffix added to component id when including files

2009-04-07 Thread Simon Kitching
?). Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: ValueChangeListener called twice

2009-04-06 Thread Simon Kitching
the tree starting from the UIViewRoot, and check whether your problem component is in the tree twice. You could also put a breakpoint in the myfaces code and see what ValueChangeEvents are being registered (see UIViewRoot.queueEvent). Regards, Simon

Re: Missing tld?

2009-04-03 Thread Simon Kitching
The tlds are there. I just downloaded from the official maven repo: http://repo2.maven.org/maven2/org/apache/myfaces/core/myfaces-impl/1.2.6/ jar tf myfaces-impl-1.2.6.jar | grep tld META-INF/myfaces_html.tld META-INF/myfaces_core.tld Regards, Simon Roberto Leibman schrieb: I didn't trust

Re: Missing tld?

2009-04-03 Thread Simon Kitching
/myfaces_core.tld Which bundle did you download from the download site, and exactly which mirror did you get it from? And does the md5 checksum match for the bundle you downloaded? Regards, Simon Roberto Leibman schrieb: You're right, they are there. They don't seem to be in the copy available from

Re: TOMAHAWK t:inputCalendar java script problem popup

2009-04-01 Thread Simon Kitching
: http://myfaces.apache.org/tomahawk/extensionsFilter.html If you use firefox, then the live http headers extension will tell you whether the url loads correctly or not. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: Antwort: Re: TOMAHAWK t:inputCalendar java script problem popup

2009-04-01 Thread Simon Kitching
). Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: TOMAHAWK t:inputCalendar java script problem popup

2009-04-01 Thread Simon Kitching
Klaus SCHUSTER schrieb: Simon Kitching skitch...@apache.org schrieb am 01.04.2009 11:30:36: Klaus SCHUSTER schrieb: Hi, I am using a t:inputCalendar tag from Tomahawk 1.1.8: [code] t:inputCalendar id=mycal addResources=false monthYearRowClass=yearMonthHeader

Re: Javascript in button element

2009-03-26 Thread Simon Kitching
For normal command-button usage, the current html page is submitted and *completely* replaced by a new HTML page. So it makes no sense to talk about running javascript after the action. Are you perhaps using these command-buttons within an AJAX pane, and want some javascript to execute after the

Re: Javascript in button element

2009-03-26 Thread Simon Kitching
wait the action is finished... i don't if is it possible Danilo Simon Kitching wrote: For normal command-button usage, the current html page is submitted and *completely* replaced by a new HTML page. So it makes no sense to talk about

Re: JSF's Warnings and INFO messages in my LOG

2009-03-25 Thread Simon Kitching
not contain log4j.jar then this is probably being logged via the java.util.logging implementation provided in the java standard libraries. So you will need to configure that; see the javadoc for the java.util.logging classes for details. Regards, Simon On Tue, 2009-03-24 at 15:00 -0700, Richard Yee

Re: UIComponentClassicTagBase componentId strategy

2009-03-24 Thread Simon Lessard
Hi Leonardo, Wow, so much for me showing the good example .. I should have checked JIRA first. Thanks, I'll check what version I'm using and see if the problem is still there in my case and if it's then I'll attempt to make a patch. Thanks, ~ Simon On Mon, Mar 23, 2009 at 6:21 PM, Leonardo

Re: Difficulties of initializing a custom component

2009-03-23 Thread Simon Kitching
for initialize-on-postback is also possible, but restoreState is not called if the SERIALIZE_STATE_IN_SESSION configuration flag is false. It is true by default, and I would recommend to always leave it as true, so this is not a big issue. Nevertheless, using decode avoids this problem. Regards, Simon

UIComponentClassicTagBase componentId strategy

2009-03-23 Thread Simon Lessard
and would modify the getPreviousJspIdsSet method to return a Set local to the closest NamingContainer and remove the isIncludedOrForwarded completely so that the code would still work in case someone included a page without using a f:subview/. Can anyone confirm or infirm? Thanks, ~ Simon p.s. I

Re: [Trinidad] Unable to set tr:commandLink style class

2009-03-20 Thread Simon Lessard
, ~ Simon On Fri, Mar 20, 2009 at 4:38 AM, Adme Admirolas admiro...@gmail.com wrote: Oh sorry :) Just a stupid mistake. 2009/3/20 Matthias Wessendorf mat...@apache.org On Fri, Mar 20, 2009 at 8:51 AM, Adme Admirolas admiro...@gmail.com wrote: First of all i'm using Mozilla FireFox 5. And firebug

Re: t:inputFileUpload language

2009-03-20 Thread Simon Kitching
though. Regards, Simon

Re: [Trinidad] Unable to set tr:commandLink style class

2009-03-19 Thread Simon Lessard
Hi, The generated CSS si perfect with the selector you used, however I assume you're using IE 6 and therefore composite selectors are not supported. So change your skin CSS to use .myLoginLink { font-size:30px; } instead of af|commandLink.myLoginLink { font-size:30px; } regards, ~ Simon

Re: Unsubscribe

2009-03-18 Thread Simon Kitching
Goda, Sunil schrieb: Kindly Unsubscribe me Use the unsubscribe link here (presumably you used the subscribe link there to subscribe..) http://myfaces.apache.org/mail-lists.html

Re: t:selectItems with a map

2009-03-15 Thread Simon Kitching
, but is not quite as nice as having t:selectItems do that for you. Regards, Simon

Re: t:selectItems with a map

2009-03-15 Thread Simon Kitching
On Sun, 2009-03-15 at 13:28 +, Johannes Ruthenberg wrote: Hi everyone! First, a big thank you to Cagatay! I was about to agree with Simon that f:selectItems couldn't do this (judging from the documentation), but it seems that I didn't even try it without the other attributes. I just

Re: [TOMAHAWK][1.2] what is iconProvider?

2009-03-15 Thread Simon Kitching
to be something associated with the old tomahawk tree component. So unless you are using the old tree component, I would expect that it is not useful. Regards, Simon

Re: t:selectItems with a map

2009-03-14 Thread Simon Kitching
something here? Is there a way to do this? Or is the documentation simply wrong? Have you tried this? t:selectItems value=#{myBean.allRoles}/ Regards, Simon

Re: t:selectItems with a map

2009-03-14 Thread Simon Kitching
Hi Johannes, On Sat, 2009-03-14 at 19:10 +, Johannes Ruthenberg wrote: Simon Kitching wrote on 14.03.2009 15:39: Have you tried this? t:selectItems value=#{myBean.allRoles}/ I have, but I get a NullPointerException if I do. Caused by: java.lang.NullPointerException

Re: Refresh View after HTTPSession Timeout

2009-03-13 Thread Simon Kitching
then so are all AJAX operations so then your filter will handle everything ok. I don't know of any solution to properly handle session-timeout for ajax requests. However I don't use ajax much. Maybe one of the ajax experts here can comment on that... Regards, Simon Ravizzz schrieb: Simon, You

Re: Memory issue : MyFaces objects in session

2009-03-13 Thread Simon Kitching
sure this is right? I've just checked, and FactoryFinder is indeed a class with just static methods. So there should not even be *one* instance. It does have a few static members, but they should not be particularly large. Regards, Simon

Re: Refresh View after HTTPSession Timeout

2009-03-12 Thread Simon Kitching
the browser to give up and redirect the current window to a new url. At least not one I know of (I presume sending back an http-redirect doesn't work..) Regards, Simon Ravizzz schrieb: We have implemented similar way of session timeout in our application using filter in web.xml. But we are facing

Re: JSP page not getting rendered when using f:view tag

2009-03-11 Thread Simon Kitching
anything useful in the logfiles if you enable logging? Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-10 Thread Simon Kitching
in the subject... Regards, Simon andi303 schrieb: Simon, your description pointed me in the right direction. I'm aware of the JSF lifecycle, but there is another thing I haven't recognized yet: As you said before, the HTTP header contains the ViewStates, however, I'm using _server_ side state

Re: Getting started Version 1.2.6 vs version 1.1.6

2009-03-09 Thread Simon Kitching
Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-06 Thread Simon Kitching
would check for any servlet filters in your app that might be doing redirects or messing with the submitted form params. I can't currently think of anything that would just affect *some* links in your app... Regards, Simon andi303 schrieb: Simon, Thanks again for your help! I've spend most

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-05 Thread Simon Kitching
; this contains the key to look up the saved viewstate. If this is missing for some reason (eg because of some custom javascript you have in your page) then that would cause this problem. I can't think of any other likely cause at the moment... Regards, Simon andi303 schrieb: Thanks for your help

Re: Check if anything has been changed on the form

2009-03-05 Thread Simon Kitching
didn't say this, and both Sun and MyFaces currently call property setters for all input components, regardless of whether the value has changed or not. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Orchestra Core 1.3.1 Released

2009-03-05 Thread Simon Kitching
is available in the central Maven repository under Group ID org.apache.myfaces.orchestra. Regards, Simon [1] http://myfaces.apache.org/orchestra

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-04 Thread Simon Kitching
(on the wiki). The user community obviously isn't bothering to maintain it. The page says clearly that the myfaces developers will not keep this table up-to-date. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: valueChangeListener + JSF lifecycle

2009-03-04 Thread Simon Kitching
of those critical pieces of information are in your original email. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: [JSF][CORE] selectOneRadio id generation

2009-03-04 Thread Simon Kitching
/forceId#head-801527c2f31f404d73f943966595e2d0dd200d76 Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: Tomahawk - Compatible version for MyFaces 1.2.5

2009-03-03 Thread Simon Kitching
for quite a while now. Note that there are now two flavours of Tomahawk, specfically for JSF1.1 and JSF1.2. The JSF1.1 flavour will actually work ok on JSF1.2 as well, but choosing the JSF1.2 flavour gives slightly better performance, better error-messages etc. Regards, Simon -- -- Emails in mixed

Re: Dynamic DataTables

2009-02-27 Thread Simon Kitching
different things... Perhaps the tomahawk t:columns component is what you are looking for? http://myfaces.apache.org/tomahawk-project/tomahawk12/tagdoc/t_columns.html Regards, Simon

Re: [COMMUNITY] MyFaces += Jan-Kees van Andel

2009-02-26 Thread Simon Lessard
Congratulations, welcome in! ~ Simon On Thu, Feb 26, 2009 at 5:49 AM, Hazem Saleh haz...@apache.org wrote: Congratulations Jan-kees. On Thu, Feb 26, 2009 at 9:08 AM, Matthias Wessendorf mat...@apache.orgwrote: The Myfaces PMC is proud to announce a new addition to our community. Please

Re: Orchestra Conversation Scope

2009-02-18 Thread Simon Kitching
... Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

RE: JSF EL does not allow method calls

2009-02-18 Thread Simon Kitching
On Thu, 2009-02-19 at 11:16 +0530, Madhav Bhargava wrote: On Mon, Feb 16, 2009 at 2:48 PM, Simon Kitching skitch...@apache.org wrote: Madhav Bhargava schrieb: Hi All, I have a requirement wherein I have to disable UI components based on whether there are any error messages

Re: [JSF][CORE] No View State Exception

2009-02-17 Thread Simon Kitching
out in the login page. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: how to rotate t:dataTable ?

2009-02-17 Thread Simon Kitching
renders rows horizontally and columns vertically. If it isn't possible in HTML, then it isn't possible with JSF [1]. [1] Well, I suppose a component could render some weird stuff that isn't a table but looks like one. But AFAIK no such thing currently exists. Regards, Simon -- -- Emails

Re: JSF EL does not allow method calls

2009-02-16 Thread Simon Kitching
a trivial class, and having an instance of it in memory in order to call a static method from the JSF components. This could be considered ugly. But on the other hand, the JSF pages are now much better isolated from the details of the implementation. Regards, Simon -- -- Emails in mixed posting style

Re: commandButton: onclick: disable

2009-02-16 Thread Simon Kitching
SANTINI, Rafael schrieb: Hi, Why when onclick=this.disabled=true; return true in a commandButton the action is not executed? I'm trying disable the button after a click. Disabled controls are never sent to the webserver on submit: http://www.w3.org/TR/html401/interact/forms.html#h-17.12

Re: [Orchestra] Presence / absence of conversation?

2009-02-16 Thread Simon Kitching
Guillaume Bilodeau schrieb: Thank you Simon for your detailed answer! I've spent the last few months using Seam and I now realize that the term conversation has a totally different meaning in Orchestra, as you explained. The documentation does explain it clearly, I suppose initially I went

Re: Problem Using Orchestra with Realm after Session-Timeout

2009-02-12 Thread Simon Kitching
while the browser window is open. This approach works really nicely, as long as you have some common header or footer that every page includes, so that the poll logic only needs to be implemented in one place. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http

Re: BadPadding Exception and more

2009-02-12 Thread Simon Kitching
-encoded data in it, then you still have client-side-state-saving turned on (possibly encrypted or not; that's harder to tell from just looking at the field in the html). Regards, Simon

Re: [Orchestra] Presence / absence of conversation?

2009-02-12 Thread Simon Kitching
the method call returns. See the docs on the orchestra website for further details. Regards, Simon

Re: orchestra/datatable/datascroller LazyInitializationException

2009-02-11 Thread Simon Kitching
not been deleted. So probably passing by key is the best solution. Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: Problem Using Orchestra with Realm after Session-Timeout

2009-02-11 Thread Simon Kitching
pointed this out, you still have not said what version of Mojarra you are using... And by the way, Orchestra 1.3 is available... Regards, Simon Filip Lyncker schrieb: Dear Kito, We are using JSF(RI) and Orchestra.core v1.2 ... so do you have some ideas for me? thanks regards

Re: Problem Using Orchestra with Realm after Session-Timeout

2009-02-11 Thread Simon Kitching
the mojarra code until you see what the problem is. Getting the source jarfile for MyFaces JSF is easy; we publish it in the Maven repository along with the binary jarfiles. I don't know where to find the source for Mojarra releases... Regards, Simon Filip Lyncker schrieb: Dear Simon, you're right

Re: regarding my apache jars 1.6

2009-02-11 Thread Simon Kitching
. The ExtensionsFilter is a tomahawk class. Note that nothing in myfaces-core uses tomahawk classes, so it is something else in your app that is referencing this class. It looks like when you upgraded your app you somehow deleted the tomahawk jarfile. Regards, Simon -- -- Emails in mixed posting style

Re: [orchestra] Navigation with new conversation context

2009-02-09 Thread Simon Kitching
this issue (though obviously it would be good for Orchestra to do this by default). Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: [sandbox]s:graphicImageDynamic simple url

2009-02-02 Thread Simon Kitching
-sandbox) tomahawk components... Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: Making a mouseover effect on a trinidad table?

2009-01-31 Thread Simon Lessard
Hi, You can use standard CSS to achieve that using the :hover pseudo-class in your skin using a selector like af|table tr:hover td { background-color: #CC; } Regards, ~ Simon On Sat, Jan 31, 2009 at 10:58 AM, Bjørn T Johansen b...@havleik.no wrote: How can I make a mouseover effect

Re: Should backingbeans implement Stateholder or not?

2009-01-28 Thread Simon Kitching
the site. Or you could use client-side state saving. Then if the session times out, it doesn't matter (as long as you have no other important data in the session) because the saved view tree (including your bean because of t:saveState) is part of the data posted by the client. Regards, Simon

Re: JSF datable empty rows, position of components in UI

2009-01-21 Thread Simon Kitching
of these two and also have a space between them. h:panelGroup rendered=#{mybean.numRecords == 0} here goes the stuff you want to render when there are no records /h:panelGroup h:dataTable rendered=#{mybean.numRecords 0} here goes the normal table /h:dataTable Regards, Simon -- -- Emails

Re: JSF 1.2 supports Bookmarking ???

2009-01-19 Thread Simon Kitching
the // query params, eg setting currentUser based on the value of // a query-param with name id ... return false; } Regards, Simon bansi schrieb: Hi Simon, Thank you so much for wonderful explanation of the problem. It provides lots of insights into the problem. I hope its useful

Re: JSF 1.2 supports Bookmarking ???

2009-01-18 Thread Simon Kitching
solution yet. Regards, Simon

Re: How to Configure Search results using JSF/MyFaces

2009-01-18 Thread Simon Kitching
be significantly different from the maxResult setting. Have other people had this problem, and if so is there a known solution? Cheers, Simon On Sun, 2009-01-18 at 17:07 +, Cagatay Civici wrote: This is not a UI thing and I think should be handled at data access rather than UI level

Re: [ORCHESTRA] ReentrantLock

2009-01-17 Thread Simon Kitching
message format string) and see if WebContainer:0 really is a normal request-handling thread. If not, it would be useful to know what else that thread does... Regards, Simon

Re: Input components with disabled=true

2009-01-16 Thread Simon Kitching
, but browsers send the state of readonly HTML elements back to the server on submit. Browsers ignore disabled HTML elements on submit, which is causing the problem. Regards, Simon

Re: Retrive through uicomponent binding backing bean object

2009-01-15 Thread Simon Lessard
a ValueExpression object with the modified String 5. Evaluate the ValueExpression As you see, it's complex and providing us with your real use case would allow me to give you a better alternative. Regards, ~ Simon On Thu, Jan 15, 2009 at 10:23 AM, Pierandrea Cercato cerca...@gmail.comwrote: I

Re: Retrive through uicomponent binding backing bean object

2009-01-15 Thread Simon Lessard
Hi, Wouldn't that logic fit better in the set method of the object itself? Regards, ~ Simon On Thu, Jan 15, 2009 at 10:45 AM, Pierandrea Cercato cerca...@gmail.comwrote: Hi Simon, Actually i'm using an a4j ajax functionallity. I've a table and an onchange event on a textarea fire

Re: [Trinidad] adf rich client

2009-01-14 Thread Simon Lessard
Hi Stefan, Yes Oracle annouced that 2 years ago, see http://incubator.apache.org/projects/rcf.html and stay tuned. I hope Oracle is going to do the code drop by next JavaOne. Regards, ~ Simon On Wed, Jan 14, 2009 at 8:02 AM, Meyer, Stefan s.me...@sinnerschrader.dewrote: Hello, The adf

Re: [myfaces-core] javax.crypto.IllegalBlockSizeException: Input length must be multiple of 8 when decrypting with padded cipher

2009-01-14 Thread Simon Kitching
I meant issue https://issues.apache.org/jira/browse/MYFACES-1838 Simon Kitching schrieb: I've added a note on the bugzilla issue https://issues.apache.org/jira/browse/MYFACES-1786: quote I don't believe this is a bug at all. Unless I've misunderstood something, it's just missing

Re: Tomahawk besides trinidad

2009-01-13 Thread Simon Kitching
implementation, then the logfiles will contain information on which faces-config files are being processed on startup (and in which order). Regards, Simon -- -- Emails in mixed posting style will be ignored -- (http://en.wikipedia.org/wiki/Posting_style)

Re: Possible Leak in MyFaces Orchestrea

2009-01-02 Thread Simon Kitching
for your very clear problem report.. Regards, Simon Steve Ronderos schrieb: Simon, Sorry about the top-post I wasn't thinking (and my email client is a piece...). I too looked around for the spec on what should happen when a session times out. We are using OC4J :-( . I'll file a bug report

Re: using orchestra with jsf

2009-01-02 Thread Simon Kitching
sarathmavilla schrieb: Simon Kitching wrote: Hi Sarath, On Wed, 2008-12-31 at 02:46 -0800, sarathmavilla wrote: hi, iam new to myfaces orchestra and i dont know how to use it in my application. i search for samples of conversations, but i cant get it. can u please give

  1   2   3   4   5   6   7   8   9   10   >