Re: debug in eclipse using tomcat plug-in

2006-12-05 Thread Jared Blitzstein
at home to know the version yet. Sees like there might be a problem with Eclipse. See link below: http://www.eclipseplugincentral.com/PNphpBB2-printview-t-1244- start-0.ht ml -Original Message----- From: Jared Blitzstein [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 05, 2006 11:25 AM

Re: debug in eclipse using tomcat plug-in

2006-12-05 Thread Jared Blitzstein
What version of everything are you using? On Dec 5, 2006, at 12:05 PM, Lim Hock-Chai wrote: When I try to debug my application by starting tomcat using tomcat eclipse plug-in, eclipse keeps telling me that it can not find the source. I'm not sure if there is a setting problem in eclipse, tomca

Re: 404 when enabling StrutsTilesListener in struts2

2006-12-05 Thread Jared Blitzstein
ut exactly what it should be. . . Do you have a stack trace? there should be one in catalina.out. Can you send it along? thanks. All of this should be fixed as soon as 2.0.2 comes out since we've got a versioned snapshot we rely on now. Sorry for the frustration, David Jared

404 when enabling StrutsTilesListener in struts2

2006-12-04 Thread Jared Blitzstein
When I add: org.apache.struts2.tiles.StrutsTilesListenerlistener-class> to my web.xml, all my actions are 404's now. If I comment that line out, my actions go back to working. I set break points in the actions to make sure they're just not finding JSP's, but it's not h

Re: Checking the request attribute by using the Struts tags in the next jsp page..

2006-09-02 Thread Jared Blitzstein
You can do it with either struts or JSTL depending on which you want to use. I prefer JSTL and this is how I'd do it This is open This is closed with struts you could use logic:equal and logic:notEqual (http:// struts.apache.org/1.2.4/api/org/apache/struts/taglib/logic

Re: How to disable the submit button after first click

2006-07-17 Thread Jared Blitzstein
If you simply want to prevent "double clicking", you can add an onclick even like onclick="this.disabled='true'" so the user can't click the button again. But if that's not the solution you're looking for, here's a quick article on some struts best practices, but it has some info about tok

Re: dynamic input form

2006-03-22 Thread Jared Blitzstein
Do a search for "Map Backed forms", it's what you want. if your form will be based on dynamic fields. You can search the archives or struts home page as they discuss it there as well. On Mar 7, 2006, at 8:46 AM, Rivka Shisman wrote: Hi friends, I need to present my user an html form whos

Re:

2006-03-09 Thread Jared Blitzstein
Well for JSTL it's On Mar 9, 2006, at 6:35 AM, Zsolt wrote: Hi, I use struts-1.2.8 and wan't to special html patterns (for example >) in title of Is there a better way? Zsolt - To unsubscribe,