how to complie Action Class

2008-08-02 Thread safewraju
hi to all, i am working on Ubuntu OS. while compiling itz not giving any error, after compiling .class file also generating. but the main problem is for new .class files execute permission is not enabling. i have another action class which is compiled on windows platform itz working succe

how to complie Action Class

2008-08-02 Thread safewraju
hi to all, i am working on Ubuntu OS. while compiling itz not giving any error, after compiling .class file also generating. but the main problem is for new .class files execute permission is not enabling. i have another action class which is compiled on windows platform itz working succe

Re: how to complie Action Class

2008-08-02 Thread Jeromy Evans
Hi Narasimha, The struts-dev list is only for discussion about the development of struts itself. The struts-user mailing list is for questions about using struts, which this question isn't quite. Gabriel has provided an answer for your other question in that list. I suggest you try writing

Re: how to complie Action Class

2008-08-02 Thread Sreenivas M
try to change premissions of that class file and see. On Sat, Aug 2, 2008 at 5:35 PM, Jeromy Evans < [EMAIL PROTECTED]> wrote: > Hi Narasimha, > > The struts-dev list is only for discussion about the development of struts > itself. > The struts-user mailing list is for questions about using strut

Re: Will struts2-tiles-plugin support Portlets??

2008-08-02 Thread nikodll
Hi, I wrote a patch for struts2-portlet-plugin from struts-2.1.2 snapshot which implements PortletTilesResult with StrutsPortletTilesListener to use tiles with a portlets. Works for me and I think it's at least should be suitable for development purposes. But I did a smoke test on it yet - just

Re: Will struts2-tiles-plugin support Portlets??

2008-08-02 Thread Musachy Barroso
Hi Nikita, feel free to open a jira ticket (https://issues.apache.org/struts/) and attach a patch to it. musachy On Sat, Aug 2, 2008 at 4:17 PM, nikodll <[EMAIL PROTECTED]> wrote: > Hi, I wrote a patch for struts2-portlet-plugin from struts-2.1.2 snapshot > which implements PortletTilesResult wit