Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    664

    Spring Webflow , Portlets and Ajax

    We currently have a fairly complex spring webflow+spring mvc non-ajax application which business wants to modify and add quite a bit of dynamic functionality, in other words ajaxify it.One of the key...
  2. Replies
    1
    Views
    548

    Spring Webflow embedded mode in portlet

    Is spring webflow embedded mode supported in portlet environment? How do we achieve partial rendering in portlet environment.

    I have setup a test project using spring webflow 2.3+tiles 2.2 running...
  3. Replies
    2
    Views
    1,277

    Spring Bean Scopes and Webflow

    :confused::confused::confused::confused:

    Environment
    Tomcat 5.5
    Spring 2.0.6
    Spring Webflow 1.0.5

    I am trying to use new Spring Bean Scopes introduced in 2.0 along with webflow. I have...
  4. Replies
    1
    Views
    1,914

    use autowire functionality

    use autowire functionality provided by the spring to inject beans.
  5. Replies
    1
    Views
    855

    Found the answer in this post. Will have to wait...

    Found the answer in this post. Will have to wait till final. Meanwhile I probably would have to use a verbose workaround.

    http://forum.springframework.org/showthread.php?t=30037
  6. Replies
    1
    Views
    855

    spring webflow rc4 bug- decision state

    spring webflow xsd states that the "then" attribute of "if" element within the "decision-state" can be an expression. But when I put an expression it doesn't evaluate it and seems to consider it as a...
  7. Replies
    4
    Views
    900

    That's great. Just the news I wanted to hear....

    That's great. Just the news I wanted to hear. Thank you.
  8. Replies
    4
    Views
    900

    resolution of this issue is very important for...

    resolution of this issue is very important for me. Any inputs will be greatly appreciated.
  9. Replies
    2
    Views
    900

    any suggestions????

    any suggestions????
  10. Replies
    4
    Views
    900

    Additional Clarification

    I putting all the variables required by dropdowns in to requestscope.

    AttributeMap requestScope = context.getRequestScope();
  11. Thread: Portlet Session

    by pbsr
    Replies
    1
    Views
    756

    Found the answer

    Sorry, I think I jumped the gun. I think I can get the Application Scoped variables using getGlobalSessionMap() in PortletExternalContext.
  12. Thread: Portlet Session

    by pbsr
    Replies
    1
    Views
    756

    Portlet Session

    The PortletSession interface defines two scopes for storing objects:

    APPLICATION_SCOPE
    PORTLET_SCOPE

    I believe by default webflow stores anything that is added to the session within...
  13. Replies
    4
    Views
    900

    Spring WebFlow and Portlet

    I am using Spring WebFlow for my portlet project. I have an issue when the user cilcks on the refresh button within the browser. Since when a refresh is clicked, the the portlet only calls do-render...
  14. Replies
    0
    Views
    544

    Newbie SpringWebflow Question

    Hi,

    I am educating myself on spring webflow to ascertain whether I can use it in the current project. I have a series of pages through which use flows through. Every page has a cancel button,...
  15. Replies
    2
    Views
    900

    Spring Form Options Tag Issue with M5

    I am trying to use the spring form options tag. I have a collection of "street" objects with a abbreviate code and a label. In some places the code and the label are the same and in some places they...
  16. Replies
    1
    Views
    8,884

    spring form options tag

    This is reg., the options tag in the spring form tld. How do I generate options for a given select tag with a different label and value

    For example

    <option value="st">Street</option>

    ...
  17. Replies
    7
    Views
    1,771

    Thanks. Makes sense.

    Thanks. Makes sense.
  18. Replies
    7
    Views
    1,771

    Thanks for your reply......... My bean...

    Thanks for your reply.........

    My bean configuration is like this

    <bean id="personalInfo"
    class="xxx.command.CustInfoBean" />
    <bean id="currentAddress"...
  19. Replies
    4
    Views
    997

    please ignore my first post. My code was wrong. I...

    please ignore my first post. My code was wrong. I had a normal spring:bind tag somewhere in the form which was causing all the trouble. Sorry for wasting space.
  20. Replies
    2
    Views
    863

    thank you.. Works great.

    thank you.. Works great.
  21. Replies
    4
    Views
    997

    thank you gmazza. What you said was correct. I...

    thank you gmazza. What you said was correct. I have not got it working. I don't have to use nested tags. But just looking at the code, it looks like support is there.
  22. Replies
    4
    Views
    997

    found the answer ( I think)

    this looks like a bug .

    I am looking at the source of AbstractDataBoundFormElementTag which has something like

    private String getNestedPath() {
    return (String)...
  23. Replies
    4
    Views
    997

    spring form tags some funny behaviour

    I am trying to use spring form tags and I am noticing some funny behaviour. May be I am doing some thing wrong. Any pointers will b greatly appreciated.


    They don't seem to work without a nested...
  24. Replies
    2
    Views
    863

    spring portlet mvc and form tag

    When I am defining a HTML form tag in portal environment we use something like

    <form method="post" action="<portlet:actionURL/>">

    How can define something similar using spring form tag.
  25. Thread: Spring form tags

    by pbsr
    Replies
    1
    Views
    951

    Spring form tags

    I want to use spring input tags but without using spring form tag.

    When I use the spring:input tag and specify path as beanName.fieldName I get the following error

    "Neither Errors instance nor...
Results 1 to 25 of 30
Page 1 of 2 1 2