This setup looks very much like what I want to accomplish with some of my projects, but I'm still a little confused about whats going on.
how is your defaultTemplate.jsp putting these properties...
Type: Posts; User: rwells; Keyword(s):
This setup looks very much like what I want to accomplish with some of my projects, but I'm still a little confused about whats going on.
how is your defaultTemplate.jsp putting these properties...
Daniel,
your response about interceptors sounds very interesting. Could you expand on that a bit. Or perhaps point to some areas of the documentation that discuss what you are talking about. ...
Thanks ojolly,
Thats the route I was looking at going. however in some of our UI designs we've been using links instead of buttons. I may have to do something with a hidden field, or come up...
I'm struggling a bit with how to implement isFormChangeRequest. Has anyone put this method to good use?
Here's the situation we're trying to handle. We've got several forms that are fairly...
Does anyone have an example of an editable Master - Detail form scenario? Most of the example code in the petstore and petclinic seems to be examples where one item is edited at a time.
How would...
Thanks Colin,
I think that clears things up a bit. I've located the javadoc on CustomDateEditor and it's comments on BaseCommandController are helpfull.
Roy Wells
Are there any typical Date Property editors available?
If i'm understanding the docs correctly PropertyEditors are also used for the the Web data binding to command objects. Is there a best...
I seem to be having a problem with dates, and I can't seem to find the appropriate docs to explain if what I'm trying to do is correct or not.
I have a bean def such as..
<bean id="somebean"...
I haven't found any solution to this problem yet.