Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    12
    Views
    2,731

    No

    I'm using jsf 1.2 with spring webflow 2.0.7 and spring framework 3.0.0.

    I's working. :)

    Here is a part of a pom.xml



    <dependency>
    <groupId>org.springframework</groupId>
  2. Replies
    4
    Views
    1,354

    It's referenced by DispatcherServlet and indirect...

    It's referenced by DispatcherServlet and indirect by LocaleChangeInterceptor.
  3. Replies
    4
    Views
    1,354

    Alternative

    I'm using a bean named localeResolver. The class
    implements the interface org.springframework.web.servlet.LocaleResolver.
  4. (Sorry, I can not speak english..) I'm using...

    (Sorry, I can not speak english..)

    I'm using spring faces, webflow with jsf. You do not need url catching etc. My coding would be

    flow.xml:


    <var name="mybean" class="x.y.ExcelController"/>...
  5. What is your problem? Are You looking for like...

    What is your problem? Are You looking for like that:




    public Event doShowRatingResultAsCSV(RequestContext context, Rating rating, MessageContext messageContext) throws Exception {
    ...
  6. Replies
    1
    Views
    908

    Please help with an aspectj error message

    Hi,

    I'm new with aspectj and do not known what is wrong with this
    aspect. I'm using aspectj 1.6.5, jdk 1.5, springframework 2.5.6



    package de.xxx.gr.yyy.common.aspects;

    import...
  7. Replies
    2
    Views
    1,629

    look here:...

    look here: http://anonsvn.jboss.org/repos/jboss-el/
  8. Replies
    2
    Views
    1,114

    Works for me

    Sorting works for me. Do You use sortPropertyName attribute of the t:column tag?



    <t:column defaultSorted="true"
    sortable="true"
    sortPropertyName="fieldName"
    ...
  9. Question to the expert - SWF and tomahawk's request attributes

    Hi, (sorry, no english)

    I'm using simple jsf with tomahawk extensions. Some of the tomahawk features
    does not work with weblow, because tomahawk stores state informations as request
    attributes....
  10. Replies
    1
    Views
    909

    It works for me

    It works for me with:

    SWF 2.0.7, ajax4jsf 3.3.0.GA, myfaces 1.2.5 ... 1.2.7, tomahawk12 1.1.8, jboss-el 2.0.1.GA, facelets 1.1.15b,
    spring 2.5.6
  11. Replies
    2
    Views
    848

    For exception

    Hi Keith!
    I need this feature for exception handling if a SnapshotNotFoundException occurs. I'm working without snapshot history.

    Thanks
    Torsten
  12. Replies
    2
    Views
    848

    Questions to the expert - Snapshots

    Hi,

    I would like to deliver on a request the latest Snapshot of the latest Conversation.

    Does somebody know where I must begin for it?

    Thanks for a tip
    Torsten
  13. Exception Handler

    Hi Gurus,

    I'm working without snapshots. If the user click on the browser back button or click on more than one button or link on a page a SnapshotNotFoundException will be thrown. It is a good...
  14. Replies
    9
    Views
    1,669

    Thanks for your effort, Keith! Your are...

    Thanks for your effort, Keith!

    Your are right, that works also for me. But it does not, if both states combined
    defined in the parent *and* in the child flow, like described in my update.

    :(
  15. Replies
    9
    Views
    1,669

    Imheritance

    @ksevern

    Does view state inheritance in the same flow works for you? I'm using SWF 2.0.7.release and this kind of
    inheritance does not work ... :( The child state does not
    known the parent state...
  16. Thanks

    Thanks for your reply InverseFalcon!

    I will use javascript. In onsubmit on all forms a simple switch prevent the second submit. In onload this switch is unset again. I do not know yet how I can...
  17. More Infos

    Hi InverseFalcon,

    What you describe here, is too high for me. ;) Most Actions in my webapps stores data into a data base. It makes no sense to go back steps and save (old) inputs again.
    "Valid...
  18. Replies
    10
    Views
    1,881

    That is an other problem

    Keith, in my case, a fast double click, i do not get an exception. See the attacht debug logging.
  19. Hi, What is the prefered way to handle ...

    Hi,

    What is the prefered way to handle SnapshotNotFoundException (for the end user)?
    I'm working without snaphosts (no history) and get this exception on fast double clicks.

    Thanks for a tip....
  20. Replies
    10
    Views
    1,881

    double click debug logging

    Here is the debug logging of double click:
  21. Replies
    10
    Views
    1,881

    more code ..

    menu.xhtml


    <t:commandNavigation2 value="#{res.MY_RATING_JOBS}" id="findMyRatingJobsBtn"
    action="closeCurrentFlow" ...
  22. Replies
    10
    Views
    1,881

    Configuration

    Thanks for your reply. My configuration is like the configuration of spring faces described in the reference documentation of SWF.



    <!-- Maps request URIs to controllers -->
    <bean...
  23. Replies
    0
    Views
    647

    SWF and printable views

    (JSF)

    Hi,
    How can I realise a simple result page with SWF?
    The result page is simple printable representation of something without control elements and does not end the flow.

    At the moment I...
  24. Replies
    10
    Views
    1,881

    Problem: fast double click -> 404 error

    (sorry, no english)

    Hi,
    I'm using tomahawk 1.1.8, SWF 2.0.6, spring 2.5.6

    When I'm clicking fast double on a menu item, the result is a 404 error. The
    second request is handled by the...
  25. (sorry, no english) I'm using jboss el 2.0.1.GA....

    (sorry, no english)
    I'm using jboss el 2.0.1.GA. This version supports varags. For
    integration of jboss el you add lines in your web.xml or must implement an
    own ViewHandler.

    web.xml


    ...
Results 1 to 25 of 43
Page 1 of 2 1 2