Questions tagged [icefaces-2]

24 questions
0
votes
1 answer

GMapLatLng in ICEfaces

I want to show a list of points (lat and longs) using GMapLatLng. But when I run the project it gives a null pointer exception in "latlngList.add(l3); " line. what is the reason for that, and what should I do to over come? Backing bean public class…
Isuru Gunawardana
  • 2,847
  • 6
  • 28
  • 60
0
votes
2 answers

programmatic partial submit

my form consists of following elements: icefaces text field to enter search criteria. icefaces command button (find) to make partial submit and populate a div with new list of matched users. other two icefaces text fields, when submitting whole…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
1 answer

Apply a style to a specific ice:column

My question is pretty basic but cannot find an answer on Google. I do wonder if I missed something about the ice:column component. I do use code like :
Wis
  • 705
  • 1
  • 11
  • 34
0
votes
1 answer

Generating unique ID attributes in datatable with JSF2 and IceFaces2

I'm trying to use a code which looks like :
Wis
  • 705
  • 1
  • 11
  • 34
0
votes
2 answers

JSF2 + IceFaces 2 - Retrieve UIComponent from ViewRoot

I've got hard time resolving the following. My problem is quite simple : I would like to highlight in red the forms fields that triggered validation errors. The error messages are placed correctly in the FacesContext using a context.addMessage(...)…
Wis
  • 705
  • 1
  • 11
  • 34
0
votes
2 answers

How to hide messages with id javax_faces_developmentstage_messages

sometimes, i see generated info messages (not validation) at bottom of xhtml pages with id javax_faces_developmentstage_messages how can i prevent such messages from being generated in a specific page, i don't want to change the attribute of…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
1 answer

ICEfaces 2.0.2 with JSF 2.1.3

i want to use latest version of ICEfaces which is 2.0.2 with latest version of JSF which is JSF 2.1.3 and i was wondering if anyone have used both of them with no problems, because i don't want to face future problems after this upgrade. currently i…
Mahmoud Saleh
  • 33,303
  • 119
  • 337
  • 498
0
votes
1 answer

Group Box in IceFaces

I want to achieve something like this in Icefaces. HTML has a legend tag which helps. Is there any way to use that tag in IceFaces ? If not, how can we do this in IceFaces ?
DevInFlex
  • 50
  • 1
  • 10
0
votes
1 answer

How can i download ICEfaces-1.7.0 Netbeans plugin?

kindly help me out in find the ICEfaces-1.7.0 Netbeans plugins. In the offical site i can see it in the download list but there is not any download link. You can see it in the following link http://www.icesoft.org/java/downloads/detail-1-8.jsf IDE…
Kamran Omar
  • 1,815
  • 9
  • 31
  • 49
1
2