Re: link to list page Resetting list page after saving in edit page

2001-09-30 Thread David M. Karr
David == David M Karr [EMAIL PROTECTED] writes: David == David M Karr [EMAIL PROTECTED] writes: David Tomcat3.2.3 (with JBoss2.4.1). David I have several architectural and technical issues I'm trying to resolve with a David quite simple page arrangement. I'd appreciate any

Re: tiles newbie problem

2001-09-30 Thread Jeff Turner
Others have had this problem before.. perhaps your issue is the same: http://marc.theaimsgroup.com/?l=struts-devm=100077303704094w=2 http://marc.theaimsgroup.com/?w=2r=1s=tiles+definition+not+foundq=t I think I saw Cedric fix this in CVS on friday. --Jeff On Fri, Sep 28, 2001 at 11:25:43PM

Re: link to list page Resetting list page after saving inedit page

2001-09-30 Thread martin . cooper
It almost seems like forwards bypass actions. When I did my forward back to the list page, it wouldn't execute the ListClassesAction.perform() method, which normally populates the list with new data. Forwards go where you tell them to, and don't make any hidden detours. Unless I'm mistaken,

¡î¡î¡îÊ®ÔÂÆóÒµ½¨Õ¾(¿Õ¼ä¡¢ÓòÃû)´óÀñ°ü£¬´í¹ý¿É±ðºó»ÚŶ!

2001-09-30 Thread Today's Network
¡î¡î¡îÊ®ÔÂÆóÒµ½¨Õ¾(¿Õ¼ä¡¢ÓòÃû)´óÀñ°ü£¬´í¹ý¿É±ðºó»ÚŶ! Ì컥¿Æ¼¼Â¡ÖØÍƳöÊ®ÔÂÆóÒµ½¨Õ¾´óÓÅ»ÝÌײͣ¬¼Û¸ñ¿Õǰʵ»Ý£¬ÈÃÄúÇáËɽøÈëÍøÂçÉÌÎñÁìÓò¡£Á¼»ú²»¿É´í¹ý! ¡î»ù±¾´óÀñ°ü£¬Á¢¼´½ÚÊ¡60Ôª! »ù±¾ÐÍ¿Õ¼ä+¹ú¼ÊÓòÃû 350Ôª/Äê ×î¾­¼ÃµÄÆóÒµ½¨Õ¾·½°¸! ÈÎÑ¡¹ú¼ÊÓòÃû£¬ÈÎÑ¡Ò»ÖÖ»ù±¾ÐÍ¿Õ¼ä(ASP¡¢PHP¡¢JSP) ËÍ5¸öPOPÆóÒµÓÊÏä¡£

Re: New professional STRUTS website

2001-09-30 Thread RAKESH AYILLIATH
Use multiboxes instead of checkboxes. This will surely solve ur problem. Rakesh From: lisa ward [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: New professional STRUTS website Date: Sat, 29 Sep 2001 19:46:08 +0100 Hi, what should the condition be? At the

Re: New professional STRUTS website

2001-09-30 Thread Frederick N. Brier
Beautiful site! I haven't been through it all yet, but a very impressive web application. As Martin Cooper asked, I would also be interested in what aspects of Struts you found most useful, what you felt was missing, whether you did one large page or tiled, etc. I am curious how you

Re: Trying to call an action on entry to web page

2001-09-30 Thread Jonathan M Crater
one workaround would be to create an actual JSP that just forwards to the proper action. make that jsp the target of the welcome file mapping, and in that jsp just call one of your global forwards that maps to your viewHome.do action: logic:forward name=viewHome/ Jin S. Voon wrote: Hi all,

Re: New professional STRUTS website

2001-09-30 Thread Francisco Hernandez
nice website! I was wondering what strategies you used for maintaining the common look and feel of the whole application and also any other extra API/Framework packages you might have used, thanks for posting the site, i think this is the first large struts-based website ive seen that has a

Re: Javascruot with html:errors

2001-09-30 Thread Adam Grohs
Martin, That is correct, the stuts error tag cannot actually invoke a JavaScript method, however it can write one out to the screen and have the browser throw such an error at run time of the page. I will be posting a follow up thread to explain what throwError() (the JavaScript form my

Re: link to list page Resetting list page after saving in edit page

2001-09-30 Thread David M. Karr
martin == martin cooper [EMAIL PROTECTED] writes: It almost seems like forwards bypass actions. When I did my forward martin back to the list page, it wouldn't execute the ListClassesAction.perform() martin method, which normally populates the list with new data.

Re: Request / Session Scoped Beans, Best Practices

2001-09-30 Thread Renaud Waldura
Hi Stephen, I read your comments with interest. What alternatives are there to session scoped beans? One could use hidden variables to pass along simple data items, but that becomes awkward for storing lots of fields, or whole objects, as you have to unpack them in the JSP and pack them

JavaScript with html:errors - new STRUTS validation

2001-09-30 Thread Adam Grohs
Hello all, I have attached a sample validation framework that I have been working on and have implemented a similar approach on a few sites to date. This all may seem very complicated at first, but once the system is in place, maintenance and development are a piece of cake. The basic

JavaScript with html:errors - new STRUTS validation

2001-09-30 Thread Adam Grohs
NOTE:Some people maynot have recieved attached sample files, they seem to have been bounced back due to size so they have been removed They can be found at the following locations: http://www.leanonme.org/STRUTS/Struts.zip http://www.leanonme.org/STRUTS/flat files.zip Hello all, I have

Re: html:text align=....

2001-09-30 Thread martin . cooper
I made the code changes for this, and was testing to make sure it worked. It didn't. So I went back to basics, and tried out the 'align' attribute with the input type=text element in plain HTML, using 'left', 'middle' and 'right' values. That didn't work either. As far as I can tell, IE 5.5,

ejb design

2001-09-30 Thread Ali Ozoren
hi all- i am pretty new at ejb and that might be a little off topic but here i go. instead of creating entity beans the conventional way, according to spec, would it be desirable to have one type of entity bean with a hashtable member to manipulate all the values and fields dynamically, accessing