Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,518

    I am using Tile 2.2.1. when I put the scriplet...

    I am using Tile 2.2.1. when I put the scriplet out of tile tag then there is no problem.

    <tiles:insertDefinition name="${_template}" flush="true">
    <tiles:putAttribute name="content"...
  2. Replies
    1
    Views
    1,518

    Scripting elements ...... are disallowed here

    I have the following scriptlet in a jsp file

    <%
    System.out.println( "Evaluating date now" );
    java.util.Date date = new java.util.Date();
    %>
    Hello! The time is now <%= date %>

    But I...
  3. Replies
    0
    Views
    998

    Add Dynamic ROLE to

    How can I add variable to the following ROLE list?

    <intercept-url pattern="/admin/**" access="ROLE_ADMIN_${id},ROLE_TELLER,ROLE_CUSTOMER"/>

    This didn't work. Any idea?
  4. Replies
    0
    Views
    542

    Can not login with SpringSecurity

    I am developing a new app with SpringSecurity. When I go to
    http://localhost:8080/springapp/admin
    SpringSecurity redirect me to
    http://localhost:8080/springapp/admin/login2.jsp
    but here I can...
  5. Replies
    6
    Views
    4,958

    Hi when I'm using ShowPassword="true", I'v got...

    Hi
    when I'm using ShowPassword="true", I'v got this error:

    "Attribute showpassword invalid for tag password according to TLD"

    and I checked the TLD there is no attribute like showPassword.
    ...
Results 1 to 5 of 5