Hello,
I'm using sp:message tag in my jsp to present a internationalizated date format to the user. I mean, the date format that comes from de database is yyyymmdd hh:mm, and I'd like to convert...
Type: Posts; User: pedrodx; Keyword(s):
Hello,
I'm using sp:message tag in my jsp to present a internationalizated date format to the user. I mean, the date format that comes from de database is yyyymmdd hh:mm, and I'd like to convert...
Hi all!! First of all, I didn't know where to post this topic, if was here or in the web forum, but, let's go!!
I have a form with several actions and so, a MultiActionController to handle...
Hi! That didn`t solve the problem, because the code snippet you pass to me took that I should want to pass information from the bean to the form, and what I want to do is just the inverse!! I want to...
Hi!! I have a bean "ligacao" and a property "destino" that is also a bean... When I use:
<spring:bind path="ligacao.destino">
<select name="destino">
<jsp:useBean id="destino" scope="page"...
Hi! I'm working with JSP / JSTL, and I have a form that has multiple submit sources, i. e. 4 submit buttons and one dropdown that submits the form.
The form is submitted to a method of a Spring...
Hi all!! I need to know if ModelAndView object when returned is directed to the DispatcherServlet, in this case to be redirected to another controller, to the FacesServlet, in this case to be...
Hi all!! First of all, I want to know if it is possible, and if so, how can I do that in terms of code.... can you please help me??
Thanks in advance!!