Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    962

    Custom View Scope for jsf 1.x

    Hi all,
    Was Somebody able to implement custom View Scope for JSF 1.x ?
    I try some solutions but some problem appears in all of them.

    This one was working ok ,...
  2. Replies
    2
    Views
    612

    Hi, Thank you for your fast reply, i'll try all...

    Hi,
    Thank you for your fast reply, i'll try all this and write about result...

    Regards,
    Tigran
  3. thanks for reply, and is here something like...

    thanks for reply,
    and is here something like applicationScope ? to put/get the objects from different sessions?
  4. Replies
    2
    Views
    612

    How to lock flow

    Hi all,
    is there any mechanism for locking flow execution, I have to lock the flow when ONE user already run it.So i have to know somehow if somebody is working in flow and send other users for a...
  5. how to pass variable from one flow to another

    Hi all,
    question regarding to flows and variables, Is it possible to pass variable from one scope to another, i mean is there any visible scope for that where can i put my objects and use in...
  6. Replies
    2
    Views
    846

    Thank you for reply, and another problem...

    Thank you for reply,
    and another problem appears when i try to call webflow via Ajax from jsp page, resources do not loadded properly, it seems to me that the problem appears due to URL in address...
  7. Replies
    2
    Views
    846

    sf:commandButton and resources

    hi ,
    what i have to include in a jsf page when i use sf:commandButton?
    Am i need to include js files or not? i see that in some case it works ok without including anything but sometimes it do not...
  8. HELP HELP HELP with ajax and sf:commandButton

    Hi all,
    I have a big problem with Spring ajax implementation.
    I have a jsp page and i make an AJAX request with jQuery from it to a flow controller to render SWF in JSP. it looks like this

    ...
  9. anyone can help me with this ?

    anyone can help me with this ?
  10. sf:clientTextValidator problem with regex binding

    Hi all,
    I try to use sf:clientTextValidator with regex but with binding like


    <sf:clientTextValidator regexp="#{model.regexpString}">
    <h:inputText ....>
    </sf:clientTextValidator>

    ...
  11. Replies
    1
    Views
    837

    factory-method config via annotations

    Hi all,
    is it possible to configure bean with factory-method (and other properties like this ) using annotations?
  12. Replies
    2
    Views
    659

    Thank you for your reply, i think limiting the...

    Thank you for your reply,
    i think limiting the user's active flows is not solution ,cos how i understand it will delete the old flow on every new request.so for the online users it will be a little...
  13. Replies
    2
    Views
    659

    What if user do not close flow?

    HI all,
    I have a JSP/JSF/Facelet project and i want to add a SWF in some modules.
    I did it in this way :
    from some content pages i open AJAX request to the flow controller and render response in...
  14. Replies
    3
    Views
    4,370

    Hi Marten. thank you for your fast reply , u...

    Hi Marten.
    thank you for your fast reply , u were right i miss the thing about serialized/deserialized , so it's ok if the object changes it's hash code ,but the properties lost their values too ,...
  15. Replies
    3
    Views
    4,370

    @scope"session" annotation does not exist ??

    hello,
    I'm trying to put scope annotation on component like


    @Component("myClass")
    @Scope("session")
    public class MyClass {
    //content
    }
  16. Replies
    4
    Views
    1,336

    Thank you for reply guys, Actually my...

    Thank you for reply guys,

    Actually my implementation of popup is very simple i just set popup=true attribute on view state and re render ui fragment on it...
    But when popup appears there is no X...
  17. Replies
    4
    Views
    1,336

    Close operation on SWF popup

    HI all,

    I have a simple question about SWF popups.

    how can i close popup by myself for example if i want to add close button on it.
    What java script function have to be called ? because by...
  18. Replies
    2
    Views
    18,289

    @Component vs @Service

    Hi Guys,

    I have a simple question about annotations @Component and @Service.

    What is the difference between them, and what exactly @Service mean ? how I understand they both register a...
  19. Thank you all, see you in next threads :)

    Thank you all,
    see you in next threads :)
  20. Hello Keith, Thank you for your fast reply ,...

    Hello Keith,

    Thank you for your fast reply , it's now clear to me how integration work's , so it's possible to use all JSF features in this integration , except actions and navigations which are...
  21. Today I found out that all JSF phases invoked...

    Today I found out that all JSF phases invoked during request , only first time as it have to be invoked only 2 phases..so after integration JSF and SWF, JSF Phases invoked normal , but can somebody...
  22. FacesContext and other stuff in Spring Web Flow

    Hello Everybody,

    I have a question about JSF's APIs in SWF.
    I try to access
    FacesCotext.getCurrentInstance() from action methods but everywhere it return null.
    Only when i implement...
  23. Anybody can help me with this ? :(

    Anybody can help me with this ? :(
  24. Hi Marten , Thank you for your fast reply But...

    Hi Marten , Thank you for your fast reply

    But it is still not clear to me where i have to define them ? could you please provide some little example of this? it will help me undestand better...
  25. Register Services and Actions via @anotations

    Hi all,

    i'm now trying to implement Action interface and use it in my flow.

    So everything is ok except that i have to register my Action in flow.xml as Var for example:


    <var...
Results 1 to 25 of 34
Page 1 of 2 1 2