3
votes
3answers
332 views
open detail view with request parameter
I created a simple master/detail using myfaces and richfaces. By clicking a h:commandLink in the rich:dataTable the user is able to open the detail view and edit the entity.
Now I want to create a …
1
vote
3answers
95 views
Does myfaces ExtensionsFilter change page encoding?
two days ago i started using tomahawk ExtensionsFilter components im my jsf application.
i noticed that all javascript alerts were not displaying special characters (ç, ã, ó ô), it displays things …
1
vote
1answer
19 views
Eclipse MyFaces Wizard?
Hello,
I am new to java development and a customer uses MyFaces for MVC based website development. While I know the ASP.NET based MVC Framework from Microsoft and the possibility of easily adding new …
1
vote
1answer
15 views
Java, MyFaces 1.1, Tobago and How to create resusable web components
Assume you want to create some form of web-dialog that allows you to do something. For instance querying for some information by filtering some selection criterias. This dialog might consist of a …
1
vote
2answers
116 views
‘A4J’ is undefined
hello
i have a problem with ajax4jsf library on ie7 it give me error 'A4J is undefined' but this error not appear on firefox and chrome
library which i used
myfaces1.1.5 and ajax4jsf1.1
Here is my …
1
vote
1answer
157 views
JSF Myfaces NullPointerException: serialFactory
Hi Guys, Im a bit at my wits end here. Im getting the following in my logs when I try to render a JSF page:
java.lang.NullPointerException: serialFactory
at …
1
vote
2answers
999 views
Troubles Iterating Over A HashMap with JSF, MyFaces & Facelets
Hi all,
I'm having some trouble looping over a HashMap to print out it's values to the screen. Could someone double check my code to see what I'm doing wrong. I can't seem to find anything wrong …
1
vote
1answer
889 views
How to create conditions based on user role using JSF/MyFaces?
What options do I have to read the roles of the current user from my JSP pages? I'm aware of the visibleOnUserRole="myRole" attribute on Tomahawk components, but I need roles for a bit more …
1
vote
0answers
902 views
Unified Navigation System for JSF (menus, breadcrumbs, sitemap)
We're using MyFaces, Richfaces & Restfaces to build a website on top of Oracle Stellant CMS. We're not using Site Studio. Are there any widgets/combination of widgets out there that could provide …
0
votes
1answer
7 views
Removing MyFaces Orchestra’s “conversationContext” GET parameter from static resources (css, images)
MyFaces Orchestra adds a ?conversationContext=x to each resource on a page. Since I'm not using the conversation scope for the public part of my project (only for the admin part), I'd like to get rid …
0
votes
0answers
47 views
Property Editor not registered with the PropertyEditorManager error on Custom Validation Tag (java)
Hello,
I am using TomCat 5.5 with MyFaces 1.1 and am trying to implement a custom regex validation tag.
My RegExValidator class looks like this:
public class RegExValidator implements Validator, …
0
votes
3answers
34 views
Solving “loader constraints violated when linking […] class” error in Java
I am new to Java and experiencing problems understanding exceptions thrown by the framework.
Right now, I am trying to implement a regular expression validator into an application consisting of Java …
0
votes
2answers
62 views
MyFaces vs Sun Reference Implementation of JSF
Maybe, some performance comparison or some noticeable specific differences is what I want to know.
As I heard there is no really big difference. Hence, I've got one more question. For what purposes …
0
votes
2answers
41 views
Explain to me the different JSF component libraries relate
Even though i spend whole days developing a JSF application, i've never had any training on the matter and I have to admin I am a still confused how the whole JSF puzzle fits together. JSF just looks …
0
votes
1answer
34 views
Spring Faces Error faces:flow-builder-services
Hi. I have this java web app running on spring framework with web flow. I tried integrating it with spring faces but I get this error in my config file
org.xml.sax.SAXParseException: The prefix …
