Tagged Questions

0
votes
2answers
24 views

JSF page rendering error:Faces Context

I am getting the below messages when my JSF page gets rendered. The page is rendered correctly however in the Console the message below repeats itself numerous times... INFO: ERRO …
0
votes
0answers
9 views

Spring Faces Binding Fields

Hi.. I have this spring form in my JSP page.... I want to convert this into a Spring Face xhtml file. Is there any binding attribute for the form fields in spring faces so that I c …
0
votes
0answers
34 views

Problem with rich:inplaceInput in rich:column having filteredBy condition

Hi All, I have 6 rich columns inside a datatable.I have 3 h:outputext and 3 inplaceinput enclosed in 6 rich:column.rich:columns have "filteredBy" condition.When I filter the data …
0
votes
1answer
70 views

Faces conversion service is not found for converting ‘dataModel’

While creating my first swf application with JSF integration, I get the following error : Unable to load class 'dataModel' when parsing my flow definition on the first request. It …
1
vote
2answers
47 views

Localization of default messages in JavaServer Faces

Hi, I'm trying to set up a norwegian version of a site built with JSF. I know how to display my own messages based on what locale is set to, but I'm having trouble with the default …
0
votes
0answers
192 views

How to read in Database Connection parameters?? Web.xml or via Managed Bean??

I have a web application that will be run on a windows 2003 server box. A http link will launch the web application(a jsp form) and that application opens up an oracle database(in …
0
votes
2answers
265 views

Rich Faces Tree Control for handheld device

Currently I have a rich tree which works as expected; however the tree itself is not appropriate for small devices where you use your finger for navigation. The arrow that represe …
0
votes
1answer
1k views

Generating a Faces Context manually

I have two systems I'm trying to integrate. One is built on raw servlets, the new one is build on JSF with IceFaces. I'm trying to facilitate cross-system sign on. The idea is that …
0
votes
1answer
239 views

How to remove default theme from Java Faces application?

I've never used Java before (C# is my domain), but now I have a task that I must apply a specific style to a tiny Java webpage. The style is from another ASP.NET application that w …
1
vote
3answers
547 views

Passing parameters between JSPs

Hi. Please bear with me here, I'm a student and new to Java Server Pages. If I'm being a complete idiot, can someone give me a good link to a tutorial on JSP, since I've been unab …
0
votes
2answers
375 views

Where do I find eclipse faces config editor palette

While running through the cheat sheet "create a navigation rule" it says "select the page control from the palette and ...". But where's this "palette"?