Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,675

    So you've got reverse proxy->IHS->WAS? If so,...

    So you've got reverse proxy->IHS->WAS?

    If so, are you able to configure the reverse proxy to talk with IHS via HTTPS then you won't have any issues (as it will then be HTTPS). The only other way I...
  2. Forwards forward to another resource within your...

    Forwards forward to another resource within your application - you cannot forward to another application/website.

    To do what you want, you'd need to set up your application to proxy the contents...
  3. Replies
    6
    Views
    1,236

    Anyone figured out if this is configuration or a...

    Anyone figured out if this is configuration or a defect? I'm having the same issue...
  4. The Tundra style gets imported the first time you...

    The Tundra style gets imported the first time you use a Spring faces tag.

    I've asked this question before but got no answer unfortunately :( Would be nice to be able to turn off the automatic...
  5. Thread: Dojo Location

    by r2b2
    Replies
    2
    Views
    750

    Mods: Can you please split off the second posting...

    Mods: Can you please split off the second posting in this thread as it is unrelated to my original issue...
  6. Thread: Dojo Location

    by r2b2
    Replies
    2
    Views
    750

    Dojo Location

    Hi - I've been having a problem with Dojo & IE so I was trying to fiddle with the Dojo JS to try a few things.

    What I noticed however is that Spring-Faces appears to have a hard-coded style...
  7. Well you could change the action state to a...

    Well you could change the action state to a decision state which would make it a little nicer...
  8. Replies
    7
    Views
    4,398

    Is this with Facelets or JSP? If its with...

    Is this with Facelets or JSP? If its with Facelets, the JSTL tags may not work as expected (for instance the c:out doesn't seem to work very well/at all)

    If you are using Facelets, you can just do...
  9. Replies
    1
    Views
    679

    nexturl is a variable defined in the Flow scope....

    nexturl is a variable defined in the Flow scope. Therefore you'd have to find the code that is placing a value into that variable...
  10. Replies
    2
    Views
    1,506

    This is an Oracle error to tell you that the...

    This is an Oracle error to tell you that the service name that you have defined in your JDBC settings doesn't exist in your TNSNAMES.ORA Oracle config file.

    Suggest that you confirm your...
  11. Replies
    4
    Views
    2,351

    If you chose (were able to) use Facelets then I...

    If you chose (were able to) use Facelets then I believe it is possible judging by this post. (Note that I've not tried it myself)
  12. Replies
    9
    Views
    6,999

    You can get a copy of the Jboss EL Impl jar @...

    You can get a copy of the Jboss EL Impl jar @ http://repository.jboss.com/maven2/jboss/jboss-el/2.0.0.BETA1/

    I believe JUEL won't work as it doesn't support method calls in the EL expression. (Or...
  13. Replies
    7
    Views
    1,246

    If I recall correctly then that problem is...

    If I recall correctly then that problem is something to do with the version of JSF. I'm not sure, but I think you may need JSF 1.2 for web flow to work properly. (Someone please confirm or deny!)
    ...
  14. Replies
    7
    Views
    1,246

    Haven't come across anything but it shouldn't be...

    Haven't come across anything but it shouldn't be much different I wouldn't have thought...
  15. Replies
    1
    Views
    1,514

    Hi - not sure if you can. I don't know if the EL...

    Hi - not sure if you can. I don't know if the EL supports that (though someone feel free to prove me wrong! :) )

    The other issue though is whether you should be calling methods within the view. My...
  16. Replies
    9
    Views
    1,316

    You could always just stick in:

    You could always just stick in:


    <evaluate expression="myBean.validateSomeStuff(messageContext)" />

    Where validateSomeStuff returns a boolean determining whether the validation has passed or...
  17. Replies
    8
    Views
    3,040

    Have you checked out the Reference Guide? I...

    Have you checked out the Reference Guide? I managed to find this which may be similar to what you're looking for:


    <input type="submit" id="proceed" name="_eventId_proceed" value="Proceed"
    ...
  18. Replies
    7
    Views
    1,943

    I managed to deploy the booking-faces sample app...

    I managed to deploy the booking-faces sample app on Websphere. At first I thought I'd managed it on 6.0 but now remember it was 6.1 (which includes Java 5 VM but is still J2EE1.4)

    I would suggest...
  19. Fair enough - was just going by your example that...

    Fair enough - was just going by your example that only had two which were reused in all cases :D

    Was thinking about it and would it be more useful to have the concept of an "evaluation group" -...
  20. It looks like you are using the two evaluates to...

    It looks like you are using the two evaluates to populate data that I assume is used in the view?

    If so, why not just chuck them in the <on-render> part of the view?

    (I'm not a big fan of...
  21. Replies
    7
    Views
    1,943

    Websphere 6 is only a J2EE 1.4 level server and...

    Websphere 6 is only a J2EE 1.4 level server and therefore doesn't have the required unified EL JARs.

    You should be able to get it up and going with jboss-el jars instead.
  22. Replies
    7
    Views
    1,853

    Personally I find it odd that the view attribute...

    Personally I find it odd that the view attribute isn't available from the view state object. (It seems to be the only thing not available as far as I can tell)

    Anyone know a reason why it isn't...
  23. Replies
    6
    Views
    1,181

    Yup if thats what you're interested in looking...

    Yup if thats what you're interested in looking at. (Where you place the breakpoint depends on what you're trying to debug at the time :) )
  24. Replies
    6
    Views
    1,181

    Perhaps use the debug mode of an IDE? (e.g....

    Perhaps use the debug mode of an IDE? (e.g. Eclipse)
  25. Replies
    7
    Views
    1,628

    I have been trying to do something similar using...

    I have been trying to do something similar using SWF 2 but couldn't work out how. Are you able to provide an example/pointer on where to look regarding obtaining flow execution results from outside...
Results 1 to 25 of 30
Page 1 of 2 1 2