You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tiles.apache.org by "Amit Panwar (JIRA)" <ji...@apache.org> on 2007/05/17 07:29:42 UTC

[jira] Created: (TILES-181) Tiles affecting the scope of form bean

Tiles affecting the scope of form bean
--------------------------------------

                 Key: TILES-181
                 URL: https://issues.apache.org/struts/browse/TILES-181
             Project: Tiles
          Issue Type: Bug
          Components: tiles-api
         Environment: tiles 1.3.8  struts 1.3.8
            Reporter: Amit Panwar


i m using tile to render a page. this page will be rendered by combining three jsp pages header,menu,body .
When the page loads first time it is working properly , at first it is calling the reset method of bean and the getters of all properties. But when i submit the page then it must call the "execute" method of action class first ,  but it is calling reset and then it is calling the "execute" method and i m forwording  the page to its own defination , when it redirects the page it is not calling the reset method of form bean.

All three pages header,menu and body have Action and i m facing the problem in body page when i m submitting the body action.

please reply.

Amit Panwar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TILES-181) Tiles affecting the scope of form bean

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41001 ] 

Antonio Petrelli commented on TILES-181:
----------------------------------------

This JIRA instance is about Tiles 2, not about Struts-Tiles 1.3.8.
And anyway, you are asking a question, and this is not the place for asking questions!
Please, ask your question in STRUTS mailing list, since you're using Struts-Tiles 1.3.8

Antonio

> Tiles affecting the scope of form bean
> --------------------------------------
>
>                 Key: TILES-181
>                 URL: https://issues.apache.org/struts/browse/TILES-181
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api
>         Environment: tiles 1.3.8  struts 1.3.8
>            Reporter: Amit Panwar
>
> i m using tile to render a page. this page will be rendered by combining three jsp pages header,menu,body .
> When the page loads first time it is working properly , at first it is calling the reset method of bean and the getters of all properties. But when i submit the page then it must call the "execute" method of action class first ,  but it is calling reset and then it is calling the "execute" method and i m forwording  the page to its own defination , when it redirects the page it is not calling the reset method of form bean.
> All three pages header,menu and body have Action and i m facing the problem in body page when i m submitting the body action.
> please reply.
> Amit Panwar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (TILES-181) Tiles affecting the scope of form bean

Posted by "Amit Panwar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/TILES-181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41000 ] 

Amit Panwar commented on TILES-181:
-----------------------------------

This question is about TILES because after using tiles it is creating the
problem without using tiles it is working properly


> Tiles affecting the scope of form bean
> --------------------------------------
>
>                 Key: TILES-181
>                 URL: https://issues.apache.org/struts/browse/TILES-181
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api
>         Environment: tiles 1.3.8  struts 1.3.8
>            Reporter: Amit Panwar
>
> i m using tile to render a page. this page will be rendered by combining three jsp pages header,menu,body .
> When the page loads first time it is working properly , at first it is calling the reset method of bean and the getters of all properties. But when i submit the page then it must call the "execute" method of action class first ,  but it is calling reset and then it is calling the "execute" method and i m forwording  the page to its own defination , when it redirects the page it is not calling the reset method of form bean.
> All three pages header,menu and body have Action and i m facing the problem in body page when i m submitting the body action.
> please reply.
> Amit Panwar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (TILES-181) Tiles affecting the scope of form bean

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli updated TILES-181:
-----------------------------------

    Flags:   (was: [Patch, Important])

> Tiles affecting the scope of form bean
> --------------------------------------
>
>                 Key: TILES-181
>                 URL: https://issues.apache.org/struts/browse/TILES-181
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api
>         Environment: tiles 1.3.8  struts 1.3.8
>            Reporter: Amit Panwar
>
> i m using tile to render a page. this page will be rendered by combining three jsp pages header,menu,body .
> When the page loads first time it is working properly , at first it is calling the reset method of bean and the getters of all properties. But when i submit the page then it must call the "execute" method of action class first ,  but it is calling reset and then it is calling the "execute" method and i m forwording  the page to its own defination , when it redirects the page it is not calling the reset method of form bean.
> All three pages header,menu and body have Action and i m facing the problem in body page when i m submitting the body action.
> please reply.
> Amit Panwar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (TILES-181) Tiles affecting the scope of form bean

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli closed TILES-181.
----------------------------------


> Tiles affecting the scope of form bean
> --------------------------------------
>
>                 Key: TILES-181
>                 URL: https://issues.apache.org/struts/browse/TILES-181
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api
>         Environment: tiles 1.3.8  struts 1.3.8
>            Reporter: Amit Panwar
>
> i m using tile to render a page. this page will be rendered by combining three jsp pages header,menu,body .
> When the page loads first time it is working properly , at first it is calling the reset method of bean and the getters of all properties. But when i submit the page then it must call the "execute" method of action class first ,  but it is calling reset and then it is calling the "execute" method and i m forwording  the page to its own defination , when it redirects the page it is not calling the reset method of form bean.
> All three pages header,menu and body have Action and i m facing the problem in body page when i m submitting the body action.
> please reply.
> Amit Panwar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (TILES-181) Tiles affecting the scope of form bean

Posted by "Antonio Petrelli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/TILES-181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Antonio Petrelli resolved TILES-181.
------------------------------------

    Resolution: Not A Problem

Please don't ask questions in JIRA.
And, by the way, your questions is not about Tiles 2, but about Struts. So ask this questions in Struts mailing list:

http://struts.apache.org/mail.html

Best regards.

> Tiles affecting the scope of form bean
> --------------------------------------
>
>                 Key: TILES-181
>                 URL: https://issues.apache.org/struts/browse/TILES-181
>             Project: Tiles
>          Issue Type: Bug
>          Components: tiles-api
>         Environment: tiles 1.3.8  struts 1.3.8
>            Reporter: Amit Panwar
>
> i m using tile to render a page. this page will be rendered by combining three jsp pages header,menu,body .
> When the page loads first time it is working properly , at first it is calling the reset method of bean and the getters of all properties. But when i submit the page then it must call the "execute" method of action class first ,  but it is calling reset and then it is calling the "execute" method and i m forwording  the page to its own defination , when it redirects the page it is not calling the reset method of form bean.
> All three pages header,menu and body have Action and i m facing the problem in body page when i m submitting the body action.
> please reply.
> Amit Panwar

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.