Re: Submitted values lost - view is "refilled" everytime with model values

2007-05-01 Thread Torsten Krah
Got it - maybe.

This works:

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";
xmlns:f="http://java.sun.com/jsf/core";
xmlns:h="http://java.sun.com/jsf/html";
xmlns:clay="http://shale.apache.org/clay";
xmlns:s="http://shale.apache.org/core";
xmlns:t="http://myfaces.apache.org/tomahawk";>






 Content




This works not:

http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";
xmlns:f="http://java.sun.com/jsf/core";
xmlns:h="http://java.sun.com/jsf/html";
xmlns:clay="http://shale.apache.org/clay";
xmlns:s="http://shale.apache.org/core";
xmlns:t="http://myfaces.apache.org/tomahawk";>







 Content





Removing the span for the "f:view" which assigns my locale (tested, i
can use a static value or a EL expression, both works assigning the
locale), but both breaks the formular.

Removing the span - magic my formular work, no values are lost.
Taking it back it breaks again.

Can anyone confirm this? If yes, i am going to open a jira issue.

Torsten


smime.p7s
Description: S/MIME cryptographic signature


s:inputSuggestAjax an Shale/Clay

2007-05-01 Thread Hermod Opstvedt
Hi

Has anybody made the inputSuggestAjax component work in a Shale/Clay
environment. It's posting to the server, but it's not calling my method on
the configured bean. It just disapears

Hermod