0
votes
1answer
8 views
Dynamically generate pairs of columns with rich:columns
Is it possible to dynamically generate pairs of columns using RichFaces' rich:columns component? (Version 3.3.0)
Ideally, I'd like to generate something resembling the following:
…
3
votes
1answer
241 views
File upload using RichFaces
I am currently looking in to some file uploading using Java Server Faces. I've found this great introduction to it using RichFaces. However, I have some troubles understanding the …
1
vote
2answers
849 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 fi …
0
votes
2answers
24 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 toget …
1
vote
1answer
239 views
Accessing the value of a Richfaces calendar during validation.
I am trying to validate a field based on another field's value.
<h:form id="item">
<s:validateAll/>
<h:selectBooleanCheckbox id="selected" value="#{bean.selecte …
0
votes
3answers
104 views
Facelets and JSP in same project?
Is it possible to use Facelets pages and .jsp style ICEfaces pages in the same project? In looking at the ICEFaces Facelets tutorial, the migration appears to be an all-or-nothing …
0
votes
2answers
82 views
Navigation in Java Server Faces, Redirecting with correct Paramters
I have a page http://mypage.com/items.jsf
This page takes the following for granted:
ID is set by GET or ID is set by POST
Now, I can manuall call items.jsf?ID=10
But what I …
0
votes
2answers
84 views
Netbeans Facelets code completion
Does anyone know how one can enable the code completion for xhtml (facelets) files in Netbeans (6.7.1)?
According to some information I found on Google it is a known issue that the …
0
votes
5answers
1k views
Javascript form submission to activate Spring Web Flow transitions with JSF integration
Hello guys,
I`m developing an application using Spring WebFlow 2, Facelets and JSF. One of my flows does have a page that must trigger a form submit at certain events. For each di …
0
votes
1answer
16 views
How do I get the scope attribute on my table headers when using MyFaces 1.1?
Hi,
I'm using MyFaces 1.1.7 with Facelets and Tomahawk.
When creating a regular data table, like:
<h:dataTable value = "#{Datamanager.data}" var = "row">
<h:column&g …
0
votes
1answer
85 views
cannot use values from beans in facelets custom component
Hi,
i cannot use any bean value in my custom control.:
for instance:
this is my foo.taglib.xml file.
<facelet-taglib>
<namespace>http://www.penguenyuvasi.org/tags&l …
3
votes
1answer
71 views
How to generate facelets documentation
For JSP and some JSF tags there is a tool called TLDdoc that generates JavaDoc-style documentation for the JSP and JSF tags.
Does anybody know an equivalent for Facelets? There is …
1
vote
1answer
47 views
Replacing Java Servce Faces Error Pages
Is it possible to replace the standard error pages such as
500 Internal Server Error
These include information such as Stack Trace etc. But for the Users when the Page is in Pro …
1
vote
2answers
146 views
Include non-Facelet content in a Facelet template
Is there a way to have the content of an html file inserted into a Facelet template? The Facelets tag will not work since it is only for including Facelet content.
To put it ano …
1
vote
2answers
386 views
Redirecting on session timeout in JSF-Richfaces-facelet
I am using JSF with RichFacecs to create a web portal .I want to redirect the user to the login page on session time out. I was trying to throw a SecurityException in session expir …
