I moved on to a different way of doing it, your response came in a bit late :), but I'll go back to it and will supply you with a more detailed description. Thanks for responding..
Type: Posts; User: jamh; Keyword(s):
I moved on to a different way of doing it, your response came in a bit late :), but I'll go back to it and will supply you with a more detailed description. Thanks for responding..
Has this issue been fixed for web flow?
We have a bean as:
<bean id="blCache: class="xxx.Cache" scope="session">
<property name="person"><ref bean="blPerson"/></property>
...
...
I think this is relevant:
1. Say you have an object (like I did) and it's complex and you want to display and edit it. First thing you need to do is to derive a class from the standard...
Alright, I have solved all my problems. It took me longer than I liked, having to dig through piles of posts. Here are my findings (and things I wished I knew when I started!).
1. Say you have...
It seems like there are unanswered posts in this forum with regards to JSF form bindings. Some of them newbie questions, some not. I think a more comprehensive documentation would clarify...
typo:
out.print("\" name=\"options[" + jstring + "].name\" type=\"text\">");
Backing objects:
----------------
public class ProgramOption implements Serializable {
transient private ILogger logger;
private String name;
private String code;
private String...
The problem I have is that my backing object is rather complex. It contains Lists and ArrayLists. Everything is declared serializable, but when I hit the validator, the simple types are all ok, but...
Thanks much, I'll investigate.
Can someone explain to me how to mix <spring:bind> statements with the default webflow implementation of just using:
<form:form commandName="springappFlow"...
How does one handle a variable number of input fields in a form?
Can you do things like: <input name="varfield[i]" .. ?
Thanks,
Jam
I still would like to solicit your opinions on this solution. Is it the right way to go?
Thanks.
Sorry disregard the previous incomplete message. What I wanted to say was:
This works:
In the pre-action (bl-flow.xml):
<action-state id="doCache">
<action bean="actionCache"/>
<transition...
This works:
In the pre-action (bl-flow.xml):
<action-state id="doCache">
<action bean="actionCache"/>
<transition on="eventStart" to="showWelcome"/>
Hi,
There may be something I'm missing, how do you access wired webflow beans from a jsp page? I tried <jsp:useBean ..> thinking that all my beans were singletons and useBean if it can find an...
Here it is.
Hi everyone,
I was asked to prepare a presentation on spring web flow, and I based it mostly on the phonebook example.
If anyone is interested in this powerpoint presentation (or if there is a...
Thanks much!
Has anyone had problems with running spring web flow 1.0.3 under jdk 1.4? I just want to make sure it will all work before a lot of work. We currently have to work with 1.4.
Thanks much,
Jam