NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

JSF: User friendly, SEO URLs with urlrewrite

 
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users
View previous topic :: View next topic  
Author Message
ps1234
Posted via mailing list.





PostPosted: Mon Oct 27, 2008 1:42 pm    Post subject: JSF: User friendly, SEO URLs with urlrewrite Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> Java EE Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo