Ok, so I've done it like this...
public class LogoutController implements Controller {
private facade myFacade;
/** Creates a new instance of LogoutController */
...
Type: Posts; User: dmosses; Keyword(s):
Ok, so I've done it like this...
public class LogoutController implements Controller {
private facade myFacade;
/** Creates a new instance of LogoutController */
...
This should be straight forward, but I'm not sure how to proceed...
I just want to perform an action in response to a button press - specifically log a user out of the system.
There's no form,...
Does anyone know how I can do this with Spring.
I'm developing a web based app with a PostGIS DB back end, which requires that I add the geometry and box3d data types to each connection.
From...
Thanks, that's useful...but I'm quite new to all this.
Could you shed a little light on how that would work? I thought that formBackingObject added a single object to the model called...
Ok,
I have a simple table, generated dynamically from a collection of user details. Each row corresponds to a user, with a tick box to allow user to be selected. This works fine if I use check...