Pari Gandhi

Greenhorn
+ Follow
since Feb 26, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Pari Gandhi

have you tried debugging?
15 years ago
JSF
If you are using Facelets, make sure that you have



If you are using JSP, make sure that you have



at the top.
15 years ago
JSF
The SourceCodeServlet is used to serve the source code (jsp) as a html page.


For Example : http://www.irian.at/myfacesexamples/masterDetail.jsp.source

This is what the servlet does:- (Nothing fancy)

15 years ago
JSF

See http://wiki.apache.org/myfaces/JavascriptOpenNewWindow for more information
15 years ago
JSF
As Balusc said, JSF comes with a validation framework. Its quite good.

BTW, I recently read about the Oval framework (http://oval.sourceforge.net/) - Havn't used this though.

See http://code.google.com/p/jsfatwork/ for a full stack JSF application with Oval framework.

15 years ago
JSF
you could use a phase listener to add the message to the faces context before rendering the page.





15 years ago
JSF
15 years ago
JSF