Search:

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

Search: Search took 0.02 seconds.

  1. p:commandLink / commandButton will not trigger transition within p:dataTable

    I have followed the 'booking-faces' example as far as setup goes. I need a link to go from a datatable row to a detail page. Something very simple that is represented by the 'reviewHotels.xhtml' page...
  2. Is this still necessary with WebFlow 2.3.2? I am...

    Is this still necessary with WebFlow 2.3.2? I am having trouble getting a link to transition to the next view state unless I use an h:commandLink vs. h:outputLink.
  3. Replies
    0
    Views
    220

    h:outputLink not triggering webflow event

    I am building the link like this:


    <h:outputLink value="#{flowExecutionUrl}&amp;_eventId=displayBrief&amp;briefId=#{brief.briefId}">
    <h:outputText value="#{brief.eventName}"/> ...
  4. Upgraded to Spring Security 3.1.3 and that seems...

    Upgraded to Spring Security 3.1.3 and that seems to have resolved the issue.
  5. HTTP Status 500 trying to use ui:composition ... template="/WEB-INF/templates/...

    I've set up Spring Security and its working. I would now like to add support for the tag lib for facelets with JSF 2.x. I have everything set up, but now as soon as I add:



    <context-param>...
  6. Well, I can't say for sure what fixed it....

    Well, I can't say for sure what fixed it. jdk1.6.0_32 (I had _22) or installing to another directory without a space.

    I'm good now!

    Thanks.
  7. I do not receive an error message. The mouse...

    I do not receive an error message. The mouse cursor turns to an hour glass for maybe 10 seconds and then nothing. JAVA_HOME is set, but I just noticed that its pointing to a JVM within "Program...
  8. Ok, I take it back. The installation .exe files...

    Ok, I take it back. The installation .exe files still do not run. When I unzip the .zip type installs then the sts.exe will run.

    I still have the issue with the .exe type installs.
  9. Well, I solved my own problem. Yes, there was an...

    Well, I solved my own problem. Yes, there was an old JRE in my path.

    Oh, the pain!
  10. sts 2.8.1, 2.9.1, or 3.0.0.M1-e4.2 will not install

    I've tried the .exe installations for Windows 32-bit, I attempt to launch the .exe and nothing happens. I am running Eclipse Indigo for other Java projects, but wanted to install STS to work on other...
  11. Replies
    8
    Views
    1,296

    I thought I was getting close. Since couldn't...

    I thought I was getting close. Since couldn't tell UserService.loadUserByUsername to add these 'region' parameters, I just filtered the results in a model class by looping thru and comparing them to...
  12. Replies
    8
    Views
    1,296

    When a user is in a 'Region' they can only act on...

    When a user is in a 'Region' they can only act on 'objects' in that region. They can't see any other objects unless they change to another 'Region'. They may not have permission to do all the things...
  13. Replies
    8
    Views
    1,296

    I am just about convinced that this can not be...

    I am just about convinced that this can not be done. Once a user selects a different 'region' there is no way to pass this information on to the security layer and / or have the security layer...
  14. Replies
    8
    Views
    1,296

    Thanks rwinch for your advice! I think using the...

    Thanks rwinch for your advice! I think using the SecurityContextHolder just might do it!

    My plan is to load all of the GrantedAuthorities regardless of region for the users at initial entry to the...
  15. Replies
    8
    Views
    1,296

    Accessing session scoped objects

    I am really stumped on how to do this. I've developed my app with Spring, RichFaces, and Hibernate. I first developed without security. Now, I'm trying to go back and lock down the app and I've hit a...
  16. Can place-holders in JARS read the values established from within the main web app?

    I have 2 external jars that I've developed for my app. One is a
    data-access.jar and one is a roles-manager.jar. Now, in those jars I have
    spring bean definition files that had db connetion info...
  17. Replies
    0
    Views
    639

    JSF 1.2 and Spring Beans

    I am experimenting with using Spring beans as JSF Managed beans. Methods and 'get' type properties seem to be working just fine. When I try something like <h:selectOneMenu...
Results 1 to 17 of 17