jsf-1.2 Questions

4

Solved

I came up with a strange problem. I tried to isolate the problem so following is my simplified code. public class MyBean { private List<Data> dataList; Data selectedData; public MyBean...
Popedom asked 17/1, 2013 at 3:20

5

Solved

I have a web-application where the users can be sent directly to some specific pages (such as a page where he can view or edit an item). To achieve that, we provide a specific url. These urls are l...
Coeternal asked 27/10, 2010 at 11:45

2

Solved

I am trying to toggle a page that shows a <rich:dataTable>. Before I just included the <ui:include> template and it would just show the table the whole time. <ui:include src="../log...
Orinasal asked 9/9, 2013 at 17:27

5

I wanted to understand impact of 'javax.faces.PROJECT_STAGE' property for a JSF application. A nice use case was presented in below links https://dzone.com/articles/jsf-20-new-feature-preview-ser ...
Stamata asked 5/10, 2013 at 4:20

3

Solved

Ok bit of a strange one here, Iv not seen any other reports of this, we have had some UI bugs reported from IE11 users recently, after doing some testing I realised that after performing a reRender...
Communalism asked 25/2, 2014 at 13:15

4

Solved

Getting following exception in Jboss 5.0 EAP but it work fine in JBoss 5.1 GA. we are using POI 3.7 and jars included are poi-3.7.jar poi-ooxml-schemas.jar poi-ooxml.jar The stack trace is ER...
Dinky asked 8/11, 2012 at 7:38

5

Solved

I have a JSF page with a rich:dataTable where, in each row, I put h:commandLinks to lead to pages with the details of the row selected. I wanted to make the whole row clickable, calling the action...
Leroi asked 7/12, 2011 at 20:33

2

I have an ADF web application with Faces 1.2 In my managed bean I am trying to access the parameters of the post request, but always getting null. This is my post form that I am posting to the F...
Bacteriostat asked 6/5, 2014 at 20:4

2

Solved

Our application cannot run with IE11 and EM. We are using modify JSF-1.2 and RichFaces 3.X . When we run Web page on IE11 without EM all working OK, but we have to use IE11 with EM. Is any possible...

2

I'm migrating my project from WebSphere 7 to WebSphere 8 and I'm using JSF 1.2. I was facing a problem with IBM JSF/html_extended tags and also standard converters, which are mainly JSF 1.2 core ...
Overwrought asked 23/4, 2012 at 19:10

1

Solved

I am using the javax.faces.render.Renderer class to render my custom components. I override either encodeBegin or encodeEnd to achieve my desired output. I would like to know when should I use eit...
Postimpressionism asked 10/7, 2013 at 12:23

1

i have an h:inputTextarea with some a4j:support to update the model on demand <h:inputTextarea rows="15" id="taFreetext" value="#{customInput.value}" required="true" onkeyup="textAndLinesCou...
Quiche asked 14/12, 2012 at 15:9

2

Solved

I have the problem that if I autoformat a XHTML file (JSF 1.2) in Eclipse with the keys CTRL + SHIFT + f, the output looks really bad and is not really readable anymore. My formated code: <spa...
Ligetti asked 13/11, 2012 at 11:4

1

Solved

Using JSF 1.2 and JSP.... Is it possible to iterate over a Map whose values contain Collections? I have a Map that looks like this: Map<String, List<Foo>> myMap; I would like to ite...
Breton asked 2/10, 2012 at 20:10

1

I am using JBoss4.2 with the eclipse IDE. When I run the hellojsf program using JSP view technology, it works fine. When I try with Facelets usings the same components, I am getting the below excep...
Hifalutin asked 20/6, 2012 at 7:24

2

Solved

I am new to JSF an was trying out this piece of code.. This is my faces-config.xml: <application> <resource-bundle> <base-name>messages</base-name> <var>msg</va...
Phinney asked 7/6, 2012 at 6:54

1

Solved

I have been using JSF + RF for over 2 years and have'nt had a chance to extend the existing capabilities of components. Now the requirement is I have to trim the string and display it if it is mor...
Hectometer asked 22/2, 2012 at 14:16

1

Solved

I am currently running a legacy JSF application on JBoss AS 4.3. I believe that this implements JSF 1.2. However, when I looked at the faces-config, I saw that it was using the JSF 1.1 DTD. Which ...
Lassa asked 17/2, 2012 at 14:14

2

Solved

I have a <h:inputText> which accepts a long value like this <h:inputText value="#{ServiceTable.ID}" /> The property is declared like this public class ServiceTable { private long ...
Goddard asked 20/9, 2011 at 14:21

0

I am writing a Facelet tag file in JSF 1.2. I want to be able to reference the parent container. In JSF 2.0 I could make this a composite component and use #{cc.parent}. But is there a JSF 1.2-equi...
Garman asked 8/12, 2011 at 1:10

1

Solved

I am using a datatable and for each row I have two buttons, an "Edit" and a "Delete". I need these buttons to be read-only, i.e. disabled, if a certain condition is met for the row in question. I ...
Gigantopithecus asked 30/11, 2011 at 11:36

1

I'm noticing a lot of issues operating the "hot deploying" of JSF pages in the following environment: Eclipse Indigo(latest version) Tomcat 5.5 JSF 1.2 Facelets View Handler I noticed that, if ...
Deina asked 27/9, 2011 at 9:52

2

Solved

We have an a4j:outputPanel that is ajaxRendered. Is there a way to call a javascript function each time it is (re)rendered? I know that we could put a call in every element that could possibly subm...
Waftage asked 21/10, 2011 at 16:1

6

If I have an exception in my business layer (e.g. a SQL exception in my JDBC connection bean), how can I propagate it with a custom message to a global error.jsp page?
Inapproachable asked 20/1, 2009 at 9:37

2

Solved

In my application i need to add a row on a click of a button and this button will be in all the rows. Need help to do this? Item Class public class Item { public Item() { } private String valu...
Builtin asked 17/2, 2010 at 4:40

© 2022 - 2024 — McMap. All rights reserved.