Giter VIP home page Giter VIP logo

bentux's People

Watchers

 avatar

bentux's Issues

problem when editing catalog

ON catalog page, user can easily crash the programe logic. The pre-entered
(default) categories food product/entertainment product/anything else on 
catalog page can be replaced by the new entry. 

If a user ever get updated with any of the default parent category, they 
drop down list for that particular type will be gone on catalog page and 
the product adding page(fixed already). More importantly, based on what i 
saw i could be wrong, the parent catalog being edited will cause a 
reference lost to its subcategories.(NOT PROVED YET, confirm when checking 
data in pgadmin)

We definitely want to disable just like Ben did it on the product page, 
however, as discussed, if our client ever wanted to change the name of the 
parent catalog, it might not be a good solution yet.

Original issue reported on code.google.com by [email protected] on 20 Oct 2009 at 5:09

problem on adding Catalog?

1. go to catalog page, add 2 new catalogs. When u add the third one, it will 
replace the second one 
on the table. first one leaves the same,  i checked in the pgadmin, no miracles 
happen there.

is it a part of the implementation? or just a bug, please confirm thanks. 


Original issue reported on code.google.com by [email protected] on 11 Oct 2009 at 4:30

add linkage between image and product

please see r219.

New feature: What happen is when the admin add images first, he can't link the 
image to the 
future product. Now its fixed. The flow as following:


Once you have added the detail for a product, click on 'add image' on
/productlist.html should take you to the image page.

Click on the ID (the link) for the image you want to associate with
this product.

once you click on it, the form in the bottom will automatically fill
out the information. verify the information (just leave the file
upload field blank) and click on save.


Original issue reported on code.google.com by [email protected] on 23 Mar 2010 at 3:59

testing on ie5,6,7 or even 8

we need to do a substantial of testing on IE. 

is there a way?  is ssh tunnel working? so i can do work on my windows 
machine?? 

Original issue reported on code.google.com by [email protected] on 2 Nov 2009 at 5:13

Problem with CSS on various brower

Here is the list: 

1. The Trinity logo is differnent (white background?)
2. The switching image banners got moved.
3. The menu is not displaying on the home page.
4. The Bottom (green part), the link for Trinity got shifted to the bottom.
5. The Orange and the green part do not align properly. 
6. The Leftside banner moved to the front, the one with "Categories- food, 
cultural, entertainment". Same problem has been seen on Safari, Firefox, 
IE 7.0 where this part get shifted to the Left most of the page on every 
single page. 
7. what's up with the link "Translate in English" is it a new 
functionality?




Original issue reported on code.google.com by [email protected] on 22 Feb 2010 at 8:15

improper images size

The rotate images look ugly because they are shrink to fit in the header.

please ask the client to provide proper size of the image.

please give them the dimension. The height is not taller than 120px.



Original issue reported on code.google.com by [email protected] on 15 Nov 2009 at 1:44

delete functionality for admin

as of now, we don't have the ability to remove products, brands,.... would have 
been nice to have 
this function.

the thing is should this be on the live or the second release or?

Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 4:39

test case for productform.html

There are few things we need to test on productform.html

1). when a user create a food product entry. the database should only have
2 entries in the db. one in the product table and one in the food_product
table.

2). same as for creating entertainment product and entertainment service.


3). when a user select a food product category, the food product fields
should shows up. (also please test for cross platform and multiple browsers).

4). same for the entertainment product and services.












Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 5:13

implement POJO detail page

in order to display the search functionality, we need to implement the POJO 
detail pages.

the reason to implement the POJO detail page is. when a user enter a search 
query. it returns some brief details of the search result.

when a user click on one of the result, it need to goto the detail page.

please implement all the POJO detail pages.

Thanks.


Original issue reported on code.google.com by [email protected] on 15 Nov 2009 at 7:11

need to rewrite product page.

AT this moment, if a product is on special, there are some confusions when 
displaying the price.

we should add 3 fields to indicate the product that is on special.

I am propose we should add 2 date field and one transient field.

the 2 date fields to indicate in which time interval a product is on 
special.
and a transient field is a short cut to tell if this product is on special.

if a product is on special, it should use the special price instead of the 
regular price.

this is a critical issue, we should address it as soon as we can.




Original issue reported on code.google.com by [email protected] on 11 Mar 2010 at 6:40

product page - add new manufacturer the link won't work

What steps will reproduce the problem?
1. On the product link page
2. click on the add.manufacturer link will give us error page.


solution.

