Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    727

    Property for the subflow-state

    hello,
    I have problem with providing a property to subflow-state. I use PR5 and my flow.xml contains:



    <subflow-state id="threadEdit" flow="messageEdit">
    <property...
  2. Replies
    6
    Views
    1,773

    I use JAAS to resolve login name of the user....

    I use JAAS to resolve login name of the user. There is no need to check password since I assume that user has already provided it. Then you can use the user variable as principal.



    ...
  3. Replies
    4
    Views
    6,387

    HTML does no provied such functionality, although...

    HTML does no provied such functionality, although you can use JavaScript instead. Yes, tag is a good idea, let me know when you write some ;) or you can try using "Struts layout" tag library (after...
  4. Replies
    1
    Views
    4,198

    You can do it using spring bind tag. First of all...

    You can do it using spring bind tag. First of all yoy must prepare a bean with field containing your Set - Foo class. Let command name be "foo".
    Then in JSP, using JSTL iteration:

    <c:forEach...
  5. Replies
    16
    Views
    16,281

    Hello, There are many issues concerning...

    Hello,

    There are many issues concerning multiple form submission. I understand, that you would also like to invoke many controllers during submission. I had similar problem so I had to develop...
Results 1 to 5 of 5