RE: how to develop jetspeed with eclipse

2003-12-22 Thread Weaver, Scott
I develop both core jetspeed and jetspeed-dependent projects from within eclipse. I also make heavy use of the Sysdeo tomcat plugin which works great for debugging the your portal apps. Regards, ** | Scott T Weaver | | <[EMAIL PROTECTED]>

RE: how to develop jetspeed with eclipse

2003-12-22 Thread Suchisubhra Sinha \(susinha\)
Itz very easy. Just import jetspeed project in Eclipse workspace and point your build/build.xml as Build file for your external ant. Also change the build file to copy the war in your tomcat directory. Hope this helps you. ~suchi -Original Message- From: Paulo Jorge Zagalo das N

Cornerstone

2003-12-22 Thread David Sean Taylor
Cisco donated a component framework, Cornerstone, to Apache recently. The main developer of Cornerstone, Jun Yang, will be out on the Jetspeed IRC to field questions on Cornerstone. irc.codehaus.org:6667 #Jetspeed 5 PM PST - Monday December 22 To find out more about Cornerstone, see: http://cvs.

Re: JavaScript id clashing

2003-12-22 Thread Jeff Linwood
Hi Punit, Use the JSP tag to prefix any Javascript ID's, methods, or anything else that needs to be unique within a portlet. Each portlet will render a unique value for its namespace. Check Section 22.4 of the JSR 168 specification. Also check Section 12.3.4, Namespace Encoding, if you want to

RE: JavaScript id clashing

2003-12-22 Thread Weaver, Scott
> -Original Message- > From: Punit Pandey [mailto:[EMAIL PROTECTED] > Sent: Monday, December 22, 2003 6:22 AM > To: portlets; [EMAIL PROTECTED] > Subject: JavaScript id clashing > > > Hi All, > > What to do of JavaScript id clashing? Suppose two portlets > developed by two different de

DO NOT REPLY [Bug 25700] - clicking on column heading doesn't sort the bug list as it should

2003-12-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 25700] - clicking on column heading doesn't sort the bug list as it should

2003-12-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 25700] New: - clicking on column heading doesn't sort the bug list as it should

2003-12-22 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

JavaScript id clashing

2003-12-22 Thread Punit Pandey
Hi All, What to do of JavaScript id clashing? Suppose two portlets developed by two different developers have same id of some DOM element. If we will put both of the portlets on one page, JavaScript will produce error and JavaScript for both the controls will stop working. What is a workaround of

how to develop jetspeed with eclipse

2003-12-22 Thread Paulo Jorge Zagalo das Neves
Hi ! I want to help developing jetspeed! I try to see code, the struture, etc... I have made a little change to work on my jboss 3.2.3 ( but...this is not a question ). I want to develop with eclipse ( my prefered editor ), but I don't know how to organize jetspeed in projects, and include them