Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    14
    Views
    3,623

    Can you please post full solution to this problem...

    Can you please post full solution to this problem ? (your controller confifuration, tiles and Java code itself). What did you put for formView?
  2. Replies
    2
    Views
    890

    I will try it. Thank you very much for your time.

    I will try it. Thank you very much for your time.
  3. Replies
    2
    Views
    890

    Terminate subflow

    Hi,

    I need an advice for best practice in managing subflows. One of the menu option in my web app starts new subflow. How should I terminate this subflow when user clicks on another option from...
  4. Replies
    0
    Views
    609

    pass form between two flows

    Hello,

    Before I start coding I need to know how difficult it would be. I will need to pass form (object) between two independent flows (one is NOT subflow of the other). Is it easy to achieve...
  5. Replies
    10
    Views
    1,469

    Thank you, it used your suggestion and it works...

    Thank you, it used your suggestion and it works now.

    Take care
  6. Replies
    10
    Views
    1,469

    Yes, I was right. It doesn't work. The problem is...

    Yes, I was right. It doesn't work. The problem is with binding not with passing parameters or values.

    Cheers anyway
  7. Replies
    10
    Views
    1,469

    Sorry, but it doesn't make much sens to me....

    Sorry, but it doesn't make much sens to me. However I will give it a try and get back to you
  8. Replies
    10
    Views
    1,469

    seeFuture

    function seeFuture(){
    currentView=$('timestep');
    alert("Current view : "+currentView.value);
    if(currentView){
    alert("setting a value");
    currentView=parseInt(currentView.value)+1;
    ...
  9. Replies
    10
    Views
    1,469

    more info

    Action bean looks like;



    public class ReportAction extends MultiAction{
    private static final Log logger = LogFactory.getLog(ReportAction.class.getName());
    private PatReportDAO reportDAO;...
  10. Replies
    10
    Views
    1,469

    Tiles+SWF+multiple forms = problems

    Hello,

    I am using SWF and tiles. There are two parts of the screen. Each of them is a tile. In the top one, there is a form (search filter which is binding to Filter object), the second tile is...
  11. Replies
    0
    Views
    515

    make _eventId dynamic

    Hi,

    I am using tiles in my application and the same filter form for all flows (diffrent fow for diffrent tab). For each tab there will be diffrent report view generated for diffrent db query....
  12. Replies
    1
    Views
    783

    Make form controllers to communicate

    Hi,

    I have a page conposed of two tiles. One of them is a form and another is a result of the search matching criteria from the form. At least I wish it was the case.

    My understanding...
  13. Did you find solution for your problem ?

    Did you find solution for your problem ?
  14. Replies
    11
    Views
    2,655

    Hi I would like to display a form in a...

    Hi
    I would like to display a form in a separete tile. Do you thing your solution is convenient for this kind of requirement ? If so, Could you please post a code ? I am stragling with this task...
  15. Replies
    1
    Views
    1,806

    There is realy not solution for such common...

    There is realy not solution for such common requirements ??!! I just want to display a form in a separate tile.
  16. Replies
    1
    Views
    1,806

    SimpleFormController in a Tile

    Hi,

    I have home page index.hml which maps to index tile


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD Tiles Configuration...
  17. Replies
    7
    Views
    1,249

    Yes, form works fine without tiles (you have to...

    Yes, form works fine without tiles (you have to uncomment line <!-- <prop key="/filter.htm">filterController</prop> --> ).

    Regards
  18. Replies
    7
    Views
    1,249

    I have nothing to do with buggsbunny101 but we...

    I have nothing to do with buggsbunny101 but we have common problem. I am having similar error message



    localhost.2008-01-14.log:Caused by: org.apache.jasper.JasperException: ServletException...
  19. Replies
    7
    Views
    1,249

    Hi and thanks for reply. So I have home page...

    Hi and thanks for reply.

    So I have home page index.hml which maps to index tile


    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE tiles-definitions PUBLIC "-//Apache Software Foundation//DTD...
  20. Replies
    7
    Views
    1,249

    Have you sorted out your problem. It gives me...

    Have you sorted out your problem. It gives me real headache. Please post your solution if you have one.
  21. Thread: Wrong mapping

    by mstachu
    Replies
    1
    Views
    621

    Wrong mapping

    Hello,

    please take a look at the extract of the code




    <form:form commandName="sale">
  22. Replies
    0
    Views
    1,134

    Big Brother Eye for IBM MQ

    Hello,

    There is an external system that I cannot control but it is sending messages to my IBM MQ. I would like to develope something that will watch all messages comming to the queue prior...
  23. Replies
    1
    Views
    927

    Getting Model in onSubmit method.

    I have purely abstract question.
    1) How to get model returned by showForm method in onSubmit method. My SimpleFormController is in session scope so I guess I get it from there, but how ?.
    2)When I...
  24. Replies
    2
    Views
    3,255

    Any clue how to sort it out ?

    Any clue how to sort it out ?
  25. Thread: MBean problem

    by mstachu
    Replies
    0
    Views
    1,721

    MBean problem

    I have piece of code :



    logger.info("\n\n\nAAA");
    Lifecycle mxglife=(Lifecycle)(SystemAdmin.context.getBean("mxgproxy"));
    logger.info("\n\n\nBBBB");


    code never prints BBBB....
Results 1 to 25 of 74
Page 1 of 3 1 2 3