aspose file tools
The moose likes JSP and the fly likes Problems when viewing specific description when search Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Problems when viewing specific description when search" Watch "Problems when viewing specific description when search" New topic
Author

Problems when viewing specific description when search

Loh Peggie
Ranch Hand

Joined: Jul 09, 2009
Posts: 51
Hey hey how com when I click on the specific products there is no records
This is my search servlet:


This is my searh box so that I can type in the productcolor




This is my search result like when I type yellow, all the yellow records will display.



When click this specific beanie, It will go to this record:



However, It did not display

Can you guys help me see what's wrong with this?


Thanks



[Thumbnail for desc.jpg]

David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Probably because you're doing a query using a product ID as a color.

Unless your product ID's are deliberately hex-based HTML-/CSS-style color identifiers this is unlikely to work.

Is this production code?
Loh Peggie
Ranch Hand

Joined: Jul 09, 2009
Posts: 51
Thank you
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problems when viewing specific description when search
 
Similar Threads
Unable to find specific product
Displaying images dynamically from database
Servlet and XML result HTTP 404
JSP not picking up getAttribute from Servlet
JSP two pages