Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    1,476

    We are experiencing the same thing except our...

    We are experiencing the same thing except our flowscope variables are null after the page is idle for 10 minutes.
  2. I am having the same problem but I want to set...

    I am having the same problem but I want to set the type=cleint.
  3. Replies
    0
    Views
    767

    Popup won't close in IE 6

    I created a popup in a subflow which works great in Firefox but it won't close in IE 6. Has anyone else experienced this?
    I am using JSF, Trinidad, and Facelets.

    Solution: Use Spring faces...
  4. Replies
    4
    Views
    2,369

    Anyone have the trinidad date picker working in...

    Anyone have the trinidad date picker working in facelets?
  5. Replies
    6
    Views
    1,906

    Do you have column header sorting working for a...

    Do you have column header sorting working for a trinidad table in facelets? I can click on a column header and nothing happens but if I refresh the page (F5) it sorts the data by that column. What...
  6. Did you change your faces-config.xml based on...

    Did you change your faces-config.xml based on hypersound's reply?


    <application>
    <default-render-kit-id>org.apache.myfaces.trinidad.core</default-render-kit-id>
    </application>


    What...
  7. Do you have in your loggedOn.xhtml?

    Do you have <tr:document> in your loggedOn.xhtml?
  8. You may need to also add this to your web.xml ...

    You may need to also add this to your web.xml


    <context-param>
    <param-name>org.apache.myfaces.trinidad.ALTERNATE_VIEW_HANDLER</param-name>
    ...
  9. In order for my custom handler to work I had to...

    In order for my custom handler to work I had to implement FlowExecutionExceptionHandler as described in the following thread:
    http://forum.springframework.org/showthread.php?p=183397#post183397
  10. Replies
    4
    Views
    1,199

    I am having the same problem with my popup...

    I am having the same problem with my popup opening in the same window but not in a popup dialogue. I have javascript enabled in my Firefox version 2.0.0.12. I am attempting to do this in a subflow...
  11. Replies
    7
    Views
    1,669

    Is this what you mean (pieces from web.xml)? I...

    Is this what you mean (pieces from web.xml)? I added the last filter-mapping.


    <filter>
    <filter-name>Trinidad Filter</filter-name>
    ...
  12. Replies
    7
    Views
    1,669

    Keith, After additional debugging, I noticed...

    Keith,

    After additional debugging, I noticed that when I launch the flow it no longer goes through the filter I have setup in my web.xml. Within this filter code the ThreadLocal variables are set...
  13. Replies
    7
    Views
    1,669

    What we were able to get working... My...

    What we were able to get working...
    My development team has replaced the ADF Faces with Trinidad. We are still using tiles but have moved to JSF 1.2. We are using Webflow and facelets for the new...
  14. Replies
    7
    Views
    1,669

    We've decided to build a new portion of our app...

    We've decided to build a new portion of our app using webflow and leaving the existing portion. Our current app uses JSf 1.1, ADF Faces, and Tiles. Our existing pages are .jsp and our new pages are...
  15. Replies
    9
    Views
    3,320

    I have my files setup like yours but the flow...

    I have my files setup like yours but the flow continues to try to render the page in the flow with .xhtml instead of jsp. I am using JSF 1.1, ADF Faces and tiles.
  16. Replies
    9
    Views
    3,320

    What version of JSF jars are you using?

    What version of JSF jars are you using?
  17. Thanks Jeremy. Until that is fixed, I added a...

    Thanks Jeremy.
    Until that is fixed, I added a hidden button and I use an onchange javascript function to process the button's clicked event.
  18. I am using this Spring Faces component example in...

    I am using this Spring Faces component example in my webflow app and it re-renders a fragment of my page. I am also using Trinidad and skins. After the onchange re-renders the fragment which...
  19. The reason I asked is because I found the...

    The reason I asked is because I found the following posted by Jeremy:
    http://forum.springframework.org/showpost.php?p=183397&postcount=7
  20. Should the FlowExceptionHandler class extend...

    Should the FlowExceptionHandler class extend TransitionExecutingFlowExecutionExceptionHandler or implement FlowExecutionExceptionHandler?
  21. Replies
    5
    Views
    2,075

    I get this same error message but it is thrown...

    I get this same error message but it is thrown from the Spring MVC Dispatcher Servlet in addition to <Attempting to handle [org.springframework.webflow.execution.FlowExecutionException: Exception...
  22. Replies
    1
    Views
    1,352

    Dependent dropdown in flow

    I am using webflow 2.0.3, facelets, and trinidad. I created 2 dropdowns on my edit page and I am using the flow to prepopulate them.
    Sample from Flow for editing an operation record (op)

    ...
  23. Replies
    4
    Views
    2,369

    Trinidad inputDate date picker not working

    I am using trinidad with webflow and when I select the built in date picker icon it opens the current page in the popup instead of the date picker. Should this still work in webflow?

    ...
  24. Replies
    5
    Views
    1,240

    Is this jar available in the Spring Framework...

    Is this jar available in the Spring Framework 2.0.3? At the moment I am unable to download this jar for use with my application.
    Is there any other way to get the user role...from the session or...
  25. Replies
    15
    Views
    61,347

    I am unable to paste my code in so there may be...

    I am unable to paste my code in so there may be some typos.
    CustomProviderAuthentication


    public class CustomAuthenticationProvider implements AuthenticationProvider {

    @Resource DataSource...
Results 1 to 25 of 40
Page 1 of 2 1 2