Re: problem with i18n

2014-12-19 Thread Yaragalla Muralidhar
I am using eclipse. yes it is copied into same package. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 12:46 PM, Lukasz Lenart wrote: > 2014-12-20 4:57 GMT+01:00 Yaragalla Muralidhar >: > > Hi I have created

Re: problem with i18n

2014-12-19 Thread Lukasz Lenart
2014-12-20 4:57 GMT+01:00 Yaragalla Muralidhar : > Hi I have created an action class and i have created an properties file > with the same name as action class. Then i am using the following code > > key="sample.reg.sampleid"/> > > Even though the resource bundle key is specified the label is anot

Re: problem with i18n

2014-12-19 Thread Yaragalla Muralidhar
Is there something i have to configure in struts.xml file? *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 9:27 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > Hi I have created an action class an

Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
Problem solved. Thank you so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:37 AM, Yaragalla Muralidhar < yaragallamur...@gmail.com> wrote: > i mean 'list" attribute is set with the property in action c

problem with i18n

2014-12-19 Thread Yaragalla Muralidhar
Hi I have created an action class and i have created an properties file with the same name as action class. Then i am using the following code Even though the resource bundle key is specified the label is anot appearing for the text field. is there something i am missing? is some where else also

Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
i mean 'list" attribute is set with the property in action class. The same code is working fine on the remaining page. Thanking you. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:32 AM, Yaragalla Muralidhar <

Re: problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
Which property are u asking? branches is properly set in action that is the reason it is showing one of the value. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 8:28 AM, Dave Newton wrote: > Is the property

Re: problem with select tag

2014-12-19 Thread Dave Newton
Is the property set in the Acton? On Dec 19, 2014 9:54 PM, "Yaragalla Muralidhar" wrote: > Hi i am using the select tag as below > > headerKey="-1" headerValue="Select Branch" >list="branches" cssClass="select" > required="true" /> > > by default it should s

problem with select tag

2014-12-19 Thread Yaragalla Muralidhar
Hi i am using the select tag as below by default it should show "select Branch" but it is showing one of the values as the default value. Am i missing something? I want "Select Branches" as the default option. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/

Re: Problem with form tag

2014-12-19 Thread Yaragalla Muralidhar
Thank u so much. *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/ * On Sat, Dec 20, 2014 at 3:26 AM, Dave Newton wrote: > The default XHTML theme? Hard to say without actionable details. > On Dec 19, 2014 4:52 PM, "Yaragalla Muralidhar"

Re: Problem with form tag

2014-12-19 Thread Dave Newton
The default XHTML theme? Hard to say without actionable details. On Dec 19, 2014 4:52 PM, "Yaragalla Muralidhar" wrote: > I am using struts2.3.20. I have designed my page using divs. Everything is > perfect. at the end i have added tag. all the alignment went > wrong. The page looks awkward. wha

Problem with form tag

2014-12-19 Thread Yaragalla Muralidhar
I am using struts2.3.20. I have designed my page using divs. Everything is perfect. at the end i have added tag. all the alignment went wrong. The page looks awkward. what could be the problem? *Thanks and Regards,* Muralidhar Yaragalla. *http://yaragalla.blogspot.in/

Re: Migration to 2.3.20 - Issue with UnknownHandler and ConventionPlugin

2014-12-19 Thread Thim Anneessens
I suspected this was an oversigth. Looking forward for the definitive fix. Thanks for the feedback Ɓukasz. Best regards, Thim. On 12/19/2014 09:56 AM, Lukasz Lenart wrote: Thanks Tim! Great that you was able to find the same solution as described here [1] - to put some more details here: - th

Re: Migration to 2.3.20 - Issue with UnknownHandler and ConventionPlugin

2014-12-19 Thread Lukasz Lenart
Thanks Tim! Great that you was able to find the same solution as described here [1] - to put some more details here: - the issue was with default implementation of UnknownHandler which was throwing NPE by default (throw null) - that's why everything was fine before 2.3.20, DefaultActionInvocation