I have a code which includes a
<p:panelMenu></>
is it supported only by primefaces3.4? I have used it using Primefaces 3.2 and 3.3.1 also but it was generating an error regarding that particular tag.
After using 3.4 it is generating a different error as "Unresolved compilation problems:the import oracle cannot be resolved OracleDataSource cannot be resolved to a type".. But my code was working fine before including that tag. Is it really a database related problem or panelMenu has any issue? Plz help.
Thanx in advnce.
Related
Can anyone outline steps to resolve issue with gollum not rendering math?
I am running gollum with --mathjax but it doesn't produce desired outcome.
My version of gollum is 5.2.1.
I am trying to render this file: https://github.com/mojombo/gollum-demo/blob/master/Math.pod
I'm busy getting this red-line when trying to use <rich:notifyMessage>. I'm used to primefaces but for this project richfaces is inevitable, hence i'm quite a novice here. I'm using richfaces 3.3.4 final and all required jars are included. What could I be missing? Is there a perfect alternative for a notification message pop-up apart from <rich:message> or <rich:messages>? I'd really appreciate a working example too. Thanks in advance.
I'm working with a web application with the following
jsf 2.3.3
Prime Faces 6.2
Omnifaces 3.0
Payara 4.1, build 181
The problem is that, in all the ajax calls (with p:ajax for example) in the Payara console I see the following
JSF1091: No mime type could be found for file null
My difficulty is that I never saw an error like this in which the word after "file" is "null". Someone have experienced the same issue?
How can I solve the problem?
Thank you
Check if you are loading any Javascript files via outputScript, if that is the case try removing the target attribute from those tags.
I've downloaded the ICEFaces 2.0.2 bin-files, but I cannot find the tag "inputFile"; I can only find a tag called "fileEntry"
What am I missing? I want to implement something like:
http://component-showcase.icefaces.org/component-showcase/showcase.iface
I've also added to my xhtml page the namespace:
xmlns:ice=http://www.icesoft.com/icefaces/component
But, netbeans tells that there's no library with that namespace.
Indeed, looking at the component-showcase in sample folder it says the following
Deprecation Notice:
The ice:inputFile component is deprecated in ICEfaces 2.
A next generation file upload component ('fileEntry') is available as
part of the ICEfaces Advanced Components.
For more information on the fileEntry component see the online
documentation.
Thanks anyway !
I am working using richfaces 3.3.3 , tomcat 6. when i try to access my application using IE6 and the windows language is set to arabic, i get the following exception:
IllegalArgumentException: Parameter "size" for convert from HTML to java can not be decoded: [1px], reason: Unparseable number: "1px".
when i change the windows language back to english, restart the server and try to log in again everything works fine..
Can anybody please help me with this issue
You have this problem. Unfortunately it seems to be a bug in the NumberFormat class.
I managed to find a workaround: In your rich:tabPanel, add the attribute headerSpacing="1" (without any unit). This will solve the parser problem. Took me quite a while debugging jsf and jdk to find out...
One more thing you need to do: In your skin, set generalSizeFont to a value without a unit. I.e. for example "generalSizeFont=11". Otherwise you will get the exception for icons (they will still work, though).