Re: HTML pages convert to Struts/JSP pages

2004-06-10 Thread Bill Siggelkow
Struts console allows you to view in a graphical format the the Struts configuration XML files. To do what you want to do I would use the following step-by-step process -- forgive me if you have already performed some of these steps. 1. Read the Struts User Guide 2. Read over the Struts tags --

RE: HTML pages convert to Struts/JSP pages

2004-06-10 Thread Heligon Sandra
One person said me that it could be possible to use Struts Console. Has soemone already used this tool to do that ? -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: 09 June 2004 23:03 To: Struts Users Mailing List Subject: Re: HTML pages convert to Struts/JSP pages

RE: HTML pages convert to Struts/JSP pages

2004-06-09 Thread Jason Long
, 2004 4:43 AM To: '[EMAIL PROTECTED]' Subject: HTML pages convert to Struts/JSP pages Hi, I would like to shared basic HTML pages with an other web application which does not used Struts. Is it possible to convert HTM pages to Struts views automatically ?

Re: HTML pages convert to Struts/JSP pages

2004-06-09 Thread Mark Lowe
well you could start by grabbing your webapp with something like wget or curl. wget -r www.mysite.com/ This would give you the rendered html to then start working from, you'd still have to deal with the form input when the user submits it. I dont know if there' s a zero-cognition, abracadabra w

HTML pages convert to Struts/JSP pages

2004-06-09 Thread Heligon Sandra
Hi, I would like to shared basic HTML pages with an other web application which does not used Struts. Is it possible to convert HTM pages to Struts views automatically ? Is it an existing toolkit to do this ? Thanks a lot in advance Sandra

Re: HTML pages convert to Struts/JSP pages

2004-06-09 Thread Rick Reumann
Heligon Sandra wrote: In my Struts application I use JSP pages with DynaValidatorForm effectively I used Struts tags html:form, html:radio, bean:message, logic:equal etc.. I would like to use basic html pages (created for an other web application) and convert them to Struts pages in order to have a

RE: HTML pages convert to Struts/JSP pages

2004-06-09 Thread Hookom, Jacob
ges in order to have all Struts facilities. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: 09 June 2004 17:53 To: Struts Users Mailing List Subject: Re: HTML pages convert to Struts/JSP pages Heligon Sandra wrote: > I would like to shared basic HTML pages

RE: HTML pages convert to Struts/JSP pages

2004-06-09 Thread Heligon Sandra
. -Original Message- From: Rick Reumann [mailto:[EMAIL PROTECTED] Sent: 09 June 2004 17:53 To: Struts Users Mailing List Subject: Re: HTML pages convert to Struts/JSP pages Heligon Sandra wrote: > I would like to shared basic HTML pages with an other web > application >

Re: HTML pages convert to Struts/JSP pages

2004-06-09 Thread Rick Reumann
Heligon Sandra wrote: I would like to shared basic HTML pages with an other web application which does not used Struts. Is it possible to convert HTM pages to Struts views automatically ? Is it an existing toolkit to do this ? Not sure what you mean by these question

HTML pages convert to Struts/JSP pages

2004-06-09 Thread Heligon Sandra
Hi, I would like to shared basic HTML pages with an other web application which does not used Struts. Is it possible to convert HTM pages to Struts views automatically ? Is it an existing toolkit to do this ? Thanks a lot in advance