I'm pleased to announce a couple of new postings at JSFCentral: an
interview with Stan Silvert about JSFUnit from last year's JSFOne
conference, and part 2 of Steven Murray's series on designing JSF
applications.
Here's an excerpt from Stan Silvert on Testing JSF Applications with JSFUnit:
Kito:
Hi
t:inputCalendar component has many changes from 1.1.3. It could be good to
have stack trace of the error.
regards
Leonardo Uribe
2009/8/31 Sansaricq Marcel-EMS002
> Hello,
>
> I am in the process of updating an application which currently uses jsf1.1,
> My faces 1.1.4 and tomahawk 1.1.3 t
Hi all, i'm a new at this list.
I would like to interested a howto about using the "interval" in the
schedule component, or where is the set of the default 1 hour
interval, because now i see ( 0:00, 1:00 ) 1 hour interval, but i
would like to change it to 15 minutes or more like ( 0:00 0:
With jsf 1.1 you can do it this way:
/**
* Check whether this request is an AJAX Request
* @return true if it is an AJAX Request; false otherwise
*/
protected boolean isAjaxRequest()
{
ServletRequest request = (ServletRequest)
FacesContext.getCurrentInstance().getExternalContex
Hello the main issue you have is you want to trigger from an outside
navigation a jsf page and you want to preserve the session, correct?
I assume this here is hardcoded right? src="http://localhost:9080/InvestInform/login/iimnall.jsf";
name="anzeige" id="anzeige" title="anzeige" />
what you
Some more findings on this
We further drilled down and identified that the objects set using
is not accessible within the method of
ActionListener attribute
However accessible in the method of Action attribute
In JSF 1.1 the objects were accessible by methods of both ActionListener
and A
Hi All,
we have recently upgraded to JSF 1.2 for which the myfaces and Trinidad
jars have been upgraded to
myfaces-api-1.2.6.jar,
myfaces-impl-1.2.6.jar,
trinidad-impl-1.2.11.jar and
trinidad-api-1.2.11.jar
previously we were using
myfaces-api-1.1.5.jar
myfaces-impl-1.1.5.j
7 matches
Mail list logo