NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
ps1234 Posted via mailing list.
|
Posted: Mon Oct 27, 2008 1:42 pm Post subject: JSF: User friendly, SEO URLs with urlrewrite |
|
|
My Problem is to produce user friendly (or SEO) URLs with JSF (Netbeans,
Visual-Web).
Fist i successfull setup urlrewrite. URLs like
"/ProductCategory/Product-1234.html" will be rewritten to
"/product.jsp?productID=1234".
In product.jsp the productID will be loaded by:
String productID =
FacesContext.getCurrentInstance().getExternalContext().getRequestParameterMap().get("productID");
So i can load the product record from DB, fill some Bean and display the
product site.
But!!!: When i click on the Order-Button (commandButton) for the shown
product on product.jsp, the form will be POSTED to "product.jsp" NOT
"/product.jsp?productID=1234". So the my init method which except the
GET-Parameter "productID" cannot load the record anymore.
--
View this message in context: http://www.nabble.com/JSF%3A-User-friendly%2C-SEO-URLs-with-urlrewrite-tp20187990p20187990.html
Sent from the Netbeans - J2EE mailing list archive at Nabble.com. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|