Search:

Type: Posts; User: geekinfo; Keyword(s):

Search: Search took 0.01 seconds.

  1. @mlarchet Thanks. I'll try that out.

    @mlarchet Thanks. I'll try that out.
  2. Multiple message bundles (i18n) for a web project.

    Is there a way to load multiple message bundles (per locale) in Spring MVC? I'm looking at loading "messages.properties", "errors.properties", "menus.properties", etc., for every locale (en_US,...
  3. A thousand apologies. Missed including the...

    A thousand apologies. Missed including the error.jsp in the main page. duh!
  4. Error messages get dropped during re-direction from Controller.

    I've a multi-action controller which has a LIST method (for displaying a table of entries w/ URLs) & an UPDATE method (for capturing data from a form & pushing to the DB). The URLs in the LIST get...
  5. Replies
    4
    Views
    1,241

    Thank you both for your suggestions. @Rober2D2...

    Thank you both for your suggestions.

    @Rober2D2
    Would you know if by using <form:errors/> tag one can manage the placement of the actual error text (along w/ some CSS) anywhere on the page, or...
  6. Replies
    4
    Views
    1,241

    Displaying error messages.

    Hi,

    I have a simple login form which captures a uname/passwd for authentication. No Spring Security being used (yet). The problem is when the authentication fails, an exception is raised which is...
  7. Replies
    2
    Views
    852

    Thanks Sami. I'll give it a shot. But is there...

    Thanks Sami. I'll give it a shot. But is there something we can do by means of configuration to achive this?
  8. Replies
    2
    Views
    852

    Mapping URIs to views.

    I'm looking to map URIs to file names that do not match the URI name. Example:

    need to map /login.app to an actual page like /WEB-INF/pages/loginForm.jsp

    Note that the URI name is login and...
  9. Thanks again. Got this working. Instead of a bean...

    Thanks again. Got this working. Instead of a bean id, I provided a bean name="<URI>" & it works. Something like-

    <bean name="/login.app"...
  10. Thanks a lot for the update. Not to be picky, but...

    Thanks a lot for the update. Not to be picky, but I assume this is what you meant:

    bean id="aboutController" - I suppose any name should be fine
    property name="viewName" value="<actual view page...
  11. A simple ForwardAction equivalent in Spring MVC

    I'm a new to Spring MVC & I'm trying to figure a way to forward a request URI to a JSP. This is somewhat an equivalent of...

    <action path="/flush"
    ...
Results 1 to 11 of 11