Patches item #755192, was opened at 2003-06-16 02:02
Message generated for change (Comment added) made by tyalcin
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=536615&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: .. (tyalcin)
Date: 2003-11-05 13: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 02: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 09: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 02: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-17 20: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 02: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 02: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 02: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=536615&aid=755192&group_id=73068


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
displaytag-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/displaytag-devel

Reply via email to