can we just open up a page to do it just like the add catalog page? simply 
modify the link?

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 4:22

doesnt add product LIVE SYSTEM

have everything ready catalog, brandname, manufacturer. 

Go to add product page ->  fill in all the required info ->once you click on 
add, it shows a blank 
page -> product cant be added. 

Where to check the log to see whats when wrong?  need to address this asap, as 
the client starting 
uploading pics already.

Original issue reported on code.google.com by [email protected] on 22 Mar 2010 at 5:27

update subscribe?

as I go through the web site.

I think you have introduced a lots of functionality. Do they needed in the
first release?

some of the new features as below.

1). get updated via email. 

2). Latest Post.

3). Archive.

4). List of Festival.


please let me know what features I should implement.


Original issue reported on code.google.com by [email protected] on 28 Nov 2009 at 6:13

Crash when clicking cancel on add image page.

on image page, click on cancel button, the app crashes.

if you get something bindException when you click Cancel.
please check and make sure you have set the cancelView value for that
controller.

see r220 for details.

Original issue reported on code.google.com by [email protected] on 23 Mar 2010 at 4:01

search gives improper result and crashes with some special keywords

when searching for "MAGGI" it give a non existing item and generate an id thats 
not exist. and 
when u click on it to the product detail page, it says product not found. can 
be reproduced by 
entering "veggi" too.

if searches for DVDs, it crashes..

    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
    at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
Caused by: java.lang.NullPointerException
    at local.tux.app.web.controller.SearchController.convert(SearchController.java:164)
    at local.tux.app.web.controller.SearchController.handle(SearchController.java:125)
    at 
org.springframework.web.servlet.mvc.AbstractCommandController.handleRequestInter
nal(Abstra
ctCommandController.java:84)
    at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractCon
troller.java:
153)
    at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(Simple
ControllerH
andlerAdapter.java:48)
    at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.j
ava:875)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
    at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet
.java:571)
    ... 89 more


could be the problem from pojo pages? i will take a look too.

see attachments.

Original issue reported on code.google.com by [email protected] on 26 Nov 2009 at 7:58

Attachments:

The cancel button doesn't work

on the imageform.html page. 

when clicked on the Cancel button, 

it throws Exception. I guess the successView property is not set).

we need to test all the forms to make sure the cancel button work properly.


Original issue reported on code.google.com by [email protected] on 29 Sep 2009 at 6:46

won't go back to the add product page

What steps will reproduce the problem?
1. login as admin
2. go to add products
3. if no (categories/manufacturer/ingredient) stored in their drop down menu, 
you go to add any 
one of them, i.e add new categories through the link.
4. Under add category page, you finished up adding
5. Now the moment a user click on the add button, will return it to the 
previous add products 
page. with all the sessions ..i.e. what a user has entered on the add page.


Original issue reported on code.google.com by [email protected] on 26 Sep 2009 at 6:23

from catalogs page to productlist page

On catalogs page, if choosing food product should we just list all the food 
products on the 
product list table page? right now it displays all products. are we still doing 
sub-category thing 
after the main category? please give me some suggestion and i wanna try work on 
it. Thanks.

Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 4:46

features adding, view/edit products

how are we going to view/edit the existing products that are in the database? 
you created a link 
"moreinfo" on the table, are we going to expand that page later on? what about 
editing?



Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 4:39

  • Merged into: #17

image enlarger

The images look blurry when uploading a different size of image to the system.

for example:
http://shopattrinity.com/app/productdetail.html?id=78

the uploaded image size is 593*593 and it looks ugly on the productdetail page. 
I suggest we 
should have a nice image enlarger something like this would be nice.

We also need to address the problem on thumbnail on imageform and productlist 
page, they 
trend to have the same problem.

I am wondering if somthing like this would solve our product.
http://highslide.com/#examples

please give me some feedback, i will put this feature this easter weekend.


Original issue reported on code.google.com by [email protected] on 29 Mar 2010 at 4:38

brandName failed on product page

What steps will reproduce the problem?
1. product page
2. choose a brandname
3. fill out the form

What is the expected output? What do you see instead?
""ailed to convert property value of type [java.lang.String] to required type 
[local.tux.app.model.BrandName] for property brandName; nested exception is 
java.lang.IllegalArgumentException: Cannot convert value of type 
[java.lang.String] to required 
type [local.tux.app.model.BrandName] for property brandName: no matching 
editors or 
conversion strategy found""

Please use labels and text to provide additional information.

possibly related to the remaining work i have with the ingredientform. will 
take a look tomorrow.

