Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/DISPL-108

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: DISPL-108
    Summary: Editable table implementation
       Type: New Feature

     Status: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: DisplayTag
 Components: 
             Tag Library
   Versions:
             1.0 RC1

   Assignee: 
   Reporter: fabrizio giustina

    Created: Sun, 14 Nov 2004 2:52 PM
    Updated: Sun, 14 Nov 2004 2:52 PM

Description:
====
imported from sf tracker
id 755192 
submitted by Tolga Yalcinkaya - tyalcin
http://sourceforge.net/support/tracker.php?aid=755192 
====

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...


===========




Date: 2003-06-16 11:12
Sender: tyalcin
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.


===

Date: 2003-06-16 11:21
Sender: tyalcin
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.

===

Date: 2003-06-16 11:28
Sender: tyalcin
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.

===

Date: 2003-06-18 05:55
Sender: mraible
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

===

Date: 2003-06-24 11:47
Sender: jay_meredith
Logged In: YES 
user_id=808200

Tolga

These additions are SO cool, just the stuff I was waiting for. 

Regards

Jason Meredith

===

Date: 2003-09-13 18:40
Sender: maxpower1
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.


===

Date: 2003-11-05 11:26
Sender: adabala
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

===


Date: 2003-11-05 22:02
Sender: tyalcin
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.


===

Date: 2003-11-17 04:11
Sender: premaster
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?


===

Date: 2003-11-18 19:05
Sender: fiedlera
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

===

Date: 2003-11-20 16:50
Sender: fiedlera
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

===

Date: 2003-11-26 09:10
Sender: premaster
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]




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to