Feature Requests item #755192, was opened at 2003-06-16 11:02
Message generated for change (Comment added) made by premaster
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=536616&aid=755192&group_id=73068
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: .. (tyalcin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Editable table implementation
Initial Comment:
As promised, attached is the WAR file containing
displaytag with:
-- Check box decorators,
-- Add new rows,
-- Edit/Update existing rows (inline editing),
-- Delete existing rows.
Documentation is something desirable at this time, and I
would be willing to spend some quality time documenting
all the functions and features once the code is
integrated with the source tree.
I have been trying to get my CVS connect to the server
all evening to produce a patch file, but SourceForge
seems to be having some problems. So I am submitting
the source files in a WAR file.
All the work based on the code I checked out about a
week ago.
To test the features, simply drop the WAR file into your
Tomcat webapps directory and simply point your
browser to "displaytag" context.
Let me know if you have questions.
Tolga
---------
PS: If you look at the code, you will see that more
stuff is coming real soon...
----------------------------------------------------------------------
Comment By: linfan (premaster)
Date: 2003-11-26 09:10
Message:
Logged In: YES
user_id=908871
Thanks,fiedlera.
would you please send me a copy of build.xml file?
my mail-box is:
[EMAIL PROTECTED]
----------------------------------------------------------------------
Comment By: Alexander Fiedler (fiedlera)
Date: 2003-11-20 16:50
Message:
Logged In: YES
user_id=912131
Hi premaster, adabala,
I solved my problem by building the war file from scratch with
the commons-beanutils.jar, commons-collections.jar, log4j-
1.2.8.jar included right away. I tested it on Tomcat 4.1.27
and it worked fine.
The solution of just putting the jar files in the WEB-INF/lib
directory after deploying it did not work on either Tomcat or
Weblogic 8.
Alex
----------------------------------------------------------------------
Comment By: Alexander Fiedler (fiedlera)
Date: 2003-11-18 19:05
Message:
Logged In: YES
user_id=912131
Hi Tolga,
I have been trying the displaytag.war on tomcat and I am
having the same problems as premaster has described. Any
suggestions would be greatly appreciated.
Alex
----------------------------------------------------------------------
Comment By: linfan (premaster)
Date: 2003-11-17 04:11
Message:
Logged In: YES
user_id=908871
Hi Tolga, tyalcin
Your work sound great and I am really interested in it.
However, when I am trying it I met the same problem as
adabala described.The error "PropertyUtils cannot be resolved"
displayed inspite of which web server I used.(I had try
different version of tomcat and resin)
I am sure it's not the problem of the classpath because I
have created a lib directory and copy all jar file into it.
would you give me some suggestion?
----------------------------------------------------------------------
Comment By: .. (tyalcin)
Date: 2003-11-05 22:02
Message:
Logged In: YES
user_id=508015
If you are getting "PropertyUtils cannot be resolved" error,
that means 'commons-beanutils.jar' is not in your path.
Please make sure that you have beanutils and collections in
your classpath (WEB-INF/lib directory in tomcat).
Q: "Do I need use the tag libraries
displaytag-1.0-b1.jar and the new Editable Table
implementation seperately while configuring the components
in a webserver? "
A: No you don't.
----------------------------------------------------------------------
Comment By: Appaji (adabala)
Date: 2003-11-05 11:26
Message:
Logged In: YES
user_id=902099
Hi Tolga, tyalcin
I am facing a problem in usage of ur editable table.
I have included
commons-beanutils.jar
commons-collections.jar
log4j-1.2.8.jar
I am getting the exception like this when I call index.jsp
javax.servlet.ServletException: Unresolved compilation
problems:
The import org.apache.commons cannot be resolved
PropertyUtils cannot be resolved
PropertyUtils cannot be resolved
at
org.apache.jasper.runtime.PageContextImpl.handlePageExcepti
on(PageContextImpl.java:536)
at org.apache.jsp.index_jsp._jspService
(index_jsp.java:189)
at org.apache.jasper.runtime.HttpJspBase.service
(HttpJspBase.java:137)
at javax.servlet.http.HttpServlet.service
(HttpServlet.java:853)
at
org.apache.jasper.servlet.JspServletWrapper.service
(JspServletWrapper.java:210)
at org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:295)
at org.apache.jasper.servlet.JspServlet.service
(JspServlet.java:241)
at javax.servlet.http.HttpServlet.service
(HttpServlet.java:853)
And the last query is "Do I need use the tag libraries
displaytag-1.0-b1.jar and the new Editable Table
implementation seperately while configuring the components
in a webserver? "
Very very urgent
With thanks
Akash
----------------------------------------------------------------------
Comment By: max power (maxpower1)
Date: 2003-09-13 18:40
Message:
Logged In: YES
user_id=844521
i found and fixed a bug in TableTag class. It has something
to do with the href for each column that has sorting
ability. I built the
new display.jar on my laptop. I am so new at this thing so
if someone call guide me on how to share the patch, that
would be great.
----------------------------------------------------------------------
Comment By: Jason Meredith (jay_meredith)
Date: 2003-06-24 11:47
Message:
Logged In: YES
user_id=808200
Tolga
These additions are SO cool, just the stuff I was waiting for.
Regards
Jason Meredith
----------------------------------------------------------------------
Comment By: Matt Raible (mraible)
Date: 2003-06-18 05:55
Message:
Logged In: YES
user_id=226669
FYI ... check out the 3rd comment on my post:
http://raibledesigns.com/comments/rd/Weblog/display_tag_now_we_re
----------------------------------------------------------------------
Comment By: .. (tyalcin)
Date: 2003-06-16 11:28
Message:
Logged In: YES
user_id=508015
Finnally, SourceForge CVS servers started to respond, so I
decided to attach the patch file.
Let me know if you have questions.
Tolga.
----------------------------------------------------------------------
Comment By: .. (tyalcin)
Date: 2003-06-16 11:21
Message:
Logged In: YES
user_id=508015
Doh!... File size issue again...
I succesfully uploaded the WAR file, but SF will not let me
upload the commons-collections jar. So, you need to use
the one available in the displaytag source tree.
Tolga.
----------------------------------------------------------------------
Comment By: .. (tyalcin)
Date: 2003-06-16 11:12
Message:
Logged In: YES
user_id=508015
Grrr.... SourceForge does not allow attachements > 256K,
so I had to remove commons-beanutils, commons-collections,
and log4j jar files. To run the WAR file, download and copy
the jar files to displaytag/WEB-INF/lib folder under your
Tomcat webapps directory.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=536616&aid=755192&group_id=73068
-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills. Sign up for IBM's
Free Linux Tutorials. Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel