Re: How to avoid ognl exception.

2013-11-11 Thread Antonios Gkogkakis
why don't you refactor your form and extract common functionality, so you don't have unused fields being submitted. You or whoever maintains your code will thank you some day. Antonios On 11 November 2013 06:02, Yaragalla Muralidhar wrote: > Ya but if i don't do anything why should i have unne

Re: How to avoid ognl exception.

2013-11-11 Thread Yaragalla Muralidhar
too much re factoring also confuses and makes it a great burden for maintainers. If it is a simple 2-3 form fields that i am not using then let them be there. It is because the 2-3 fields that are not used in one action will be used in another action for the same form. we have different modes. in "

struts1 with Ajax using struts tags

2013-11-11 Thread Narayana
I have a problem/doubt and describing here.I am using struts1.1(no plain jsp's only struts tags) and needs to implement ajax in that.Q-1) With out giving "action" property can't we write ?. If no I am using ajax in that form(now my form having button to submit form data). Could any one please help