Existing only in part; incomplete.
1
vote
2answers
30 views
how to pass parameter to partial view in MVC4 razor
In my asp.net mvc 4 application i want to pass a parameter to partial view,however the parameter we want to pass is coming from javascript code
Below is the code
<script>
var TestId;
...
1
vote
1answer
17 views
Adding navigation to a partial in Docpad
Is it possible to add the site navigation to a partial file?
I like to keep things clean in my documents and really prefer seperating out the navigation but I have been having problems in Docpad ...
4
votes
2answers
46 views
Partial View model doesn't resolve
I have a model A which has a property which is of another model type, B. I have a view which is tied to A. I want to add a partial view to to A which takes a model of type B. This is my code
...
1
vote
1answer
15 views
Partial objects with JAXB?
I'm working to create some services with JAX-RS, and am relatively new to JAXB (actually XML in general) so please don't assume I know the pre-requisites that I probably should know! Here's the ...
0
votes
2answers
12 views
Resuming rsync partial (-P/--partial) on a interrupted transfer
I am trying to backup my file server to a remove file server using rsync. Rsync is not successfully resuming when a transfer is interrupted. I used the partial option but rsync doesn't find the file ...
0
votes
1answer
20 views
Rails: Use same partial for creating and editing nested items
I followed the Getting Started With Rails tutorial to set up a simple blog with comments.
I went to apply it to my own scenario: histories with history items. Everything was more or less fine until I ...
0
votes
0answers
19 views
VB for excell match whole word and replace
I'm trying to replace a string with another but the problem is that the string is matching some other string partially.
I am trying to create a function that searches each line in another spreadsheet ...
1
vote
0answers
27 views
Rails 3 - Not able to pass local variable to a partial resursively
++ edited to change the question to call partial recursively ++
I am writing this question after a lot of days of frustration about this simple piece of code which isn't working. I have read numerous ...
0
votes
1answer
30 views
Non-parametrized partial match query
I'm an access beginner.
I'm trying to write a query that finds all partial matches between a field in one table and a field in another.
I'll give a simplified example of what I'm looking for as a ...
0
votes
3answers
97 views
JSF 2 template partial update
I have the following JSF 2 template Page with primefaces menu, I want to partially update the cenral centent of the page onclick of links from left Menu, I don't want to update the entire page.I have ...
1
vote
2answers
37 views
R partial match in data frame
How can I address a partial match in a data frame?
Lets say this is my df
df
V1 V2 V3 V4
1 ABC 1.2 4.3 A
2 CFS 2.3 1.7 A
3 dgf 1.3 4.4 A
and I want to add a column V5 containing a number ...
0
votes
0answers
28 views
NoMethodError in partial
I am getting a strange error when I try to access some data in a partial.
I have a model holding data on networks. Each networks has messages, each message has comments.
In my network I render the ...
0
votes
1answer
13 views
regular expression dont allow partial matching
Okay, first off I have strained relationship with regex. I can usually manage to make it grab or validate the data I need. But now it really feels like I've hit the regex wall.
I have concatinated ...
0
votes
1answer
40 views
Rails rendering partials - Keep getting undefined method nil:NilClass
I'm new to programming and I'm working my way through rails. I'm trying to build small application but I'm quite stumbled by this problem. I've been adapting the Michael Hartl tutorial to build the ...
0
votes
0answers
42 views
Partial search using sunspot solr in rails
I'm trying to do partial search using sunspot solr. Before searching I'm splitting the entered string. For example, if the entered string is 'adidas pants' I will split into 'adidas' and 'pants'.Using ...
0
votes
0answers
30 views
Partial search in sunspot solr
I'm trying to do partial search using sunspot. here is the code that I modified in schema.xml
<fieldType name="text" class="solr.TextField" omitNorms="false">
<analyzer>
...
0
votes
1answer
72 views
Search in mysql db with result containing string with partial match
I need to create a powerful search page for my website, I am using php & mysql.
I want to
get results with partial match.
Eg, if I have stackoverflow in db but i have searched stacke so ...
0
votes
0answers
24 views
Searching a string for a partial match against a database
I have a string "TRTGREENTE" and I also have the following values in a db
1. "BlUE"
2. "WHITE"
3. "GREEN"
n. "..."
+1 "..."
Going through every single value in the db and doing a partial match is not ...
0
votes
1answer
33 views
Java nio partial read
My goal is to send different kind of messages from client to server, and it will be text based. The thing I am uncertain of is how to del with partial reads here. I will have to be sure that I get a ...
0
votes
1answer
33 views
Rails partial works when invoked at the end of a page, not in the middle
I have the following code section:
<%= link_to 'Edit', edit_computer_path(@computer) %> |
<%= link_to 'Back', computers_path %>
<div>
<h2>New config</h2>
<%= ...
0
votes
1answer
79 views
Rails - only render a partial if a particular page is being shown
I have an application using Ajax, which helps as the whole page doesn't have to be refreshed each time the user clicks a link.
In application.html.erb file I have:
<body>
<%= render ...
0
votes
1answer
99 views
AJAX for rendering a partial or showing form errors
I am having difficulties in solving a form processing in an AJAX way with Rails. I am going to try to explain the different parts I have, and where I do have doubts:
Here is how my new.html.erb ...
0
votes
0answers
56 views
Get partial results from slow script with AJAX
I have got script which has got a long execution time and regularly flushes its current output to the browser. The result itself then consists of one JSON object in string form on every line and about ...
1
vote
1answer
105 views
Get values from partial view mvc razor
I created one website using login form. First I create the login form just for test under the Account/Logon.. Then some needs to change all pages should show login. So i create one partial and call at ...
2
votes
1answer
59 views
Partially deserialize with JSON.NET, keeping some fields raw
I have a document like this
{
"Field1": 1,
"Field2": 2,
"Field3": {
Type: "TheMotherLoad"
}
}
Which i want to convert into this class, but keeping field 3 "raw/as-is".
...
1
vote
0answers
56 views
ETag is already set - error from Partial View
protected override void OnActionExecuted(ActionExecutedContext filterContext)
{
base.OnActionExecuted(filterContext);
AddRequiredInfoToViewBag();
if ...
-1
votes
1answer
288 views
AngularJS Master Detail example [ASP.NET application with WEBAPI,AngularJS]
The requirements is like master detail grid, on load the master gets displayed as a table, on every detail row edit button click , need to open the detail edit form in a Modal window. There could be ...
1
vote
0answers
51 views
Missing partial modifier on declaration of type 'x' - cause by auto-generated code by designer
The full error description is as per below:
And I found a few similar question posted before: A and B
But the question in A and B does not provide detail of problem description (perhaps we ...
0
votes
0answers
197 views
Hibernate: Projection of a collection returns ArrayIndexOutOfBoundsException
I'm trying to get a partial object back using projection in hibernate, like this:
Movie class:
@Table(name = "Movies")
public class Movie extends Entity {
@Id
@GeneratedValue(strategy = ...
0
votes
1answer
102 views
Partial and named arguments in Clojure
I'm a Python programmer just learning Clojure. In Python I love how I can used named arguments in a call to functools.partial:
def pow(base, exponent):
return base ** exponent
exp = ...
0
votes
1answer
32 views
Symfony1.2 component issue
I am strugling to call a component in another module where a called component using its own actions::functionname
For example
module/user/actions/actions.class.php have funtion like getUserName()
i ...
0
votes
1answer
83 views
Like button does not update with AJAX
I am passing a collection (@feed_items) to a _feed_item partial via the :collection option and converting it to dailypost with :as => :dailypost.
Inside the _feed_item partial I rendered another ...
-1
votes
2answers
56 views
partial rendered but not shown
Hoi,
I tried (and succeeded :-) to build a rails page where I can update objects by drag 'n drop.
I show cards in a table and if they are dropped into a column an attribute is updated. So far so ...
0
votes
1answer
85 views
render show page inside index page, how to put a different id on each modal
I am using a Modal to pop up the show page inside the index page.....Everything works just fine until I click on a product. For some reason, the same name is popping up for every product on the modal
...
0
votes
1answer
58 views
Whats the most efficient way to update a partial after an AJAX form submit in Rails 3
I have a page with code as follows:
<div>
<%= render 'form' %>
</div>
<div id="item_container">
<%= render @item %>
</div>
where form is a form for "@item" ...
0
votes
1answer
128 views
how to insert part of image into picturebox?
I'm not really sure if it is possible to insert a part of image into picturebox, but I would like to create an image 500*500 pixels in size and then use the parts of it as small connectable 50*50 ...
0
votes
1answer
104 views
How can I make a http partial GET request in Java
I'm trying to make a partial GET request and I expect a 206 response, but I'm still getting 200 OK. How can I make it responded with a 206?
Here is the code I wrote:
HttpURLConnection urlConn = ...
0
votes
0answers
29 views
Is it feasible to retrieve partial contents of a large JSON file by byte-ranges via HTTP?
This is more of a conceptual question.
Say I'm keeping a large file, for example in JSON format and I want to retrieve only parts of that file using a HTTP request with range-headers specified.
To ...
1
vote
0answers
14 views
zend resultsPaginator not working
I am new to zend framework, i am trying to fetch and display 10 records from database through the loop.
Here is the controller code,
try {
$rsData = ...
0
votes
2answers
112 views
php get css class and assign it to rel attribute
How do I take this:
<img class="classone twoclass alignLEFT" src="xxxx" />
search for the word "align" in the class array, take the remainder of the word "align" (in this case "left") and ...
0
votes
1answer
657 views
EXCEL VBA: make first cell with partial text match activecell with macro run, then next cell down the list with subsequent macro runs activecell
Sub AASearchForPartialText()
Dim SearchValue As String
SearchValue = Range("d2").Value
Columns("D:D").Select
Selection.Find(What:=SearchValue, After:=ActiveCell, LookIn:=xlValues, LookAt _
...
0
votes
1answer
69 views
How to Correctly render partial template in Rails?
I have a Listing model that I am using to represent a listing for a sublet (apartment), and I created a Filter model as a way for a user to filter listings to his liking. Here in my Filter class, that ...
0
votes
1answer
65 views
Ruby on Rails Render Partial
I have a model called Listing that I use to represent a listing for a sublet. I created a model called Filter that I use to filter the sublets based on a form that the user fills out. Upon filling out ...
0
votes
1answer
54 views
Wrapping an instance in a subclass's constructor before returning
I hope the title isn't too wrong or misleading; I'm not entirely sure what the name is for this kind of thing.
Basically, I've been doing a lot of work with dictionaries (and some subclasses ...
0
votes
1answer
508 views
MVC 4 Partial with separate Controller and View
I've developed ASP.NET Forms for some time and now am trying to learn MVC but it's not making total sense how to get it to do what I want. Perhaps I need to think about things differently. Here is ...
0
votes
2answers
31 views
Is there an RDBMS that supports indexing by a part of a key. See inside
Say, I have a table with an index on (field1,field2,field3) . I execute a query with WHERE field2 = A AND field3 = B . MySQL won't use the mentioned key in this case. So, question is: is there an ...
1
vote
0answers
48 views
jQuery get request returns gmaps4rails, displays nothing
Simple, I have a jquery-ui slider just above my gmap(Using gmaps4rails).
When I slide it, I change the value from 2,4,6 and so on. This triggers the following jQuery function,
...
2
votes
0answers
87 views
How to enable partial matching in Django Haystack with Xapian
I have downloaded xapian-core and xapian-bindings and installed them via the following commands
./configure --prefix=/path/to/virtualenv
./configure --prefix=/path/to/virtualenv --with-python
pip ...
2
votes
1answer
523 views
Validation not working in partial view
I have an Index page which has two partial views: login and register.I am using data model validation.
Login.cshtml
@model Project.ViewModel.UserModel
<div style="position:inherit;">
@using ...
0
votes
2answers
165 views
Dynamic display using JQuery in Rails 3
I'm loading a collection of @products that has continuously changing attributes that I calculate on the fly. I don't want to perform all calculations for all @products on the initial page index. ...





