[jifty-devel] Jifty->web->link and buttons

bart at urnet.com.au bart at urnet.com.au
Thu Apr 20 22:50:43 EDT 2006


Hi,

I've seen something strange.
When I try to create a button with Jifty->web->link
I can't get it to redirect to the url i specify.

The below code doesn't work, just takes me back to the page I'm on.
If i remove the button => 1 then I get a link and it behaves as
expected.

Any ideas? 

Oh and I just updated to latest svn 880.

		        <% Jifty->web->form->start() %>
			<% Jifty->web->link( 
				url => "/Search/Products.html", 
				label => "View entire catalogue",
				button => 1) %>
		       <% Jifty->web->form->end() %>

Bart


More information about the jifty-devel mailing list