Original issue reported on code.google.com by [email protected] on 28 Sep 2009 at 5:05

Ingredient for adding products

What steps will reproduce the problem?
1. When Adding a new products, the drop down box should included for user to 
add ingredient. 
2. One product contains 1 to many ingredients, so we need to make it somehow 
for user 
repeatedly to add ingredients. 
3.

What is the expected output? What do you see instead?
The add button will always besides the drop down list. maybe we need to somehow 
display what 
a user has selected so far.


Please use labels and text to provide additional information.


Original issue reported on code.google.com by [email protected] on 25 Sep 2009 at 2:50

  • Merged into: #10

change the footer font color

apparently, the color of the links inside the footer banner makes it very 
difficult to read.

can you please change the color?




Original issue reported on code.google.com by [email protected] on 25 Dec 2009 at 3:20

disableTheSearch

the search functionality to search more than 1 type of entity creates huge 
work. 

we either search one type (product, and product only) or we should disable 
search completely.



Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 12:17

The logic for ingredient (let discuss on this)

From what you wrote for me,

complete the ingredientform.jsp and ingredientFormController.java

1)."""" add a select product drop down to the form. I preferred the first field 
is the product field."""" 
if the person click add ingredient from the product list, the product should be 
preset in this 
ingredient form.

2). Add the Add ingredient link in the productlist.  the link show only shows 
up when the product is 
the food product.


my thought is how can we have the product preset if that particular product 
hasn't been added.

Original issue reported on code.google.com by [email protected] on 1 Oct 2009 at 10:09

text box editor limit?

http://code.google.com/p/bentux/source/detail?r=122

add product page also seeing limit on description, if over the limit, by then 
it won't add the product 
properly.

Original issue reported on code.google.com by [email protected] on 16 Nov 2009 at 5:35

merging catalog page

To merge maincatalog to catalogform.

On main catalog page, once user clicks on any of the box, will go into the 
sub-catalog page, and 
this sub-catalog page will only display that particular category.  is that what 
you mean ben?

Original issue reported on code.google.com by [email protected] on 4 Oct 2009 at 5:11

require fields for product adding page

What steps will reproduce the problem?
1. in the add products page. do we need weight/width/depth? I like the weight 
Unit drop down 
box. however, 
I am thinking maybe we just need one field for unit....for instance, if it is a 
drink, our app should 
be  able to distinguish (by its category?) then will automatically choose ml 
for drinks?? What do 
you think Ben? this auto matching will be done later on but my point is to 
reduce the 
width/depth/volume?? 

2. As requested, the other field we need would be the how many pieces for 
carton..the reason 
why we need it because, our client has a different price lets say if a customer 
buy 6 cans of coke 
(1 carton), the customer will have a lower offered price.

please check out this page.
 http://www.adfs.in/order-online/dryfruit-giftboxes.htm

we can sorta copy their idea.


Original issue reported on code.google.com by [email protected] on 25 Sep 2009 at 3:00

new features, Searching

two searchings will be needed (not this release see what he says about this)

1. site searching
2. product searching.

Original issue reported on code.google.com by [email protected] on 12 Oct 2009 at 4:47

I cant build the project with the following errors

---------------------------------------------------
org.hibernate.AnnotationException: @OneToOne or @ManyToOne on 
local.tux.app.model.ShoppingItem.shoppingCart references an unknown entity: 
local.tux.app.model.ShoppingCart
    at org.hibernate.cfg.FkSecondPass.doSecondPass(FkSecondPass.java:56)
    at 
org.hibernate.cfg.AnnotationConfiguration.processFkSecondPassInOrder(AnnotationC
onfiguratio
n.java:474)
    at 
org.hibernate.cfg.AnnotationConfiguration.secondPassCompile(AnnotationConfigurat
ion.java:29
5)
    at org.hibernate.cfg.Configuration.buildMappings(Configuration.java:1115)
    at 
org.codehaus.mojo.hibernate3.configuration.AbstractComponentConfiguration.getCon
figuration(
AbstractComponentConfiguration.java:41)
    at 
org.codehaus.mojo.hibernate3.exporter.Hbm2DDLExporterMojo.doExecute(Hbm2DDLExpor
terM
ojo.java:87)
    at 
org.codehaus.mojo.hibernate3.HibernateExporterMojo.execute(HibernateExporterMojo
.java:140)
    at 
