Search:

Type: Posts; User: Ilya Boyandin; Keyword(s):

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    16,373

    This JSP includes itself recursively: 1....

    This JSP includes itself recursively:


    1. ${node.title}
    2. <div class="children">
    3. <c:foreach var="node" items="${node.children}">
    4. <c:set var="node" value="${node}"...
  2. AspectJ weaver is initialized four times

    Hello all!

    I see in the log file that the AspectJ weaver is initialized four times. It seems that there are four different classloaders (I don't know why either) and it's initialized for each...
  3. Replies
    3
    Views
    1,112

    Yes, another solution is to create a form object...

    Yes, another solution is to create a form object which has fields for both types of addresses and can then produce an address object of the proper type (after form submit when all the field values...
  4. Replies
    3
    Views
    1,112

    Conditional binding

    Hello all,

    There is a form in which users can enter/change their addresses. There are two kinds of addresses: local and foreign. A user can change a local address so that it becomes a foreign one,...
Results 1 to 4 of 4