Vic, is OmniCore.com CodeGuide 4 a Java IDE? We are using IBM's WSAD (combines Java IDE, like VAJ and JSP editors like Websphere studio) to edit Java code (such as the Action and ActionForm classes).
WSAD has a page Designer (like Websphere Studio) which offers visual desgning for JSP page, somewhat like FrontPage, where the developer can visually see the buttons, tables, images and such during development. WSAD also comes with a Source editor (just like Textpad) which only shows the JSP source code. The developer can choose to use either the Designer or the Source editor to compose a JSP page. Now we are trying to use Struts, the Designer from WSAD no longer recongnize the struts componnets such as Struts buttons. It shows a red triangular icon for any of the Struts component without any face value shown (like a button's value). What I am looking for is an editing tool that will recognize Struts components, e.g., Struts button and show the button during editing, i.e., before rendering with a browser. Hope I explained what I am looking for and appreciate for any suggestions. Yanhui -----Original Message----- From: Struts Newsgroup [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 8:40 AM To: [EMAIL PROTECTED] Subject: Re: Editor aware of Struts Subject: Re: Editor aware of Struts From: Vic Cekvenich <[EMAIL PROTECTED]> === You can do Struts with just JSP, you have to "edit" Java as well. (I use OmniCore.com CodeGuide 4 now, after NetBeans.org) To do things like table iterate of a resuult set, they will have to be OK with writing HTML <td><tr> Vic Yu, Yanhui wrote: > Hi all, > > Does anyone out there who can recommend us a tool that is Struts aware? We > are using WSAD and it can't recognize any struts tags in the Page Designer > that comes with WSAD. The developers don't really like to edit the Source > page (the text editor). We would very much appreciate any suggestions to > any tool that can visually edit a JSP page with Struts. Thank you very much > in advance, > > Yanhui > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

