The SimpleFormController is targetted towards two way communication (Inserting, updating a form).
We recommend that you extend the AbstractView.
Type: Posts; User: Jeff Lee; Keyword(s):
The SimpleFormController is targetted towards two way communication (Inserting, updating a form).
We recommend that you extend the AbstractView.
A potential risk is that the order of the comma separated values may not always be consistent.
If the JSP developer hides the time fields or moves them around, there's a risk that the information...
Your "success" view should implement a RedirectView. This tells the browser to redirect to a JSP instead forwarding. This means that when the user refreshes, they are simply reloading the success...
In my opinion, if you want to "format" a java.util.Date object at the JSP level, use a format tag from JSTL.
For example:
<fmt:formatDate value="${myDate}" type="date" dateStyle="full"/>
Where...
I'm looking for more if a "best practice" answer.
Why set the command class when the application works fine hard coded?
Why rename the command to something else when the word "command" is just...
The least they could have added was a cross platform "fit to screen" option in the UI widget. Lately, with the browsers and IE's quirky mode, I've been having trouble resizing an iframe or div to...
The command object is usually a one-to-one relationship with the Form Controller and Validator.
On one hand, the command class can be hard coded in the Controller/Validator such as:
public...
Hi Ben,
Your link to "viewtopic.php?t=1805" is just not panning out.
Can you relink the answer to this thread?
Thanks in advance.
Jeff