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...
Type: Posts; User: Janek; Keyword(s):
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...
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.
...
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...
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...
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...