[ANNOUNCE] Visual Tags for Struts Dreamweaver Extension Released

2003-09-04 Thread Forest Arnold
FWA Software, Inc, has released Visual Tags for Struts, a Dreamweaver extension that fully integrates the Struts 1.1 custom tags with Dreamweaver MX. Two versions of Visual Tags for Struts are available: a Standard Edition and a Designer Edition. Both editions provide the following standard

Re: [ANNOUNCE] Visual Tags for Struts Dreamweaver Extension Released

2003-09-04 Thread Vic Cekvenich
Does this also support JSTL? .V Forest Arnold wrote: FWA Software, Inc, has released Visual Tags for Struts, a Dreamweaver extension that fully integrates the Struts 1.1 custom tags with Dreamweaver MX. Two versions of Visual Tags for Struts are available: a Standard Edition and a Designer Edition

Re: [ANNOUNCE] Visual Tags for Struts Dreamweaver Extension Released

2003-09-04 Thread Forest Arnold
No, it only integrates the six Struts 1.1 tag libraries with Dreamweaver. fwa Vic Cekvenich [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Does this also support JSTL? .V Forest Arnold wrote: FWA Software, Inc, has released Visual Tags for Struts, a Dreamweaver extension

struts, Dreamweaver, Dreamweaver templates

2003-08-14 Thread David Thielen
Hi; I created my jsp pages using Dreamweaver and using the templates feature in Dreamweaver. I'm now incorporating struts and mixing that with Dreamweaver is difficult. Does this work ok or should I give up on templates? thanks - dave

RE: struts, Dreamweaver, Dreamweaver templates

2003-08-14 Thread Mark Galbreath
, Dreamweaver, Dreamweaver templates I've used Dreamweaver with struts without issue, but in general lean towards tiles for doing page templates. It really doesn't matter and depends on the technical aptitude of the HTML folks when deciding which way to go, but both work. What problem are you seeing

RE: struts, Dreamweaver, Dreamweaver templates

2003-08-11 Thread Stephen Brown
I've used Dreamweaver with struts without issue, but in general lean towards tiles for doing page templates. It really doesn't matter and depends on the technical aptitude of the HTML folks when deciding which way to go, but both work. What problem are you seeing? -Original Message

Re: struts, Dreamweaver, Dreamweaver templates

2003-08-07 Thread David Thielen
, 2003 3:20 PM Subject: RE: struts, Dreamweaver, Dreamweaver templates I've used Dreamweaver with struts without issue, but in general lean towards tiles for doing page templates. It really doesn't matter and depends on the technical aptitude of the HTML folks when deciding which way to go

Re: Working with Struts + Dreamweaver

2003-07-28 Thread Erik Price
Erez Efrati wrote: I have a JBoss/Tomcat/Struts project in which till now I have written all the pages manually with a simple editor. I have recently downloaded Dreamweaver by Macromedia and started playing with it to see what it is capable of doing. Being far from expert in HTML page design my

RE: Working with Struts + Dreamweaver

2003-07-28 Thread Erez Efrati
By the way Eric, for Windows, I looked up there but I guess I didn't find it, I only found Linux versions. Erez -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 8:06 PM To: Struts Users Mailing List Subject: Re: Working with Struts + Dreamweaver

Re: Working with Struts + Dreamweaver

2003-07-28 Thread Erik Price
-Original Message- From: Erik Price [mailto:[EMAIL PROTECTED] Sent: Monday, July 28, 2003 8:06 PM To: Struts Users Mailing List Subject: Re: Working with Struts + Dreamweaver Erez Efrati wrote: I have a JBoss/Tomcat/Struts project in which till now I have written all the pages manually

Working with Struts + Dreamweaver

2003-07-25 Thread Erez Efrati
I have a JBoss/Tomcat/Struts project in which till now I have written all the pages manually with a simple editor. I have recently downloaded Dreamweaver by Macromedia and started playing with it to see what it is capable of doing. Being far from expert in HTML page design my questions are: 1

RE: Working with Struts + Dreamweaver

2003-07-25 Thread Mike Jasnowski
1. Is it really necessary to work with such a product? It's really up to you, whatever makes you most productive. Have you looked at using utilities like XDoclet to generate some of your code as well? 2. Is it possible to work with Struts and Dreamweaver together? What does it take to do

RE: Working with Struts + Dreamweaver

2003-07-25 Thread Erez Efrati
+ Dreamweaver 1. Is it really necessary to work with such a product? It's really up to you, whatever makes you most productive. Have you looked at using utilities like XDoclet to generate some of your code as well? 2. Is it possible to work with Struts and Dreamweaver together? What does it take

RE: Working with Struts + Dreamweaver

2003-07-25 Thread Hookom, Jacob
PROTECTED] Sent: Friday, July 25, 2003 2:35 PM To: 'Struts Users Mailing List' Subject: RE: Working with Struts + Dreamweaver Thank for answer, So what do you usually use? And if the project also uses Tiles? Any help here is blessed.. :) Erez -Original Message- From: Mike Jasnowski

