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...
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...
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...
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...
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...
Fraternal asked 11/12, 2014 at 16:37
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...
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...
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...
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...
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...
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...
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 ...
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...
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 ...
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...
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?
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.