| Author |
Message |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 16/02/2010 06:24:49
|
sfryer
Joined: 28/07/2009 00:00:00
Messages: 10
Offline
|
When trying to expand a popup calendar or selecting a date a Javascript error occurs relating to j_idcl can anybody help me on this??
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 16/02/2010 09:37:16
|
judy.guglielmin
Joined: 20/02/2007 00:00:00
Messages: 1196
Offline
|
Did you get this error when trying to use component-showcase (compat version)? If so, which browser? If not, please deploy this sample application and look for differences between your application and it.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 17/02/2010 05:56:57
|
sfryer
Joined: 28/07/2009 00:00:00
Messages: 10
Offline
|
Thanks, where is the component showcase (compat version)?
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 17/02/2010 09:01:26
|
judy.guglielmin
Joined: 20/02/2007 00:00:00
Messages: 1196
Offline
|
It's a standard example application found within any of our distribution bundles. (when you download ICEfaces--whatever version-- look in the /samples folder)
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 21/02/2010 13:25:35
|
kalamar
Joined: 29/11/2009 00:00:00
Messages: 8
Offline
|
sfryer wrote:
When trying to expand a popup calendar or selecting a date a Javascript error occurs relating to j_idcl can anybody help me on this??
I have the same error in Firebug. I am using Firefox 3.6. The calendar examples in the showcase bundeled with the Alpha-dist works.
Here is my code:
Code:
[...]
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:ice="http://www.icesoft.com/icefaces/component">
<h:head>
<title>ICEfaces 2</title>
<ice:outputStyle href="./xmlhttp/css/rime/rime.css"/>
<h:outputScript name="jsf.js" library="javax.faces"/>
</h:head>
<h:body>
<div id="header">
</div>
<div id="content">
<ice:form id="iceForm">
<ice:outputText value="Welcome to ICEfaces 2. Add ICEfaces 1.8 components"/>
<ice:selectInputDate renderAsPopup="true"/>
</ice:form>
</div>
</h:body>
</html>
It seems to me that quite a lot of compontents don't works well.
Regards
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 01/03/2010 11:54:18
|
izafarid
Joined: 28/02/2010 00:00:00
Messages: 1
Offline
|
it's work actually, but not really work...
if you have one selectinputdate then renderAsPopup must false or you will get javascript error.
if you have more then one selectinputdate then at least one of it must false for renderAsPopup
test it on component-showcase.
Filename: component-showcase\WEB-INF\includes\examples\custom\selectInputDate.xhtml
Add renderAsPopup="false" at selectInputDate tag at line 72, then restart webserver
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 02/03/2010 08:53:06
|
smikesh
Joined: 01/09/2007 00:00:00
Messages: 21
Offline
|
judy.guglielmin wrote:
It's a standard example application found within any of our distribution bundles. (when you download ICEfaces--whatever version-- look in the /samples folder)
I cannot find it in IceFaces 20 distribution package..
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 02/03/2010 10:10:15
|
judy.guglielmin
Joined: 20/02/2007 00:00:00
Messages: 1196
Offline
|
What exactly are you looking for in the distribution bundle? If you are looking for the samples, then auction and basic example (showing jsf2, ICEfaces2 examples using <h:> and <f:> tags only) are in the /samples directory. If you are looking for examples of <ice:> components (similar to 1.8.x release), then you want to look in /compat/samples for the auctionMonitor and component-showcase examples.
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 02/03/2010 10:21:12
|
smikesh
Joined: 01/09/2007 00:00:00
Messages: 21
Offline
|
judy.guglielmin wrote:
What exactly are you looking for in the distribution bundle? If you are looking for the samples, then auction and basic example (showing jsf2, ICEfaces2 examples using <h:> and <f:> tags only) are in the /samples directory. If you are looking for examples of <ice:> components (similar to 1.8.x release), then you want to look in /compat/samples for the auctionMonitor and component-showcase examples.
Yes, Thank you, I have found it :)
I was looking for the showcase in order to test the Tree component
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 02/03/2010 12:39:57
|
judy.guglielmin
Joined: 20/02/2007 00:00:00
Messages: 1196
Offline
|
You can track the selectInputDate issue at ICE-5455
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 10/05/2010 08:43:43
|
arunjoyonline
Joined: 07/01/2010 00:00:00
Messages: 1
Offline
|
I downloaded the latest iceface2.0 and this issue is not yet fixed.
selectinputdate with renderAsPopup="true" gives a javascript error.
I am attaching a screenshot from ie;
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:h="http://java.sun.com/jsf/html" xmlns:ui="http://java.sun.com/jsf/facelets" xmlns:ice="http://www.icesoft.com/icefaces/component">
<h:head>
<title>TODO suply a title</title>
<link rel="stylesheet" type="text/css" href="./css/rime/rime.css"></link>
</h:head>
<h:body>
<h:form>
<ice:selectInputDate id="hh" renderAsPopup="true"/>
</h:form>
</h:body>
</html>
|
| Filename |
error.png |
Download
|
| Description |
Java Script Error in IE8 when clicked on the selectinputdate popup |
| Filesize |
58 Kbytes
|
| Downloaded: |
53 time(s) |
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 07/06/2010 06:20:26
|
frweisma
Joined: 02/07/2008 00:00:00
Messages: 10
Offline
|
The ice:selectInputDate works only in a ice:form.
If you change your h:form against ice:form, it will work
|
|
|
 |
![[Post New]](/JForum/templates/default/images/icon_minipost_new.gif) 07/06/2010 09:20:53
|
thierry_gagnaire
Joined: 02/06/2010 05:01:09
Messages: 45
Offline
|
Hello,
Question about the compat sample application :
(I've installed it and it works fine - but the HTML code of the Wed pages is not very readable).
How to absolutly know which XHTML source page in the application we are trying (while testing this demo application) ?
Thanks
Thierry
|
|
|
 |
|
|