RE: Working with Struts + Dreamweaver

2003-07-25 Thread Mike Jasnowski
using an IDE for this is not that big of a win at this point for us. I'm not sure there exists a JSP tools/designer that natively supports Tiles, but I could be wrong. I think it would probably be a great thing if whomever developed the DreamWeaver extension might extend it to support Tiles if that's

Re: Why html:xxx tags? / Dreamweaver and .do extension

2003-07-07 Thread tek1
Thank you all for your replies! - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Why html:xxx tags? / Dreamweaver and .do extension

2003-07-06 Thread Andrew Hill
Subject: Re: Why html:xxx tags? / Dreamweaver and .do extension tek1 wrote: Sorry for the newbie questions, but... [ Why html:xxx tags? ] On the .jsp page, why is it necessary to replace the standard html tags with the Struts-specific ones (i.e. html:form instead of just form). In other words

Re: Why html:xxx tags? / Dreamweaver and .do extension

2003-07-06 Thread Denis Baranov
- From: Ted Husted [mailto:[EMAIL PROTECTED] Sent: Sunday, 6 July 2003 05:02 To: Struts Users Mailing List Subject: Re: Why html:xxx tags? / Dreamweaver and .do extension tek1 wrote: Sorry for the newbie questions, but... [ Why html:xxx tags? ] On the .jsp page, why is it necessary to replace

Why html:xxx tags? / Dreamweaver and .do extension

2003-07-05 Thread tek1
? [ Dreamweaver and .do extension ] If there are any Dreamweaver users out there, how do you specify that Dreamweaver also open files that end with .do (and .vm)? I tried adding the extensions under Edit - Preferences - File Types / Editors Category - Open in Code View, but it didn't work. I would

Re: Why html:xxx tags? / Dreamweaver and .do extension

2003-07-05 Thread Rob Leland
tek1 wrote: Sorry for the newbie questions, but... [ Why html:xxx tags? ] On the .jsp page, why is it necessary to replace the standard html tags with the Struts-specific ones (i.e. html:form instead of just form). In other words, what special features of Struts requires these specially

Re: Why html:xxx tags? / Dreamweaver and .do extension

2003-07-05 Thread Ted Husted
approaches. There are both XLS and Velocity Template extension for Struts that work just fine with out the tags. The Velocity Templates (.vm) work particularly well in visual HTML editors out of the box. [ Dreamweaver and .do extension ] If there are any Dreamweaver users out there, how do you specify

Another new user. How to read struts jsps in Dreamweaver.

2003-06-20 Thread Brian Coakley
We are a tiny startup with two designers and two developers. The designers use Dreamweaver to design the original screens. We (developers) then plugged the code in. Now the designers need to clean up theses jsps. They usually use Dreamweaver but there are lots of problems viewing the struts

RE: Integration of Struts in Dreamweaver, and LiveData

2003-02-20 Thread Heligon Sandra
Until now I had only installed the extension CTLX (http://jakarta.apache.org/taglibs/doc/ultradev4-doc/) but I had some problems to insert the struts tags in the pages. I thus installed the extension Dreamweaver Integration Kit 1.1.0 but I a have the same problem how do you access to the Struts

Integration of Struts in Dreamweaver, and LiveData

2003-02-19 Thread Bruno Cros
Hi, First, i want to tell to all that i found a good wysiwyg Dreamweaver extension to design Struts pages. Perhaps some of you already knows it, but I give it again cause I spent 2 days to find it ! It's Dreamweaver Integration Kit 1.1.0 made for OptimalJ product

Struts and Dreamweaver MX

2003-02-15 Thread Bruno Monteiro
Dear Struts subscribers, I am currently in a web applications project developing the visual layout and templates with tiles. I have already tried to work with Dreamweaver MX using the product dinamic capabilities and live data feature, but even with the need taglibs imported the visual mode

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-19 Thread Heligon Sandra
Subject: Re: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles I tried to configure UD in the past without succes.In the server model option it shows only a jsp 1.0 support, so I think you can't use struts 1.1. Dreamvewaver MX taglib support is unlimited ( requires only a tld file configured

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-19 Thread Heligon Sandra
]] Sent: 18 December 2002 11:18 To: 'Struts Users Mailing List' Subject: RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles I really find this remark not constructive. I do not seek somebody who hates this tool but on the contrary, somebody which uses it with Struts(voir Tiles

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-19 Thread Haseltine, Celeste
Sandra, Have you thought of paying the upgrade price on Macromedia's web site to go from Dreamweaver UltraDev to Dreamweaver MX? Also, there are free IDE options out on the web that you can use. One of the ones we use in my development shop is Eclipse. There are numerous plugin that you can

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-19 Thread Heligon Sandra
Until now I was unaware of the existence of Dreamweaver MX. Which does bring moreover than Ultradev4? Concerning the OpenSource products, I already heard spoken about Eclipse. My boss made the choice use JBuilder (because we used already Borland then C++ Builder) I do not say that it is the best

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-19 Thread Haseltine, Celeste
Sandra, Dreamweaver MX was release some time back. Visit the Macromedia web site to obtain more information regarding the price to upgrade your version of Dreamweaver UltraDev to MX. Also, some of my development staff has informed me that you can obtain test drive copies of Dreamweaver MX off

Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Heligon Sandra
I will wish to know if somebody uses Marcomedia Dreamweaver Ultradev4 to develop JSP by using Struts tags + Tiles components. I use Tomcat4.0.1 with JSP1.2 and Servlet2.3 and I can not define a site. Thanks in advance Sandra -- To unsubscribe

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Heligon Sandra
:[EMAIL PROTECTED]] Sent: 18 December 2002 10:25 To: 'Struts Users Mailing List' Subject: RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles I will wish to know if somebody uses Marcomedia Dreamweaver Ultradev4 to develop JSP by using Struts tags + Tiles components. I

