Buttons event not firing

30 views
Skip to first unread message

designdevel...@gmail.com

unread,
Feb 18, 2013, 2:18:48 PM2/18/13
to urlrewr...@googlegroups.com
Hi,

I'm using RewriteModule from  http://www.urlrewriting.net because I cannot use IIS 7.0 rewrite module. I have a page with a friendly url and my buttons don't work, events just don't fire. Is there any limitation about using buttons with friendly urls??

Thanks in advance!

Waylon Martinez

unread,
Feb 19, 2013, 8:25:15 AM2/19/13
to urlrewr...@googlegroups.com, urlrewr...@googlegroups.com
This issue would be outside the urlrewritting pipeline. Since this library is just capturing the request and redirecting to a new location nothing more nothing less.

 So with this in mind the use of buttons, hyperlinks, and the like are outside the scope of the urlrewritting library and pipeline. So you will need to look elsewhere to find what is the root of your issue. 

Sounds to me like maybe a JavaScript issue of sorts. Best of luck!

Wm

Sent from my iPad
--
Sie haben diese Nachricht erhalten, weil Sie der Google Groups-Gruppe UrlRewritingNet beigetreten sind.
Um Ihr Abonnement für diese Gruppe zu beenden und keine E-Mails mehr von dieser Gruppe zu erhalten, senden Sie eine Email an urlrewritingn...@googlegroups.com.
Wenn Sie Nachrichten in dieser Gruppe posten möchten, senden Sie eine E-Mail an urlrewr...@googlegroups.com.
Gruppe besuchen: http://groups.google.com/group/urlrewritingnet?hl=de
Weitere Optionen: https://groups.google.com/groups/opt_out
 
 

Goldie

unread,
Feb 19, 2013, 7:46:59 PM2/19/13
to urlrewr...@googlegroups.com
I concur with Waylon.
 
This library only handles the HTTPHandler class interruptions in the GET/POST from the browser to the server and back again.  Click events are at the ASP/AJAX/JS level.  Check your handle for the event and verify it is correctly handled.
 
Make sure you also havent done PageRouting.  You need to choose between URL Rewriting and PageRouting.  I have seen instances where if you incorporated PageRouting some events would fail to occur if you did not handle the WebResources session file.
Reply all
Reply to author
Forward
0 new messages