Tagged Questions

1
vote
3answers
71 views

[C#] Interesting “params of ref” feature, any workarounds?

I wonder if there's any way something like this would be possible for value types... public static class ExtensionMethods { public static void SetTo(this Boolean source, param …
0
votes
1answer
25 views

Rails RESTful Routes: override params[:id] or params[:model_id] defaults

Hello, I'm trying to understand how to change this rule directly on the map.resources: supposing I have a route: map.resource :user, :as => ':user', :shallow => true do |us …
0
votes
3answers
63 views

JSP Portlet not submitting form values

Hi, I am using Liferay portal 5.x. I have deployed a simple portlet ( uses jsp & servlet extending GenericPortlet). This portlet will contain username & password field. I a …
0
votes
2answers
39 views

how do you compare a param to every item in an array in rails?

i have a codes model and i a basically have a form wich should authenticate simply to every code recorded so my controller is: def cancel_sale @codes = Code.find(:all) @code …
1
vote
1answer
26 views

Individual Form Params when POST data is split

I'm trying to access a date variable from a form individually to the other variables. The form is a formtastic plugin form. The issue I am facing is that the date is a three-part d …
0
votes
1answer
17 views

How to use complex Type params argument in Spring.NET constructor

I am trying to use Spring.NET with a C# application to populate a parameter array (params keyword) constructor argument that is of a complex Type (call it SecretCode, which happens …
0
votes
1answer
43 views

Using # in links instead of GET params = faster?

I just noticed that say http://s7.addthis.com/js/250/addthis%5Fwidget.js#pub=PUBID does the equivalent of http://s7.addthis.com/js/250/addthis%5Fwidget.js?pub=fct-250 but is m …
0
votes
3answers
350 views

passing boolean parameters to named routes in rails

I want to explicitly pass a boolean false to params[:closed] and I've got something like this: = link_to 'appointments', appointments_path(:closed => false) But this is not w …
0
votes
2answers
66 views

How do I make the params keyword usage similar to writing to the Console

In relation to my last question (http://stackoverflow.com/questions/1588135/is-there-an-easier-way-of-passing-a-group-of-variables-as-an-array) I was trying to pass string variabl …
0
votes
1answer
49 views

Disabled/Custom params_parser per action

Hi, I have a create action that handles XML requests. Rather than using the built in params hash, I use Nokogiri to validate the XML against an XML schema. If this validation pass …
0
votes
3answers
132 views

jquery to goto a url on form submit with field values added to the url string

Hi All, I'm fairly new to jquery and I think this is simple but I'm struggling and google doesn't seem to be helping.... What I have is a basic form... <form> First Name: …
1
vote
1answer
26 views

How to create one form with many possible actions in Rails?

I want to create one form with 2 buttons in rails. Both forms operate on the same data in different ways, and I would prefer to keep the associated functionality in two different m …
4
votes
5answers
189 views

C# params keyword with two parameters of the same type

I just encountered something with C# today that I hadn't thought of before. I have two methods in my class, one an overload of the other. They are declared like so: 1) public void …
0
votes
3answers
161 views

Insert cakephp POST params into URL

Hi, I have this form below which contains two checkboxes to sort some products: <form id="FiltreExtraForm" action="" method="post" name="FiltreExtraForm"> <input id="Pr …
0
votes
2answers
365 views

Custom Rails URL argument separators?

We're building a Facebook application at work using Ruby on Rails. We're currently switching it from a canvas to an iframe application for technical reasons. There is however a pr …

1 2 3 next
15 30 50 per page