Re: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Peng Tuck Kwok
Could you give more info on how is that you intend to use Dreamweaver and struts? I understand that Dreamweaver is mainly a html design tool. Perhaps what you are looking for is something more like a java ide that works well with struts ? Heligon Sandra wrote: I really find this remark

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread ROSSEL Olivier
OSS adepts, who used to hear, a few years ago: Open Source can't win, support is too poor. Nowadays, proprietary software users rely on Open Source mailing-lists for infos about their (expensive :-) products. BTW, I am also very interested in reports about Struts-Dreamweaver integration. Note

Re: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread SCOTT VENTER
Good day, I use Dreamweaver MX, and struts tag-libs to develop jsp's for my struts web applications. I do not use tiles. You say you are having trouble defining a site. What is the specific problem? Scott

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Heligon Sandra
Dreamweaver UltraDev is not only one tool of design, it facilitates the construction of Web page by the use of graphic components. Not knowing really HTML syntax I will use Ultradev to organize the components (edict, table, buttons...)on each page. I installed the extension Custom Tag Library

Re: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Duma Rolando
with live data feature enabled. Bye - Original Message - From: Heligon Sandra [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, December 18, 2002 10:08 AM Subject: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles I will wish to know if somebody uses Marcomedia Dreamweaver

RE: Marcomedia Dreamweaver Ultradev4 - Struts - Tiles

2002-12-18 Thread Haseltine, Celeste
What do you mean by defining a site? Some of my developers use Macromedia Dreamweaver MX to create/template JSP pages/templates, though I prefer to code my HTML by hand in Eclipse using various plug-ins. But I create all of our new J2EE projects on a test server using Macromedia's JRUN Server

How to import Struts tag lib into Dreamweaver MX?

2002-07-18 Thread Jason Zhou
Best Regards, J. Jason Zhou Business Intelligence Platform Division (BIP), R D, SAS Institute, 100 SAS Campus Dr. Cary, North Carolina 27513-8617 Voice: 919-531-0568(O) Email: [EMAIL PROTECTED] -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail:

Re: How to import Struts tag lib into Dreamweaver MX?

2002-07-18 Thread Shane Witbeck
Edit Taglibs click on the + button JSP then you have the choice of importing from the taglib descriptor (*.tld) or the application descriptor (web.xml) assuming you have already defined the struts taglib. HTH, Shane Best Regards, J. Jason Zhou Business Intelligence Platform Division

Using Struts Tags in Dreamweaver MX

2002-07-18 Thread Matt Raible
This is the best tip I've seen in a long time! http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg36364.ht ml Thanks! Matt -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Re: Can Dreamweaver and Struts work together

2002-03-28 Thread Daniel WAMARA
I'm using Dreamweaver since the version 2 and now I'm in the 4th and work with Struts, you can use DW4 qith Struts by adding an extension that you can find on http://javacentral.compuware.com and download OptimalJ Dreamweaver Integration Kit 1.0.9 and you will be able to directly add Struts

Re: Can Dreamweaver and Struts work together

2002-03-28 Thread Rick Kalifa
, March 27, 2002 12:27 AM Subject: Can Dreamweaver and Struts work together Hi Has anyone successfully got Dreamweaver and Struts to cooperate together. I want to be able to edit my jsp files(with struts tags) in Dreamweaver 4 UltraDeveloper. Cheers Tony

Re: Can Dreamweaver and Struts work together

2002-03-27 Thread Jon Ferguson
got Dreamweaver and Struts to cooperate together. I want to be able to edit my jsp files(with struts tags) in Dreamweaver 4 UltraDeveloper. Cheers Tony _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com

Re: Struts plugin for Dreamweaver 4.0

2002-03-26 Thread Jon Ferguson
plugin for Dreamweaver 4.0. I could not locate this on macromedia.com Please let me know where I can download this. Andi S. Giri Softsquare Name: winmail.dat winmail.datType: application/ms

Can Dreamweaver and Struts work together

2002-03-26 Thread $B%"%s%H%K!<(B $B%9%F%$%9(B
Hi Has anyone successfully got Dreamweaver and Struts to cooperate together. I want to be able to edit my jsp files(with struts tags) in Dreamweaver 4 UltraDeveloper. Cheers Tony _ Do You Yahoo!? Get your free @yahoo.com address

Struts plugin for Dreamweaver 4.0

2002-03-25 Thread Andi S. Giri
Hello We are implementing Struts on a project, and would like to use the Struts plugin for Dreamweaver 4.0. I could not locate this on macromedia.com Please let me know where I can download this. Andi S. Giri Softsquare winmail.dat Description: application/ms-tnef -- To unsubscribe, e-mail

Struts Dreamweaver extension

2001-12-14 Thread Anthony Chater
We are testing the Compuware Struts tag Dreamweaver extension in MacromediaUltradev as this appears to be the most complete Struts visual tooling around. However we are not having 100% in achieving what we need. Our situation is as follows : We receive HTML files from a design bureau

Struts Dreamweaver extension

2001-11-20 Thread Kok, Arjan
Hello, Some time ago we at Compuware Amsterdam lab announced a project to integrate the Struts taglibs in MacroMedia Dreamweaver. The project has finished, and as promised the Dreamweaver extension can be freely downloaded. Goto http://javacentral.compuware.com and download OptimalJ Dreamweaver

Re: Struts Dreamweaver extension

2001-11-20 Thread Daniel WAMARA
It works well but is a bit slow when it comes to show properties of a Struts tag, I already use Dreamweaver since the version 2 and see the growing of that application and working now with Struts, my desire would have been to be able to integrate directly Struts tags with DW and now it's done

RE: Struts Dreamweaver extension

2001-11-20 Thread Paul Bienick
Hello, This is great, but I couldn't get any of the .JSP files from the Struts example app to open without multiple parsing errors. (Dreamweaver/Ultradev 4). Paul -Original Message- From: Kok, Arjan [mailto:[EMAIL PROTECTED]] Sent: Monday, November 19, 2001 8:02 AM To: '[EMAIL

RE: Struts Dreamweaver extension

2001-11-20 Thread Daniel WAMARA
You got it right, I just got the same and I really don't know why. Daniel WAMARA From: Paul Bienick [EMAIL PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Subject: RE: Struts Dreamweaver extension Date: Tue, 20 Nov 2001 07:36

Dreamweaver Custom Tag Support

2001-10-01 Thread Frédéric Houbie - ABSIS-GROUP
Hi, I'm trying to use this feature but when I had a html:text tag for exemple, I get this error javax.servlet.ServletException :Cannot find ActionMappings or ActionFormBeans Collections. Is there something missing in my classpath ? Thanks Frederic

Re: Dreamweaver Custom Tag Support

2001-10-01 Thread Christophe Marchand
Yes it does ! I've spend all the night on this problem. Try to print your classpath and check it. - Original Message - From: Frédéric Houbie - ABSIS-GROUP To: Struts-User Sent: Monday, October 01, 2001 4:05 PM Subject: Dreamweaver Custom Tag Support Hi

Dreamweaver UltraDev Translator for struts

2001-07-09 Thread Robin Mousley
A few weeks ago, there was a post about an updated translator for Dreamweaver that meant you could use struts more easily with DW. Is this available anywhere for download? Also can someone explain the difference between this and the CTLX extension for Dreamweaver? TIA Robin

Re: Dreamweaver UltraDev Translator for struts

2001-07-09 Thread Ted Husted
This is hosted at Jakarta Tablibs now. http://jakarta.apache.org/taglibs/doc/ultradev4-doc/intro.html -- Ted Husted, Husted dot Com, Fairport NY USA. -- Custom Software ~ Technical Services. -- Tel 716 737-3463. -- http://www.husted.com/about/struts/

Re: Dreamweaver and Struts 1.0 - updated translator now available..

2001-06-18 Thread Ned Seagoon
: Dreamweaver and Struts 1.0 - updated translator now available.. Hi Everyone, Recently I downloaded from husted.com an old Dreamweavertranslator for Struts 0.5 to use in coding my Struts 1.0 JSPs, however I've had a lot of problems with it... I've since converted this to support

DreamWeaver and Struts 504 Gateway Timeout Error

2001-06-15 Thread Scott Ryan
I am trying to use the CTLX extension that allows one to use JSP tags, specifically struts tags within the Dreamweaver environment. I am working on Window NT and I got one user working correctly. When I tried to access the environment from another environment I received a 504 Gateway timeout

Dreamweaver and Struts 1.0 - updated translator now available..

2001-06-14 Thread Karen
in conjunction with a JSP include extension found on the dreamweaver site. If anyone is interested in a copy of this I'm happy to provide - please email me on [EMAIL PROTECTED] and I'll send the translator + instructions via return email... Regards, Don Elliott www.i4-talent.com Melbourne, Australia FYI

Modifying Custom Tag HTML Libraries in Dreamweaver

2001-06-11 Thread Satish Khanzode
From the archive I found that there is a Custom Tag Library Extension for Dreamweaver at http://www.shokker.com/ctlx/ctlx.zip. Can anyone share their experience of using it? satish

CTLX Dreamweaver Extension Error

2001-06-01 Thread Luna, Kat
Title: CTLX Dreamweaver Extension Error Hi, Has anyone encountered a Tomcat:SecurityException when running the ctlx Extension for Dreamweaver? The Floater displays the list of tld's, but onClick() of useTaglibs.html throws the following exception while trying to load the array of taglibs

Re: Dreamweaver ThirdPartyTags for HTML taglib?

2001-04-04 Thread Thierry Cools
] Sent: Wednesday, April 04, 2001 3:30 AM Subject: Re: Dreamweaver ThirdPartyTags for HTML taglib? Unfortunately, I jumped the gun. I quickly realized that the Dreamweaver ThirdPartyTags only allows you to substitute an icon in place of a tag and can not render HTML elements as I

RE: Dreamweaver ThirdPartyTags for HTML taglib?

2001-04-04 Thread Ludwig, Pat
Bill, try the Translator tags that Terry wrote and i referenced. it translates the Struts tags into HTML which Dreamweaver can render. the only difficulty is in dealing with the properties of the tag. the DW property sheet doesn't recognize the tag so you'll end up editing the properties

Dreamweaver ThirdPartyTags for HTML taglib?

2001-04-03 Thread Bill Bunting
Has anyone built ThirdPartyTags (xml) for Dreamweaver (UltraDev) for the struts JSP taglibs -- specifically the HTML taglib? [Without a custom third party tags for struts, you can not visualize how the screens will look in Dreamweaver. So, without a good visual HTML editor, then graphic

RE: Dreamweaver ThirdPartyTags for HTML taglib?

2001-04-03 Thread Ludwig, Pat
Bill, there is a DreamWeaver translator written by Thierry Cools for Struts 0.5 that works pretty well that you can find and download at Ted Husted's site. http://www.husted.com/about/struts/dw-struts.zip it doesn't use the new Translation Manager xml approach, but will allow you to see

Re: Dreamweaver ThirdPartyTags for HTML taglib?

2001-04-03 Thread Martin Duffy
Bill, There is a Dreamweaver/Ultradev Taglib Manager that is available. It uses the Live Data feature of Ultradev and the tags aredynamic in the page when you put put them on the page. Struts tagslibs work with it. I have had mixed success with it. Sometimes I get errors. I have included

Re: Dreamweaver TagLib

2001-03-05 Thread bram
Hi if you make a dir in Macromedia\Dreamweaver UltraDev\Configuration\Objects eg "Struts", you get in your object window a new panal called "Struts" then you have to make your "tool buttons" like in the other dirs (copying the Forms dir works is the eas

Re: Dreamweaver TagLib

2001-03-05 Thread Martin Duffy
Message - From: "Ted Husted" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, March 05, 2001 7:17 PM Subject: Re: Dreamweaver TagLib Well, that's pretty cool. In the script, I renamed struts: to html: (since they seemed to be the HTML tags), and it started to display my f

Re: Dreamweaver TagLib

2001-03-05 Thread Thierry Cools
Title: RE: Dreamweaver TagLib For all people interrested in the alpha version, you can download it at this address http://www.husted.com/about/struts/ Thierry Thierry CoolsSenior Java Developer S1 Brussels Kleine Kloosterstraat, 23 1932 st. Stevens-Woluwe Belgium Tel : +32 2 200 43 82

Re: Dreamweaver TagLib

2001-03-04 Thread Ted Husted
I picked it up from another posting, and to be honest, I'm not sure how to use it either ;0 I'm working on an extensions of my own now. Let me know if you're interested in an alpha. This let's you use Struts tags within Dreamweaver as if they were standard HTML tags. Dreamweaver doesn't seem

Re: Dreamweaver TagLib

2001-03-04 Thread Jens Rehpöhler
Hi Ted, Dreamweaver doesn't seem to read TLD's directly. It has its own extension system -- that also works with ColdFusion, ASP, and whatever else. as far as I know Dreamweaver or better Dreamweaver Ultradev supports only JSP 1.0. That would explain why Dreamweaver can't handle TLD's

Re: Dreamweaver TagLib

2001-03-04 Thread Martin Duffy
if we might all work together on this. I think that I understand the htm file now. It is not an extension. Because an extension would have to be installed using the extension manager and they have mxp file extensions. I need to do a little research on how it is installed in Dreamweaver. I would also

Re: Dreamweaver TagLib

2001-03-04 Thread Thierry Cools
- From: Martin Duffy To: [EMAIL PROTECTED] Sent: Saturday, March 03, 2001 8:33 AM Subject: Dreamweaver TagLib I guess that this may be off topic but.I saw the DreamWeaver Struts taglib(?) on Ted Husted's site. Are there anyinstructions for using it? It looks to me

Dreamweaver TagLib

2001-03-03 Thread Martin Duffy
I guess that this may be off topic but. I saw the DreamWeaver Struts taglib(?) on Ted Husted's site. Are there any instructions for using it? It looks to me like it is some sort of pre-processor? I do not understand how to use it. I thought that taglibs were TLD's? Thanks Martin

RE: Dreamweaver

2001-02-05 Thread Kok, Arjan
Thierry Cools submitted a simple prototype for a Struts Dreamweaver extension: http://marc.theaimsgroup.com/?l=struts-user http://marc.theaimsgroup.com/?l=struts-userm=97445773011774w=2 m=97445773011774w=2 Note:A project is started to extend this prototype to get a fully functional Struts

Re: Dreamweaver

2001-02-04 Thread Martin Duffy
I have been looking into the possibility of writing Struts extensions for UltraDev4 (which is an extension of Dreamweaver itself). I would be interested in getting such extensions as well if they are available. I will look in the list archives to see of I can find anything

Dreamweaver

2001-02-03 Thread Charles Beckham
I seem to recall a mention of DW extensions for 0.5does anyone know where I can get such extensions? charles beckham

PROPOSAL: Struts Dreamweaver Integration

2001-02-02 Thread Kok, Arjan
Hello, We (Compuware Amsterdam Lab) will start a project to integrate the Struts taglibs in MacroMedia Dreamweaver. It will become possible to edit JSP files with Struts tags using Dreamweaver, with all the advantages of a Web Authoring tool. We are planning to publish the Struts Dreamweaver

Re: TAG-File for Dreamweaver

2000-11-17 Thread piyush raj jain
hi Cools Sorry .. but just curious never worked on dreamweaver .. how this is beneficiary in overall development with struts. what we do is graphic desiner makes a prototype then jsp person edit it and transform the htmls to jsps. havn't implemented any thing on struts. cheers piyush Thierry

RE: TAG-File for Dreamweaver

2000-11-17 Thread Yuan Jun
st. Stevens-Woluwe Belgium Tel : +32 2 200 43 82 Email : [EMAIL PROTECTED] - Original Message - From: piyush raj jain To: [EMAIL PROTECTED] Sent: Thursday, November 16, 2000 11:03 AM Subject: Re: TAG-File for Dreamweaver hi Cools Sorry .. but just curious never worked on dreamweaver