Tagged Questions
The param tag has no wiki summary.
4
votes
3answers
6k views
Is it possible to pass a parameter to XSLT through a URL when using a browser to transform XML?
When using a browser to transform XML (Google Chrome or IE7) is it possible to pass a parameter to the XSLT stylesheet through the URL?
example:
data.xml
<?xml version="1.0" ...
3
votes
1answer
184 views
Strange underscore param in remote links
I use Rails3, JQuery and will_paginate gem to make remote pagination links. Known solution for this is:
$('.pagination a').live('click',function (){
$.getScript(this.href);
return false;
});
...
3
votes
2answers
144 views
T-SQL's equivalent of Oracle's %TYPE operator?
When writing a procedure in PL/SQL, I can declare a parameter's type as myTable.myColumn%TYPE so that when I alter myColumn's type from say varchar2(20) to varchar2(50) I don't have to change the ...
2
votes
2answers
91 views
How to manage URLs with a lot of query params?
How are you managing big URLs (with a lot of query parameters) in your app?
For example, look this link from ebay (don't click the link is just an example of a big URL):
...
2
votes
2answers
155 views
Get parameter passed from javascript url
i just want to know if its possible to retrrive param from js calling with passed values like this
myfile.js?my_parm=brol
My goal is to retrieve the my_param value from within my "myfile.js"
...
2
votes
2answers
179 views
xsl: split and get the X position of param
xsl: I need to split and get the X position param, @class attribute 2nd param:
Input XML:
<root>
<div class="zone zona_central ui-sortable">
<div class="region ...
2
votes
2answers
229 views
How can I assign a null value to a query param in ColdFusion?
I have a database table with an int column that can also be null. Adding an int to the column is fine, but setting it back to null causes an error. Since ColdFusion does not support null values, I ...
2
votes
1answer
120 views
xsl param default string cannot start with period
In my stylesheet I try to set the default value for an input parameter to a string beginning with the dot character. And always receive an error code 0x8004005 - Expected toden 'eof' found 'NAME'. ...
2
votes
2answers
393 views
disable flash audio in object params?
Is there a way of disabling the audio in a flash file via the object params?
2
votes
1answer
74 views
How to select specified element using XSLT by its index?
everyone.
I have a xml file here:
<DM_Function Function="attribute value">
<DM>
<DM_Source SourceID="id1" SourceTitle="Title1" SourceContent="content1">
</DM_Source>
...
2
votes
0answers
1k views
Richfaces tooltip componentcontrol param
I have a table where each cell click opens a tooltip using the componentControl tag, this works. But I wanted to pas a parameter to the tooltip, which is different per table cell.
<rich:toolTip ...
2
votes
2answers
3k views
XSL: How do I assign the value of an XML element to a variable (minimal change to page below)?
See http://stackoverflow.com/questions/1468522/xslt-to-operate-on-element-value-before-displaying for the original XML and XSL. I got an answer to my question there.
My other question on this same ...
1
vote
1answer
36 views
cannot set managed-property parameter with a JSF expression value
I have a strange problem which I have been trying to fix for some time but am stuck in one place and don't quite understand what's going on here.
My index page looks like this:
<h:selectOneMenu ...
1
vote
2answers
60 views
cgi param() function did not work
I met a problem with my perl script which is it just did not go through. As a beginner, I appreciate if anybody can explain it for me. As the Lincoln mentioned the param() is simple to use, but ...
1
vote
0answers
68 views
Perl Dancer, Dancer::Plugin::DirectoryView, Template Toolkit and sharing params in templates
I have a post route which is returning params for use in a specific template (actions.tt). Within that template, I'm loading a div (using jQuery) with a view (dirmain.tt) of a directory using the ...
1
vote
1answer
64 views
Adding Additional Parameters to a link based on form Input
I am trying to add whatever is given as input for the input tags with id "tid" and "split_fraction" as additional paramaters on my link. How would I do this?
<span>Id:</span><input ...
1
vote
1answer
61 views
How to set values for the silverlight plugin using javascript
I can't seem to figure out how to set a particular value for the Silverlight Plug-in. Specifically, the splashScreenSource value. I'm able to get this working using the param (name/value) method, ...
1
vote
1answer
373 views
JSF + rich:fileupload + param
I am using <rich:fileupload> and I need to send some extra parameters to my Controller. I tried to use <f:param> for this.
Here is the view:
<rich:fileUpload
...
1
vote
0answers
70 views
How can I use just the relative path in a param value?
<param name="source" value= "/ClientBin/Gantt_SL1.xap"/>
This involves HTML markup and Silverlight. Basically in the markup I have the line above. What I would like to do is use this relative ...
1
vote
1answer
57 views
Load .SWF through Youtube
Would it be possible to embed an external .SWF file with a Youtube video/SWF?
For example:
http://www.youtube.com/player2.swf?LoadExternalSwf=http://www.pylon.ca/main.swf
Thanks
1
vote
1answer
210 views
Using URL Link To Send Params To VB.NET App
What I am looking for is using a URL link such as "MyApp://param=value" or "MyApp://mysite.com/?params=value" to open my application and read the params using GET. I do not want to use the click once ...
1
vote
2answers
545 views
JSF resource bundle params in javascript?
I have a command button that generates a confirm pop-up. The text of the confirm comes from a message bundle. Is it possible to pass parameters to the confirm?
This is what I am trying:
...
1
vote
3answers
108 views
ROR request an action to get a range of items
How would I create an action that takes in parameters to limit search results? This would be out of my Posts model
Posts_controller:
def getOneThrougTen
params[firstNum] params[secondNum]
return ...
1
vote
4answers
508 views
jQuery: How to get parameters of a url?
New to jQuery and I'm having trouble getting the parameters of a url that my server generates. I have a url like this:
<span class="popuptest"><a ...
1
vote
1answer
160 views
Sinantra, how access URL params such as “?something=xyz” in a POST handler (it's not in params[])
We're using a third party web service that POSTS multipart data (a file) back to us. But it ALSO passes an extra param via the url http://ourdomain.com/theposturl?extra=good
the 'filename' object ...
1
vote
3answers
1k views
Why isn't my ExtJS GridPanel paying attention to the limit parameter?
I have a JsonStore:
var store = new Ext.data.JsonStore({
root: 'Data.items',
remoteSort: false,
fields: ['ClockTime', 'EmpId'],
proxy: new Ext.data.HttpProxy({
...
1
vote
1answer
70 views
mysql bind param needs a persistent(from bind to execution) object?
when i use prepared statement, i see mysql takes a pointer to MYSQL_BIND.buffer
For example, to bind an integer i need to provide the pointer to integer rather than integer itself.
Does it mean ...
1
vote
1answer
825 views
XSL check param length and make a choice
I need to check if a param has got a value in it and if it has then do this line otherwise do this line.
I've got it working whereas I don't get errors but it's not taking the right branch
The ...
1
vote
1answer
391 views
xsl:param and multiple filters
I'm trying to pass parameters (through c#) to the following XSLT to build a query with multiple filters but it is not working. What am I doing wrong and what is the correct way to do this?
(The ...
1
vote
3answers
3k views
XSLT: Apply templates with conditional parameters?
I'd like to apply a template with different parameters based on the result of a conditional. Something like this:
<xsl:choose>
<xsl:when test="@attribute1">
...
1
vote
3answers
305 views
C++ file parse number of arguments
I got a pack of c++ files with static source code (already developped, not needed to do anything to them).
There is an program/lib/way to get a list of the number of params each function withing one ...
1
vote
3answers
7k views
Struts2: Adding parameters from a map to a URL tag
I want to add a variable list of parameters to a Struts2 URL tag. I have a map of the parameters (name value pairs) in an object in the session. I'm struggling to find a good approach to this. Here is ...
0
votes
1answer
39 views
a4j:param not invoking my javscript pointed to by value attribute
i am open to a different way to do this, but what i have seems like it should work from the documentation for RichFaces4 and JSF2
the user flow goes like this
1) there is a 'Check Out' document ...
0
votes
4answers
75 views
What does @param mean in a class?
What does the @param mean when creating a class? As far as I understand it is used to tell the script what kind of datatype the variables are and what kind of value a function returns, is that right?
...
0
votes
1answer
18 views
rails: is “pollresponse” a magic keyword that is not allowed in query string?
Spent an hour debugging an "impossible" situation, where a query string pollresponse=true was simply not being recognized.
Basically, params[:pollresponse] seems to always be nil, even when the ...
0
votes
1answer
35 views
how to use a php variable as a parameter for java applet
I want to use a php session variable as a parameter when I call a java applet. I have seen answers to this on the net but they do not work on my machine. The html file and applet produce the literal ...
0
votes
1answer
56 views
param does not work when setuid bit is on in perl cgi script
When the permissions of this script are u=rwx,g=rwx,o=r the scripts works just fine... However, I need the setuid bit to be turned on so the call to smartctl returns the desired data instead of an ...
0
votes
1answer
25 views
Object needs in flash audio players
I'm interested in why flash audio players need <param> parameters, when without them and only with <object> they work nicely.
I have also read many posts here about audio flash players, ...
0
votes
1answer
20 views
Access context param from a class inside lib jar
Is it possible to access a context param from a jar in lib or from a normal java class?
Many thanks in advance for your suggestions :)
0
votes
1answer
34 views
convert an array into formatted query param
I am having an array in php as below
Array
(
[0] => 375452292
[1] => 205304629
[2] => 910337332
[3] => 616516330
[4] => 560488951
)
i am trying to convert this ...
0
votes
1answer
28 views
bindParam doesn't work
I'm moving from MYSQL to PDO. I read the PDO official documentation, but I cannot find the fail on the code.
$name = 'fooUser';
$stmt = $PDO->prepare('SELECT * FROM users WHERE username=:name');
...
0
votes
0answers
39 views
How to add persistent query url param to wordpress (3.3+)
Basic Questions:
Do you know of a mechanisms by which I can register a persistent url parameter with the wordpress framework and have that automatically appended to urls?
Explanation:
I'm creating ...
0
votes
1answer
46 views
How do I create a Doxygen Alias to mimic the @param behavior?
I want to create an alias of @param for global variables used within a function. I'd like to specify it like this:
@global[in] global_var_name more textual description
@global[in] global_var_name2 ...
0
votes
1answer
76 views
JSF accessing backing map object
I have a jsp subview page that I have passed a parameter to and I want to then pass that parameter to a map's get() method that is stored in a session bean.
Ex:
<h:panelGrid id="panelGrid1" ...
0
votes
3answers
65 views
How to bind param multiple times with MySQLI?
This is how I'm binding my params:
$Con = mysqli_connect(...);
$Statement = mysqli_stmt_init($Con);
mysqli_stmt_prepare($Statement,"select * from users where name=? and email=?");
...
0
votes
4answers
112 views
C# Start EXE with Parameters and Save
At the moment I start a EXE-File so:
System.Diagnostics.ProcessStartInfo processStartInfo = new System.Diagnostics.ProcessStartInfo();
processStartInfo.FileName = "Stackoverflow.exe";
...
0
votes
0answers
40 views
multiple flash galleries — xml files never found
www.negativeselfimage.com/index.html is the website I'm troubling with.
I'm a photographer, so I'm trying to load multiple swf photo galleries in different states of one flash app.
I've used ...
0
votes
1answer
96 views
JSF - variable set of params based on postback
In this post, the excellent BalusC pointed out the use of <c:forEach> to get the parameters at build time.
The Code
I have a more complicated version of that with a variable amount of ...
0
votes
1answer
353 views
can we pass an sql query string as a param into iReport?
my question is: can we pass an sql query string as a param into iReport ? I want the query string be passed as a simple String type parameter into the iReport at run-time and the fields returned by ...
0
votes
4answers
121 views
PHP - @param in comment
In php, why do people sometimes have things like
param mixed $value
as comment in their code (usually found in Object-Oriented PHP)? When should you write that yourself and how exactly should you ...