org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.ja
va:579)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures
(DefaultLifecy
cleExecutor.java:498)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegmentForProject
(DefaultLifecy
cleExecutor.java:265)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultL
ifecycleExecu
tor.java:191)
    at 
org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExec
utor.java:149)
    at org.apache.maven.DefaultMaven.execute_aroundBody0(DefaultMaven.java:223)
    at org.apache.maven.DefaultMaven.execute_aroundBody1$advice(DefaultMaven.java:304)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:1)
    at 
org.apache.maven.embedder.MavenEmbedder.execute_aroundBody2(MavenEmbedder.java:9
04)
    at 
org.apache.maven.embedder.MavenEmbedder.execute_aroundBody3$advice(MavenEmbedder
.jav
a:304)
    at org.apache.maven.embedder.MavenEmbedder.execute(MavenEmbedder.java:1)
    at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:176)
    at org.apache.maven.cli.MavenCli.main(MavenCli.java:63)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.jav
a:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:408)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:351)
    at org.codehaus.classworlds.Launcher.main(Launcher.java:31)

Original issue reported on code.google.com by [email protected] on 24 Dec 2009 at 8:16

Reconstruct table listing for products

Display the brand will be important on the productlist page. Some other pages 
will need to 
restructure too maybe? Will schedule the work with the Bugs entered on Oct 17th 
2009.

Original issue reported on code.google.com by [email protected] on 18 Oct 2009 at 3:34

Archive for news

will put it on into the next release, will list all the archives in this 
page. call this newsroom?

Original issue reported on code.google.com by [email protected] on 23 Nov 2009 at 4:27

problem when editing catalog

ON catalog page, user can easily crash the programe logic. The pre-entered
(default) categories food product/entertainment product/anything else on 
catalog page can be replaced by the new entry. 

If a user ever get updated with any of the default parent category, they 
drop down list for that particular type will be gone on catalog page and 
the product adding page(fixed already). More importantly, based on what i 
saw i could be wrong, the parent catalog being edited will cause a 
reference lost to its subcategories.(NOT PROVED YET, confirm when checking 
data in pgadmin)

We definitely want to disable just like Ben did it on the product page, 
however, as discussed, if our client ever wanted to change the name of the 
parent catalog, it might not be a good solution yet.

Original issue reported on code.google.com by [email protected] on 20 Oct 2009 at 5:09

implement a nice slide show by using DWR

the link for how to implement this feature.

http://www.dekoh.org/wiki/view/SlideShowWidget#section-SlideShowWidget-SlideShow
Widget

since I have added the DWR support to this add, it feature should be easy
to implement.




Original issue reported on code.google.com by [email protected] on 25 Sep 2009 at 7:18

crash on subcatalogs

finished inputing all manufacturers, brandname, and product. Go to Main Cat-> 
Food Product -> 
click on "catalog.view.product" will see the crash.  

http://localhost:8080/productlist.html? 
catalogId=id+%3a+6+name+%3a+Sabu+Sabu&catalogId=6


What i see on the page

Yikes!
org.springframework.web.util.NestedServletException: Request processing failed; 
nested 
exception is java.lang.NumberFormatException: For input string: "id : 5 name : 
Hot Pot"
    at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet
.java:583)
    at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:501)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:487)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:362)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
    at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:224)
    at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:126)
    at org.appfuse.webapp.filter.StaticFilter.doFilterInternal(StaticFilter.java:102)
    at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilte
r.java:76)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at com.opensymphony.module.sitemesh.filter.PageFilter.parsePage(PageFilter.java:118)
    at com.opensymphony.module.sitemesh.filter.PageFilter.doFilter(PageFilter.java:52)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at org.tuckey.web.filters.urlrewrite.RuleChain.handleRewrite(RuleChain.java:164)
    at org.tuckey.web.filters.urlrewrite.RuleChain.doRules(RuleChain.java:141)
    at org.tuckey.web.filters.urlrewrite.UrlRewriter.processRequest(UrlRewriter.java:90)
    at org.tuckey.web.filters.urlrewrite.UrlRewriteFilter.doFilter(UrlRewriteFilter.java:406)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.java:125)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at net.sf.ehcache.constructs.web.filter.GzipFilter.doFilter(GzipFilter.java:75)
    at net.sf.ehcache.constructs.web.filter.Filter.doFilter(Filter.java:92)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at org.appfuse.webapp.filter.LocaleFilter.doFilterInternal(LocaleFilter.java:74)
    at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilte
