Search:

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

Search: Search took 0.06 seconds.

  1. Replies
    8
    Views
    8,750

    I moved on to a different way of doing it, your...

    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..
  2. Replies
    8
    Views
    8,750

    No Scope registered for scope 'session'

    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>
    ...
    ...
  3. Thread: form binding docs

    by jamh
    Replies
    1
    Views
    699

    I think this is relevant: 1. Say you have an...

    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...
  4. Replies
    10
    Views
    1,875

    Alright, I have solved all my problems. It took...

    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...
  5. Thread: form binding docs

    by jamh
    Replies
    1
    Views
    699

    form binding docs

    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...
  6. Replies
    10
    Views
    1,875

    typo: out.print("\" name=\"options[" + jstring +...

    typo:
    out.print("\" name=\"options[" + jstring + "].name\" type=\"text\">");
  7. Replies
    10
    Views
    1,875

    Backing objects: ---------------- public...

    Backing objects:
    ----------------

    public class ProgramOption implements Serializable {

    transient private ILogger logger;
    private String name;
    private String code;
    private String...
  8. Replies
    10
    Views
    1,875

    The problem I have is that my backing object is...

    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...
  9. Replies
    10
    Views
    1,875

    Thanks much, I'll investigate. Can someone...

    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"...
  10. Replies
    10
    Views
    1,875

    variable number of input fields in a form

    How does one handle a variable number of input fields in a form?

    Can you do things like: <input name="varfield[i]" .. ?

    Thanks,
    Jam
  11. Replies
    4
    Views
    977

    I still would like to solicit your opinions on...

    I still would like to solicit your opinions on this solution. Is it the right way to go?

    Thanks.
  12. Replies
    4
    Views
    977

    Sorry disregard the previous incomplete message. ...

    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...
  13. Replies
    4
    Views
    977

    This works: In the pre-action (bl-flow.xml):...

    This works:

    In the pre-action (bl-flow.xml):
    <action-state id="doCache">
    <action bean="actionCache"/>
    <transition on="eventStart" to="showWelcome"/>
  14. Replies
    4
    Views
    977

    Question with regards to JSP beans

    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...
  15. Replies
    3
    Views
    1,057

    Here it is.

    Here it is.
  16. Replies
    3
    Views
    1,057

    spring web flow presentation

    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...
  17. Replies
    4
    Views
    1,273

    Thanks much!

    Thanks much!
  18. Replies
    4
    Views
    1,273

    Spring Web Flow under java1.4

    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
Results 1 to 18 of 18