I've sent the latest war to your email address to avoid posting the war to the user list.
>From: [EMAIL PROTECTED] >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> >To: Struts Users Mailing List <[EMAIL PROTECTED]> >CC: [EMAIL PROTECTED] >Subject: For Steve Wilkinson, Re: Best way to go about learning Views with >Struts? >Date: Mon, 11 Feb 2002 11:14:26 -0700 > > >Hi Steve: > > > I also have a sample application that does some interesting things on >the > > view side. Download it at http://www.newparticles.com/struts > >Pardon my ignorance. I downloaded the latest example .zip file from your >site. >I was unable to get it to work. >I have tomcat 4.0 for Windows NT installed on my PC. > >I apologize but I am not versed in building tools such as ant and the like. >I am getting all kinds of path errors and not-found >errors when I tried to run index.jsp. I know this is wrong but I used >winzip to extract everything under the webapps root / example directory. > >I was wondering if you have a .war that will auto-deploy the examples of >your cd application? > >thanks, >Theron Kousek > > > > > > STEVE > WILKINSON To: >[EMAIL PROTECTED] > <[EMAIL PROTECTED] cc: > > Subject: Re: Best way to go >about learning Views with Struts? > > 02/11/02 > 08:02 AM > Please > respond to > Struts Users > Mailing List > > > > > >look at the sample application provied in the struts-example.war file that >is included with the binary release. > >I also have a sample application that does some interesting things on the >view side. Download it at http://www.newparticles.com/struts > >The best and newest approach is to use Tiles. Pointers to this are >http://www.lifl.fr/~dumoulin/tiles/ > >Enjoy. >Steve > > > >From: [EMAIL PROTECTED] > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: Struts Users Mailing List <[EMAIL PROTECTED]> > >Subject: Best way to go about learning Views with Struts? > >Date: Sun, 10 Feb 2002 13:32:03 -0700 > > > > > >Hi Folks: > > > >I very versed with Java Swing ui programming as well as server side > >programming via servlets and jsp. > >I also understand the MVC architecture having done MFC and then JFC so I > >understand about models and views and components. > > > >Being new to struts, I am familiarizing myself with the config files > >(struts-config and web.xml) and getting familiar with how the framework >is > >in place. > >I've only been doing struts a week as we're in the process of evaluating >it > >for future conversion of our JFC/Swing app to use more of a 3-tiered > >approach. > > > >I want to write a simple test application that allows me to insert, >update, > >and edit rows from a single table as well as to run various reports. > > > >My biggest weakness is building the view. > > > >Can someone point me in the right direction of the best way to go about > >learning view components or which ones to use? I think I'll take the > >tiles tutorial as tiles seems to be a popular choice on this forum. > > > >Also, are there any decent tag libs that allow me to display a resultset > >into an html table without having to iterate thru the resultset? > >Also, I would like to append an "edit", "delete" button to each row in >the > >table and dynamically build the href link to allow for this. I am not > >sure if there's decent taglibs to do this or if vanilla html is the only > >way to go. > > > >Are there decent tutorials on this? > > > >Truthfully, I'm getting the hang of the Controller and Model part of >struts > >and am comfortable with that. However, the "view" portion is a totally > >different story. > >I saw an "html" taglib with struts but the documentation was not as clear > >as I had hoped. I could not get the html:button to work within a form >as > >I could not locate any examples on how they were used. > > > >thanks so much for any input or comments, > >Theron > > > > > >-- > >To unsubscribe, e-mail: > ><mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: > ><mailto:[EMAIL PROTECTED]> > > > > >_________________________________________________________________ >Send and receive Hotmail on your mobile device: http://mobile.msn.com > > >-- >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]> > _________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

