RE: Action servlet becomes null in UNIX environment

2008-05-07 Thread Allen, Daniel
M To: Struts Users Mailing List Subject: Re: Action servlet becomes null in UNIX environment Thanks for the prompt reply. Its a late 90's huge application in which now i cannot start using Strus 2 as iam the only developer working on this. We are using html in java code because the JSP changes a

Re: Action servlet becomes null in UNIX environment

2008-05-07 Thread Raghuveer Rawat
Thanks for the prompt reply. Its a late 90's huge application in which now i cannot start using Strus 2 as iam the only developer working on this. We are using html in java code because the JSP changes at run time according to the user inputs . Yeah , i agree that coz of diff environment we face

RE: Action servlet becomes null in UNIX environment

2008-05-07 Thread Allen, Daniel
A couple of things strike me as really odd about this. First: why are you creating HTML using strings in Java code? The whole point of JSPs was to avoid doing exactly that. You should either make use of .jsp files and the logic tags in Struts [1] or just use regular servlets if you really want to