Re: Extending StrutsTypeConverter :: How to detect specific type of "Class toClass"?

2017-10-02 Thread Lukasz Lenart
2017-10-02 10:20 GMT+02:00 Yasser Zamani : > On 10/2/2017 11:00 AM, Lukasz Lenart wrote: >> was off for few days to take few >> off-road rides on my dirty bike;-) > > :) cool! I hope you did not reach any issue with your bike's Struts :) > > Just joking! welcome back

Re: Extending StrutsTypeConverter :: How to detect specific type of "Class toClass"?

2017-10-02 Thread Lukasz Lenart
2017-10-02 17:45 GMT+02:00 Burton Rhodes : > Lukasz - > I've created a fix in my fork of the struts project on GitHub. Should I > still create the JIRA or just submit a pull request? Not sure about > protocol here. Yes, please create the JIRA ticket and then reference it

Re: Extending StrutsTypeConverter :: How to detect specific type of "Class toClass"?

2017-10-02 Thread Burton Rhodes
Lukasz - I've created a fix in my fork of the struts project on GitHub. Should I still create the JIRA or just submit a pull request? Not sure about protocol here. Thanks, Burton On Mon, Oct 2, 2017 at 5:11 AM, Burton Rhodes wrote: > Lukasz - yes. The checkbox.ftl was

Re: Extending StrutsTypeConverter :: How to detect specific type of "Class toClass"?

2017-10-02 Thread Burton Rhodes
Lukasz - yes. The checkbox.ftl was overridden using the technique you linked to. For my case, I just performed the "simple" theme modification. However, after looking at the other checkbox.ftl files - it appears they just include the /simple/checkbox.ftl file - so the code change is only

Re: Question about upgrade to struts2 2.3.34 and session variables

2017-10-02 Thread Lukasz Lenart
2017-09-29 17:35 GMT+02:00 Roslyakova, Svetlana : > Below didn't work. We ended up creating new Map variable in Action, updating > that variable in jsp and setting session from that variable in Action. Thanks for posting back your solution, I think we should

Re: Extending StrutsTypeConverter :: How to detect specific type of "Class toClass"?

2017-10-02 Thread Yasser Zamani
On 10/2/2017 11:00 AM, Lukasz Lenart wrote: > was off for few days to take few > off-road rides on my dirty bike;-) :) cool! I hope you did not reach any issue with your bike's Struts :) Just joking! welcome back Ɓukasz! Actually such days traverses hardly for me as I do not hear about you

Re: Extending StrutsTypeConverter :: How to detect specific type of "Class toClass"?

2017-10-02 Thread Lukasz Lenart
2017-10-01 22:02 GMT+02:00 Burton Rhodes : > As a followup to my last email, it appears the Struts default design > pattern for checkboxes (submitting false values with hidden value) is the > cause. An easy fix for this would be to allow the developer to override > this