You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Kunaal A Trehan (JIRA)" <ji...@apache.org> on 2007/10/08 04:28:37 UTC

[jira] Created: (WW-2233) Ajax support and custom UI tags

Ajax support and custom UI tags
-------------------------------

                 Key: WW-2233
                 URL: https://issues.apache.org/struts/browse/WW-2233
             Project: Struts 2
          Issue Type: Improvement
    Affects Versions: 2.0.9
         Environment: All
            Reporter: Kunaal A Trehan


Hi 

I have two points of improvement for struts2.0.9

i) It seems that ajax theme does not support method name .
It always calls default execute method present in action class even though you specify the method name

ii)How to create custom tags in the struts 2..0.9.
I want to have some number  formatter tag.

eg.Imagine a jsp page with text field for salary 
I want to show in UI,if salary is 50k.
In UI it should show $50,000.00

However on submission it should submit 50000 as value
What could be the steps for creating such custom tags

Thanks
Kunaal A Trehan



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


[jira] Updated: (WW-2233) Ajax support and custom UI tags

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

Ted Husted updated WW-2233:
---------------------------

    Flags:   (was: [Important, Patch])

> Ajax support and custom UI tags
> -------------------------------
>
>                 Key: WW-2233
>                 URL: https://issues.apache.org/struts/browse/WW-2233
>             Project: Struts 2
>          Issue Type: Improvement
>    Affects Versions: 2.0.9
>         Environment: All
>            Reporter: Kunaal A Trehan
>
> Hi 
> I have two points of improvement for struts2.0.9
> i) It seems that ajax theme does not support method name .
> It always calls default execute method present in action class even though you specify the method name
> ii)How to create custom tags in the struts 2..0.9.
> I want to have some number  formatter tag.
> eg.Imagine a jsp page with text field for salary 
> I want to show in UI,if salary is 50k.
> In UI it should show $50,000.00
> However on submission it should submit 50000 as value
> What could be the steps for creating such custom tags
> Thanks
> Kunaal A Trehan

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


[jira] Resolved: (WW-2233) Ajax support and custom UI tags

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

Musachy Barroso resolved WW-2233.
---------------------------------

    Resolution: Not A Problem

i) how the framework handles a URL is not different between an "ajax" request and a regular one.
ii) please ask questions on the user mailing list.

> Ajax support and custom UI tags
> -------------------------------
>
>                 Key: WW-2233
>                 URL: https://issues.apache.org/struts/browse/WW-2233
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Dojo Tags
>    Affects Versions: 2.0.9
>         Environment: All
>            Reporter: Kunaal A Trehan
>             Fix For: 2.2.x
>
>
> Hi 
> I have two points of improvement for struts2.0.9
> i) It seems that ajax theme does not support method name .
> It always calls default execute method present in action class even though you specify the method name
> ii)How to create custom tags in the struts 2..0.9.
> I want to have some number  formatter tag.
> eg.Imagine a jsp page with text field for salary 
> I want to show in UI,if salary is 50k.
> In UI it should show $50,000.00
> However on submission it should submit 50000 as value
> What could be the steps for creating such custom tags
> Thanks
> Kunaal A Trehan

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


[jira] Updated: (WW-2233) Ajax support and custom UI tags

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

Don Brown updated WW-2233:
--------------------------

    Fix Version/s:     (was: 2.1.4)
                   2.2.x

> Ajax support and custom UI tags
> -------------------------------
>
>                 Key: WW-2233
>                 URL: https://issues.apache.org/struts/browse/WW-2233
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Plugin - Dojo Tags
>    Affects Versions: 2.0.9
>         Environment: All
>            Reporter: Kunaal A Trehan
>             Fix For: 2.2.x
>
>
> Hi 
> I have two points of improvement for struts2.0.9
> i) It seems that ajax theme does not support method name .
> It always calls default execute method present in action class even though you specify the method name
> ii)How to create custom tags in the struts 2..0.9.
> I want to have some number  formatter tag.
> eg.Imagine a jsp page with text field for salary 
> I want to show in UI,if salary is 50k.
> In UI it should show $50,000.00
> However on submission it should submit 50000 as value
> What could be the steps for creating such custom tags
> Thanks
> Kunaal A Trehan

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