Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    7
    Views
    1,144

    Client-side spring faces tags do work in SWF 2.2

    Probably the last observation of note with the <sf: tags as an evolutionary dead-end, (as abandoned by Spring for JSF2/SWF2.2) is that the Client-side <sf: tags do continue to work in SWF 2.2.1 to...
  2. Replies
    7
    Views
    1,144

    Spring Faces tags not supported with JSF2/SWF2.2.1

    Hi, see thread "SWF Migration from 2.0.3 (<sf:clientTextValidation> to 2.2.1 (JSF2/Primefaces)" for Rossens' indication that the <sf: are not supported in the latest SWF releases...
  3. Replace

    thanks Rossen, have seen the showcase examples, unfortunately in an overloaded network environment the local javascript for empty field validation does easily outperform server PPR, so we would need...
  4. Replacement for client-side tags ?

    Hi Rossen, thanks for your reply, much appreciated ! As we can not use the Spring Faces tags with JSF2 am happy to look at primefaces migration. Is there currently an equivalent client-side...
  5. Errors with

    Have SWF <sf:clientTextValidator working in the new SWF 2.2.1 Release BUT can confirm the reported Errors with <sf:commandLink> not working !!?
    Shame there is no one supporting the SWF Forum...
  6. Above is wrong, another thread indicated Should still work ?

    the SF tags reportedly do work in SWF 2.1 But Not 2.2.n then is this to do with the new resource mgmt i.e. <mvc:resources> configuration ?
  7. Replies
    7
    Views
    1,144

    oh ok maybe i read this wrong, can u confirm...

    oh ok maybe i read this wrong, can u confirm these <sf:tags> are working in SWF 2.2.0 or 2.2.1, as they do Not in my Applicaition, but this may be due to the changed resource mgmt (<mvc:resources/>...
  8. Replies
    7
    Views
    1,144

    Spring Faces tags not supported for JSF2

    Hi i just posted a similiar problem for SWF migration since i think the SWF 2.2.1 doco says Only JSF1.2 supports these <sf : tags and these are not available for JSF2 ? If this true, then the...
  9. SWF Migration from 2.0.3 ( to 2.2.1 (JSF2/Primefaces)

    The SWF 2.2.1 doco makes more sense now as explains the Spring Faces tags (<sf:) are Only supported for JSF1.2, replaced by 'third-party' libraries (eg Rich or Prime faces) for JSF2. Terrific but...
  10. is anyone running Spring on WAS or WLS ?

    anybody ?
  11. Replies
    1
    Views
    658

    try #{} as Spring Expression syntax ?

    Hi, think Webflow 2.2.0 using Spring Expression (SpEL) by default (unless u have explicitly configured another EL impl) so try #{flowScope.myId}".
    In the webflow 2.2 ref doc there is more about...
  12. SpringWebflow2.2 JSF2 error parsing annotations in Primefaces faces-config.xml????

    Upon my spring webflow app 'upgrade' to Webflow 2.2/JSF2/Primefaces, at application startup i am seeing the following error but the application seems to subsequently initialise ok - i am running on...
  13. reran 'ant jar' in build-spring-webflow to fix

    run 'ant jar' in build-spring-webflow which restored the missing (probably inadvertedly moved) directories, then 'ant jar' in booking faces works...
  14. The booking-faces sample does not build in new Webflow 2.2.0 Release ?

    Hi, have downloaded the latest 2.2.0 release with an interest in Primefaces (integration) and have attempted the build (ant jar) the booking faces demo app but am seeing ivy unresolved dependencies,...
  15. Replies
    1
    Views
    1,264

    Answer is use nested JSON arrays...

    Found a way myself ->
    For succinct JSON payloads with no wasteful name fields for passing logical objects...
    this wont work [{"cat",3},{"dog",5}]
    but [["cat",3],["dog",5]] does !
  16. Replies
    1
    Views
    1,264

    JSON Jackson question ...

    A JSON question using a {"animal":"age"} object as an example;
    A Strict JSON array is say
    [{"animal":"cat","age":3},{"animal":"dog","age",4}]
    Is there any way...
  17. 'Flashing buttons'

    No progress on this then ? I reported this a while ago as well since it flashing buttons on the render cycle for command links is not a good look ?
    Wonder if Springsource plan to deprecate Spring...
  18. Replies
    11
    Views
    6,031

    REST & Web Services are not mutually exclusive ...

    Hi, easy yes, but REST is essentially a set of abstract conventions - technology agnostic - that can of course be implemented many ways...

    From the Spring perspective SpringSource have pitched...
  19. Replies
    11
    Views
    6,031

    REST implementation in Spring MVC leaves Spring WS "out on a limb"

    Hi there, yes i share your confusions with the current lack of web services support for REST, the (only) way it could really make sense in MVC, (apart from ease of implementation from the spring...
  20. Spring Faces/Javascript generating 'blank.xhtml' 404 file-not-found errrors ?

    Hello, does anyone know where/why the Spring Faces/Spring Javascript libraries would result in calls to the Dispatcher Servlet for the file 'blank.xhtml'. I am guessing this is not related to the...
  21. Replies
    34
    Views
    11,310

    URL to application download ..

    Hmmm u have the same classloader setup as me (though i use 0 so as not to use the ibm hot deploy feature- but this is unlikely to be the problem). I think we have established the Mojarra environment...
  22. Replies
    34
    Views
    11,310

    leo could u pls confirm your classpath settings...

    leo could u pls confirm your classpath settings on this application as u want PARENT_LAST from above...
  23. Replies
    34
    Views
    11,310

    java.lang.NoClassDefFoundError: javax.faces.component.ContextCallback

    Hi, sorry about delay, have been on hols, is this still a problem ? - so your log confirms that Mojarra JSF environment has not been initialised - both the demo and my app log the message "" or...
  24. How to define a Parent ClassLoader & Application Context for Webflow ?

    Hello, i have an existing spring faces/webflow application with a next release prototype based using a Classloader/ApplicationContext hierarchy - how do i configure (or modify) Spring Webflow 2.0.5...
  25. Replies
    34
    Views
    11,310

    runtime classpath ...

    hey, not much to go on but does confirm runtime classpath lacking, am still wonderng if application jsf mojarra is correctly intialising, pls attach the startup trace from was console and also the...
Results 1 to 25 of 76
Page 1 of 4 1 2 3 4