Messages posted by petar_b
[Logo]
ICEsoft.org Forums: ICEfaces, ICEmobile, ICEpdf
[Search] Search   [Recent Topics] Recent Topics   [Groups] Home Page | www.icesoft.org  [Login] Login 
Messages posted by: petar_b  XML
Profile for petar_b -> Messages posted by petar_b [74] Go to Page: 1, 2, 3, 4, 5 Next 
Author Message

deryk.sinotte wrote:

Is there a particular problem that you are facing by using this setting? When you say you would like a better solution, what would you like to see? There may be a way to hook directly into the JavaScript APIs provided by Liferay to prevent a full page refresh when you add an ICEfaces portlet but I'm not aware of what it might be. 


I am experiencing that page is refreshed twice when this setting is there. If I remove it things don't work properly. Twice refresh problem is now gone, we changed lots of settings and I don't exactly remember which one did the job... Thanks.
Hi,

Is it possible that ice:selectInputDate (icefaces 1.7.x) does not know about CEST timezone.

If I replace CEST with GMT+2 then date is shown correctly.

Thanks
Hi Atul, great that "portlet faces" framework it is. :)

petar_b wrote:

seriouskit wrote:
Any other solutions besides overriding Icefaces so far? Looking at the file upload function in this forum itself, it's not using standard Icefaces upload neither. Wonder why the team fixed the upload tag in that way. 


I don't think you will find anything better than glowbus's solution. Here is what I was trying to do http://www.quirksmode.org/dom/inputfile.html but iframe that is put by icesoft in their existing source will disable you to use javascript in the main page. 


Oh ! This was post from 2007. Sorry !

seriouskit wrote:
Any other solutions besides overriding Icefaces so far? Looking at the file upload function in this forum itself, it's not using standard Icefaces upload neither. Wonder why the team fixed the upload tag in that way. 


I don't think you will find anything better than glowbus's solution. Here is what I was trying to do http://www.quirksmode.org/dom/inputfile.html but iframe that is put by icesoft in their existing source will disable you to use javascript in the main page.
I am writting a small editable data table but I already see that I need more sophisticated example that can

add row, delete row, (and edit of course) all that with nice colors etc.. and eventualy icons to submit, etc...

Have anyone seen some nice example on web of table or willing to share a good one ?

Would appreciate ...
Thanks
Thanks a lot.

Why was this so difficult to answer for Icesoft, am I raising unclear questions ?

I would really like that all answers I ever sent to support I could have sent here, I think there were many interesting questions for everyone. I think that answering support questions here would enrich and raise the quality of this forum and could create this place a comfortable place for many developers.

Although I am paying for that support I wouldn't mind having these questions public.




Yes, same happened to me. I was so irritated by this that I have reinstalled new windows. Actually I keep ghost images of several versions from before and have found one without IE8.

I don't think that icesoft or liferay or anyone besides MS can fix this problem...

ken.fyten wrote:
Hi,

Currently there is no way to specify a position for the popup in the selectInputDate component. It would be helpful if you could explain why you'd like this feature? Is it to avoid having the popup display off the visible page when the component is far to the right or bottom of the window? Another reason?

There is a JIRA related to this you might want to vote for: ICE-3037.

Regards,
Ken 


If component is at the bottom of the page. Then user needs to scroll down to see it. Not acceptable for our client.

Also, some time selection control would be nice to have.
mistake.
Problem is inside windows after installing IE8. Even firefox has the same problem.
Code:
 <c:if test="${bean.state==1}">
                     <f:subview id="pCollSub">
                         <jsp:directive.include file="ABDetails.jspx"/>
                     </f:subview>	
 </c:if>
 <c:if test="${bean.state==2}">
                     <f:subview id="pCollSub">
                         <jsp:directive.include file="ABList.jspx"/>
                     </f:subview>	
 </c:if>
 
 


Is there any control logic that I can use instead jstl core, as I read that jstl core isnt supported, right ?

Excellent. Many thanks.
3 or 4 max.
I need to render portlet differently depending on some state. What is the best approach to this?

- Is it custom view: e.g. view, edit, view2
- Is it playing with "include" in jsp depending on a state
- Window state ?
- Make 2 portlets ?

Where to look into ? Any examples on custom view with icefaces? Supported?

Thx.

PS: Very simplieifed example:

Imagine portlet that on it's left part shows analog clock, and on the right part weather (clouds, sun..). Now depending on some conditions I need to show/hide left/right part. I also need weather and ana. clock portlets separetly.

 
Profile for petar_b -> Messages posted by petar_b [74] Go to Page: 1, 2, 3, 4, 5 Next 
Go to:   
Powered by JForum 2.1.7ice © JForum Team