r.java:76)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at com.opensymphony.clickstream.ClickstreamFilter.doFilter(ClickstreamFilter.java:42)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at 
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInter
nal(OpenSessi
onInViewFilter.java:198)
    at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilte
r.java:76)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:359)
    at 
org.springframework.security.intercept.web.FilterSecurityInterceptor.invoke(Filt
erSecurityIntercep
tor.java:109)
    at 
org.springframework.security.intercept.web.FilterSecurityInterceptor.doFilter(Fi
lterSecurityInterce
ptor.java:83)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at 
org.springframework.security.ui.ExceptionTranslationFilter.doFilterHttp(Exceptio
nTranslationFilte
r.java:101)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at 
org.springframework.security.providers.anonymous.AnonymousProcessingFilter.doFil
terHttp(Ano
nymousProcessingFilter.java:105)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at 
org.springframework.security.ui.rememberme.RememberMeProcessingFilter.doFilterHt
tp(Remem
berMeProcessingFilter.java:116)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at 
org.springframework.security.wrapper.SecurityContextHolderAwareRequestFilter.doF
ilterHttp(Sec
urityContextHolderAwareRequestFilter.java:91)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at 
org.springframework.security.ui.basicauth.BasicProcessingFilter.doFilterHttp(Bas
icProcessingFilte
r.java:172)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at 
org.springframework.security.ui.AbstractProcessingFilter.doFilterHttp(AbstractPr
ocessingFilter.jav
a:268)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at org.springframework.security.ui.logout.LogoutFilter.doFilterHttp(LogoutFilter.java:87)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at 
org.springframework.security.ui.SessionFixationProtectionFilter.doFilterHttp(Ses
sionFixationProte
ctionFilter.java:61)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at 
org.springframework.security.context.HttpSessionContextIntegrationFilter.doFilte
rHttp(HttpSessi
onContextIntegrationFilter.java:235)
    at org.springframework.security.ui.SpringSecurityFilter.doFilter(SpringSecurityFilter.java:53)
    at 
org.springframework.security.util.FilterChainProxy$VirtualFilterChain.doFilter(F
ilterChainProxy.ja
va:371)
    at org.springframework.security.util.FilterChainProxy.doFilter(FilterChainProxy.java:174)
    at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFi
lterProxy.java:
236)
    at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterPr
oxy.java:167)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at 
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(Characte
rEncodingFilter.j
ava:96)
    at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilte
r.java:76)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1084)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:360)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:181)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:726)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:405)
    at 
org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollecti
on.java:206)
    at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:324)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:505)
    at 
org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.ja
va:828)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:514)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:211)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:380)
    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:395)
    at org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:450)
Caused by: java.lang.NumberFormatException: For input string: "id : 5 name : 
Hot Pot"
    at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
    at java.lang.Long.parseLong(Long.java:403)
    at java.lang.Long.(Long.java:671)
    at 
local.tux.app.web.controller.ProductListController.getCriteria(ProductListContro
ller.java:27)
    at 
local.tux.app.web.common.controller.TuxBaseObjectsController.handleRequest(TuxBa
seObjectsC
ontroller.java:78)
    at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(Simple
ControllerH
andlerAdapter.java:48)
    at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.j
ava:875)
    at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:809)
    at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet
.java:571)
    ... 89 more

Original issue reported on code.google.com by [email protected] on 15 Oct 2009 at 4:50

Summary for missing pieces

We need to create few things here just to finalize the phrase 1. 

1. A homepage, he wants something informative on the homepage. Stuffs like 
news, special offers, advertisements, banners would be nice. 

2. As for the banners, we could probably steal from other sites. 1 or 2 
banner(s) on the side is ideal.

3. The green bar in the bottom. Is it possible to make the green bar 
sticks to the bottom of every page? if the page content is too long i.e. 
product page, then just leave it like that. 

4. Standardize the font and font color. i.e. we have the font all in black 
for tables. As discussed last night, if you have a better looking color 
matching, commit it. We can discuss about it. I think consistency is 
something hes looking for.


5. a small menu (like the one on top) on the green bar too.


6. A search function for products and for the sites.


7. I commited a picture before (can't remember the name), it can be use 
under company info.


comment about the changes? 

this is all I have in my mind for this morning, i might recall few more 
later on but as you can see most of them are the interface related. I will 
let you assign works but PLEASE don't finish all, at least leave more than 
half of work for me. I have a feeling you can do everything in 30 mins. 
well, maybe more for point 1. 

Original issue reported on code.google.com by [email protected] on 22 Oct 2009 at 1:42

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.