Messages posted by neil.kyle
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icefaces.org  [Register] Register  [Login] Login 
Messages posted by: neil.kyle  XML
Profile for neil.kyle -> Messages posted by neil.kyle [13]
Author Message
Was there anything further on this or did you find a resolution to this issue? I am seeing this occur and I have just now download the latest icefaces jars - version 2.0.1 and it still occurs.

Any help on this would be greatly appreaciated.

Thanks!
I am also seeing this occur. This is on iceFaces 2 final. Did you ever sort your problem?

Thanks in advance!
Hey,

Did you or anyone else ever get anywhere with this? I am also finding this error and all I can find in the forums etc is that it is now sorted when it is clearly not.

I am now using ice faces version 2.0

Cheers
Hi,

Thanks for the reply.

I have an outputText working off a similar Highlight Effect successfully, however icefaces auto catches any e.g. text entered into a textbox that is bound to an integer variable. I can't seem to catch this myself as this validation happens prior to the valueChangeListener firing. The ice:messages display tag catches this and is therefore fine, but the Effect doesn't work on it.

Any thoughts?

Cheers,

Neil
Did you ever manage to sort this issue? I can't seem to apply an effect to ice:messages.

Thanks in advance,

Neil
Hi andreiij,

Did this fix work for you? I am seeing the same problem in that the ice:messages tag is not firing the effect that I have bound it to in the backing bean. Could you possibly post your code that worked or see where I am going wrong in mine please? My code is as follows:

XHTML markup:
-==========================-
<table align="center">
<tr>
<td align="center">
<ice:messages effect="#{bean.highlightAreaError}" />
</td>
</tr>
</table>
-==========================-

Backing Bean (Session):
-==========================-
public Effect getHighlightAreaError() {
return new Highlight("#990000");
}
-==========================-

Any input would be very helpful!

Thanks in advance,

Neil
Hi,

I was wondering how you got on with this query and if you sorted your issue? It sounds similar to mine. Could you possibly take a look at my post as no-one has answered it as yet.

Any help would be greatly appreciated!

Cheers,

Neil

http://www.icefaces.org/JForum/posts/list/18213.page
Additional info:

XHTML Tag:
<ice:inputText value="#{rowUI.quantity}" id="quantityInput" valueChangeListener="#{rowUI.quantityUpdated}" partialSubmit="false" immediate="true" onblur="setFocus('');iceSubmit(form,this,event);" />

The HTML rendered:
<input type="text" value="298" onmousedown="this.focus();" onkeypress="iceSubmit(form,this,event);" onfocus="setFocus(this.id);" onblur="setFocus('');iceSubmit(form,this,event);setFocus('');" name="specForm:specItemsTable:5:quantityInput" id="specForm:specItemsTable:5:quantityInput" class="iceInpTxt">

When hitting enter on the keyboard, the backing bean is actioned and the totals are all updated (by the backing bean method) and changed on the dataTable.

When simply clicking focus out of the text box the backing bean is actioned but the totals that are attempted to be changed by the backing bean DO NOT change on the dataTable.

Can't quite work out what is the problem and difference here between both types of form submit (return key and clicking out of the text box).

Thanks again for any input on this.

Neil
Hi,

Firstly thanks to anyone who has any input that may help me on this one!

Icefaces v 2.0 working with Tomcat v 6 through Eclipse 3.6.

Description of page:
I have a dataTable that binds to an ArrayList of Item objects in a session bean. Each row in the table has an inputText that affects the quantity of that row's Item property. The total quantity for all Items must not exceed a certain number (e.g. 10,000). When the table is first built the quantities all add up perfectly to this number (10,000). If the user changes anything the other values must change accordingly. If the user enters a value greater than 10,000 the number must revert back to the previous number (and a message will show - out of scope to this problem).

Specific problem:
The inputText has a valueChangeListener that is bound to a backing bean object. I am able to get the old value and new value and validate everything in here.

When I press return on the inputText the page posts back and all works as expected. However the problem is when I don't press return and simply click out of the text box after changing the value. The page does post back but changing the values of any of the Item objects takes no effect on the dataTable and it shows no changes! I have tried every combination possible with immediate and partialSubmit. I have also tried creating a inputHidden that posts back but all that happens here is that I get the focus stuck in the text box and nothing again changes.

Can someone help me with this please? Why does pressing return on the textBox work, but leaving focus on it does not (even though it posts back on both occasions to the backing bean method)?

I have tried iceSubmit(form,this,event) and iceSubmitPartial(form,this,even) too but to no avail.

Thanks in advance,

Neil
Hi Sree,

I am currently hitting these problems and am relieved to see someone else saying that they are saying the same thing!

How did you get on with this? Is it the case that if you want to use the composite components (i.e. EE) then you need to use ICEfaces 2.0? This would be fine but annoying to be honest since we are starting a brand new project just now and it looks like in a month to 6 weeks time this could all be out of date.

Thanks,

Neil
Hi,

I've downloaded ICEfaces 2.0 and am looking at the trail of Composite Components (EE). I am having trouble however as it doesn't seem to be compatible. I've dropped in the icefaces-compat.jar and the icefaces-composite-comps.jar to my project's lib directory but am still having the issues. Is this possible (if so what am I doing wrong?) or should I be looking to use ICEfaces 1.8 instead until the EE version is updated and compatible?

This would seem a shame as I'd like to make use of ICEfaces 2.0 even if it means using the composite components 1.8 in the meantime whilst waiting for it to be upgraded to 2.0 itself.

Can you shed some light on this please as I'm a bit lost with this? Any info would be greatly appreciated!

Thanks for your time,

Neil
Is there no fix for this as there have been a few similar posts and I've yet to see an answer?

Apologies if I've missed one but I have spent a while going through it and not seen one as yet.

Thanks
Hi,

The second pane of the panelDivider is wrapping below the first pane whenever I click on the resize bar. When I release the mouse button (whether I've resized the panes or not) the second pane then jumps back up to the correct place.

This seems to happen in Firefox, but works in IE 8 (both compatibility view and not), Google Chrome and Opera.

Could someone please help me with this asap? I am trying to convince my bosses to move onto iceFaces enterprise, but this is a component that I need for my short demo.

Thanks in advance!
 
Profile for neil.kyle -> Messages posted by neil.kyle [13]
Go to:   
Powered by JForum 2.1.7ice © JForum Team