Spring Operator

Results 417 comments of Spring Operator

**[Michał Bartczak](https://jira.spring.io/secure/ViewProfile.jspa?name=bartczam)** commented Comment pasted from parent task: If possible, I'd like to reopen that bug. It had happened to me also in following example: \ \ \ \ \...

**[Alain Bergeron](https://jira.spring.io/secure/ViewProfile.jspa?name=berkum)** commented Problem in the link to the jira http://jira.springframework.org/browse/SWF-1008

**[Jeremy Grelle](https://jira.spring.io/secure/ViewProfile.jspa?name=jeremyg484)** commented Yes, this is a known problem, that there is no way for to work without JavaScript. A number of approaches have been considered, but as you suggest,...

**[Sven Helmberger](https://jira.spring.io/secure/ViewProfile.jspa?name=shelmberger)** commented For now we are using a special ActionListener. It finds all chilren of the source component and stores them as a map in the flashScope.

**[Christoph](https://jira.spring.io/secure/ViewProfile.jspa?name=chris82)** commented Hi Sven, could you please explain to me how you solved the problem, using an ActionListener? I'm working for a german institute and we are planing to use...

**[Sven Helmberger](https://jira.spring.io/secure/ViewProfile.jspa?name=shelmberger)** commented It goes something like this: public class MyActionListener implements javax.faces.event.ActionListener { private ActionListener delegate; public MyActionListener(ActionListener delegate) { this.delegate = delegate; } public void processAction(ActionEvent event) throws...

**[Sven Helmberger](https://jira.spring.io/secure/ViewProfile.jspa?name=shelmberger)** commented my company is currently preparing the release of an open source framework called OpenSAGA (named after the SAGA standard of the german federal government). It will be...

**[Arnljot Arntsen](https://jira.spring.io/secure/ViewProfile.jspa?name=arnljot)** commented This is easy to implement. The class org.springframework.faces.ui.DojoWidgetRenderer doesn't take into consideration that the constraints attribute of DojoWidgets is a bit particular. Today the "getDojoAttributesAsString" will not...

**[Arnljot Arntsen](https://jira.spring.io/secure/ViewProfile.jspa?name=arnljot)** commented Maybe it's the wrong issue? Maybe there should be a new separate issue for the short commings of DojoWidgetRenderer. But it's hard to tell since spring-faces is...

**[Keith Donald](https://jira.spring.io/secure/ViewProfile.jspa?name=kdonald)** commented See http://forum.springframework.org/showthread.php?p=197412 for more info.